What did you use to teach yourself Python?
1–10 of 47 posts
Re: What did you use to teach yourself Python?
#2Dive into Python: http://diveintopython.org/
Both great and free books.
Re: What did you use to teach yourself Python?
#3And library reference: http://docs.python.org/library/index.html
Re: What did you use to teach yourself Python?
#4Re: What did you use to teach yourself Python?
#5With a healthy amount of coding, I've gotten very comfortable with python, although I still feel like I'm not quite utilizing it idiomatically. As such, I've been going through Programming Python ( http://oreilly.com/catalog/9780596009250/ ) - which is very well written, IMO - as well as reading a healthy amount of other people's source code, notably CherryPy ( http://cherrypy.org/ ), since I use it a lot.
If you're experienced with other languages, I'd suggest implementing something like a tetris clone as an exercise in learning the language. If you're only experienced with web-dev (as is often the case these days), I'd recommend implementing a few small web-apps with CherryPy - it's the most "pythonic" "web framework" I've seen so far.
Oh, and keeping an eye on the mailing lists ( http://mail.python.org/mailman/listinfo ), particularly python-list, python-ideas, python-dev, and python-3000, can be very enlightening.
Re: What did you use to teach yourself Python?
#6Re: What did you use to teach yourself Python?
#7Re: What did you use to teach yourself Python?
#8Re: What did you use to teach yourself Python?
#9Re: What did you use to teach yourself Python?
#10http://video.google.com/videoplay?docid=7760178035196894549
Python Design Patterns: http://www.youtube.com/watch?v=0vJJlVBVTFg