Differences between revisions 96 and 99 (spanning 3 versions)
Revision 96 as of 2013-08-06 23:01:13
Size: 1480
Comment: Undo spam
Revision 99 as of 2013-08-21 08:08:42
Size: 1246
Editor: floggedhorse
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
### uncomment for a bit ... #acl AdminGroup:read,write,delete,revert All:read Unfortunately it appears that the book links have been lost, we can only hope that the good people at python.org has the list and will update this page in the near future.
Line 3: Line 3:
There are a variety of books about Python. Here's a guide to them: In the meantime a couple suggestions courtesy of [[http://net.tutsplus.com/]Tutsplus]
Line 5: Line 5:
  * IntroductoryBooks (gentle overviews of the language)
  * AdvancedBooks (for when you don't want gentle)
  * ReferenceBooks (much information in a small space)
  * Specific applications:
     * GameProgrammingBooks
     * NetworkProgrammingBooks
     * GuiBooks
     * JythonBooks
     * ScientificProgrammingBooks
     * SystemAdministrationBooks
     * WebProgrammingBooks
     * WindowsBooks
1) [[http://inventwithpython.com/chapters/]Invent With Python]
If ‘learning by doing’ is your thing, then building your own game will prove to be a rewarding experience! In this book, Al Sweigart assumes no prior knowledge of Python and takes you all the way to building your own game. Given that the book is geared towards game development, the book may move a little quickly for a total beginner. Later on in this article, I mention a similar book of his where he assumes a prior knowledge of Python. If you feel you are have a good grasp of the language, then his other book might be a better resource for you.
Line 18: Line 8:
     * XmlBooks
     * ZopeBooks
  * Books in languages other than English:
     * FrenchPythonBooks
     * GermanPythonBooks
     * HungarianPythonBooks
     * JapanesePythonBooks
     * KoreanPythonBooks
     * RussianPythonBooks
     * PersianPythonBooks
     * PolishPythonBooks
     * PortuguesePythonBooks
     * ArabicPythonBooks

When you see a book you like, don't hesitate to add your recommendation!

External sources of information about (Python) books:
 * [[http://www.computer-books.us/python.php|Computer-Books.us]] - A collection of Python books available for free download.
 * [[http://codeidol.com/python/|CodeIdol.com]] - A collection of Python books available for online reading.
 * [[http://www.okpython.com|Computer-Books.china]] - A collection of Python books

 * [[http://www.awaretek.com/book.html|Reviews by Ron Stephens]]

There is also a list of OutOfPrintBooks.
2) [[http://www.djangobook.com/]The Django Book]
If you want to learn Python for web development, then you’re probably going to be using the Django framework. This book assumes fluency in Python, but it teaches Django as if you are a beginner to the framework. The Django Book is as good as they come and will be invaluable for any budding web developer.

Unfortunately it appears that the book links have been lost, we can only hope that the good people at python.org has the list and will update this page in the near future.

In the meantime a couple suggestions courtesy of [[http://net.tutsplus.com/]Tutsplus]

1) [[http://inventwithpython.com/chapters/]Invent With Python] If ‘learning by doing’ is your thing, then building your own game will prove to be a rewarding experience! In this book, Al Sweigart assumes no prior knowledge of Python and takes you all the way to building your own game. Given that the book is geared towards game development, the book may move a little quickly for a total beginner. Later on in this article, I mention a similar book of his where he assumes a prior knowledge of Python. If you feel you are have a good grasp of the language, then his other book might be a better resource for you.

2) [[http://www.djangobook.com/]The Django Book] If you want to learn Python for web development, then you’re probably going to be using the Django framework. This book assumes fluency in Python, but it teaches Django as if you are a beginner to the framework. The Django Book is as good as they come and will be invaluable for any budding web developer.

PythonBooks (last edited 2022-10-14 00:07:55 by Srinivas Ramakrishna)

Unable to edit the page? See the FrontPage for instructions.