CIT 591 Textbooks and Resources
Fall 2009, David Matuszek
A Byte of Python, v1.92 (for Python 3.0)
This book should be used, rather than just read. If you are sitting at a computer with Python running (from the command line or the IDLE application) and trying things as you go, you will learn a great deal about programming. If you just read the book, you will have the illusion of having learned something. |
![]() |
Murach's Java SE 6: Training & Reference
I like this book because it has good, detailed explanations of each topic, and good examples to go with them. It's also a book in which you can read about topics (after the first three introductory chapters) in pretty much any order you need to--you don't have to read front to back. |
python-3.2.2-docs-html.zip).
For CIT 591, the most relevant document is the Language
Reference, but there is a lot of other value here.