hello friends! new(ish)!
Programming resources: Difference between revisions
Jump to navigation
Jump to search
>Oz uh, no |
>Oz No edit summary |
||
Line 12: | Line 12: | ||
If you don't see the book you're looking for listed, search the following lists for other sources of books: | If you don't see the book you're looking for listed, search the following lists for other sources of books: | ||
== C == | |||
==C== | |||
* [http://data.a5.tf/Books/Programming/C/O%27Reilly%20-%20Practical%20C%20Programming.pdf O'Reilly - Practical C Programming] | * [http://data.a5.tf/Books/Programming/C/O%27Reilly%20-%20Practical%20C%20Programming.pdf O'Reilly - Practical C Programming] | ||
* [http://data.a5.tf/Books/Programming/C/The%20C%20Programming%20Language%20-%202nd%20edition.pdf O'Reilly - The C Programming Language] | * [http://data.a5.tf/Books/Programming/C/The%20C%20Programming%20Language%20-%202nd%20edition.pdf O'Reilly - The C Programming Language] | ||
==C++== | == C++ == | ||
* [http://roneducate.weebly.com/uploads/6/2/3/8/6238184/c_for_everyone_2nd_edition_horstmann_wiley_plus_textbook.pdf C++ for Everyone, 2nd ed.] | * [http://roneducate.weebly.com/uploads/6/2/3/8/6238184/c_for_everyone_2nd_edition_horstmann_wiley_plus_textbook.pdf C++ for Everyone, 2nd ed.] | ||
* [http://data.a5.tf/Books/Programming/C%2B%2B/Accelerated%20C%2B%2B%202000.pdf Accelerated C++ 2000] | * [http://data.a5.tf/Books/Programming/C%2B%2B/Accelerated%20C%2B%2B%202000.pdf Accelerated C++ 2000] | ||
==C#== | == C# == | ||
* [http://data.a5.tf/Books/Programming/C%23/Apress%20Accelerated%20C%20Sharp%202010.pdf Apress Accelerated C# 2010] | * [http://data.a5.tf/Books/Programming/C%23/Apress%20Accelerated%20C%20Sharp%202010.pdf Apress Accelerated C# 2010] | ||
== Haskell == | == Haskell == | ||
Line 34: | Line 27: | ||
* [http://book.realworldhaskell.org/read/ Real World Haskell] | * [http://book.realworldhaskell.org/read/ Real World Haskell] | ||
==Lisp== | == Lisp == | ||
* [[Structure and Interpretation of Computer Programs]] ([https://mitpress.mit.edu/sicp/full-text/book/book.html Read it online]) | * [[Structure and Interpretation of Computer Programs]] ([https://mitpress.mit.edu/sicp/full-text/book/book.html Read it online]) | ||
== Pascal == | |||
==Pascal== | |||
* [http://www.marcocantu.com/epascal/ Essential Pascal] | * [http://www.marcocantu.com/epascal/ Essential Pascal] | ||
* [http://code-sd.com/books/startprog/ Start Programming Using Object Pascal] | * [http://code-sd.com/books/startprog/ Start Programming Using Object Pascal] | ||
==Python== | == Python == | ||
* [http://inventwithpython.com/chapters/ Invent Your Own Computer Games with Python] | * [http://inventwithpython.com/chapters/ Invent Your Own Computer Games with Python] | ||
** [http://inventwithpython.com/pygame/chapters/ Making Games with Python and Pygame] | ** [http://inventwithpython.com/pygame/chapters/ Making Games with Python and Pygame] | ||
Line 51: | Line 42: | ||
* [http://www.greenteapress.com/thinkpython/html/index.html Think Python: How to Think Like a Computer Scientist, Ver 2.0.12] | * [http://www.greenteapress.com/thinkpython/html/index.html Think Python: How to Think Like a Computer Scientist, Ver 2.0.12] | ||
* [http://learnpythonthehardway.org/book/ Learn Python The Hard Way, 3rd Edition] | * [http://learnpythonthehardway.org/book/ Learn Python The Hard Way, 3rd Edition] | ||
[[Category:Programming]] | [[Category:Programming]] |
Revision as of 04:46, 29 January 2014

The following is a list of recommended books for learning how to program:
First, check GitHub's extensive list of free programming books: https://github.com/vhf/free-programming-books/blob/master/free-programming-books.md
Second, a very comprehensive list: http://programming-motherfucker.com/
The gentoomen have also provided a torrent at http://books.gentoomen.org/ which has a metric fuckton of books, and if you prefer actual physical books, you can get them for really cheap from http://abebooks.com
If you don't see the book you're looking for listed, search the following lists for other sources of books: