Python first impressions
A few days ago I got my first Python project. I’d like to share references I’ve found, and what I like or dislike about the language. I hope to give insight to would-be Python dabblers and ideas to current Pythoneers.
Good resources I’ve found
I have found some good resources online for Python and Jython, but I know I didn’t find them all so if you Python-istas could put some in the comments I’d be very grateful :)
- The somewhat famous Python is not Java article
- Python Documentation Index
- Python 2.6.1 Docs
- Python Language Notes by Chris Rathman
- The Jython Project