View Full Version : Best collection of python example code I have found
tc101
August 10th, 2007, 10:21 PM
I am learning python. It helps me to see example code. This is the best collection of python example code I have found:
http://aspn.activestate.com/ASPN/Cookbook/Python?query_start=1
There are thousands of samples here, categorized pretty conveniently. If anyone knows about anything else this good, please tell us about it.
pmasiar
August 11th, 2007, 11:28 PM
Yes, ActiveState recipes are good. They were even printed in a book, selected by Python guru Alex Martelli.
Another good read if you want to become Python expert is:
- http://planetpython.org/
- Python-URL! - I read it on another excellent ezine http://lwn.net/ - Linux Weekly News
Python URL is very good, they publish summary of Python email list (http://groups.google.com/group/comp.lang.python), with interesting posts. I always learn new tricks there.
Airr
August 11th, 2007, 11:32 PM
This one's been around forever, but just in case you don't know about it:
http://www.vex.net/parnassus/
AIR.
gnuman
August 12th, 2007, 10:54 AM
Although not as all-encompasing as the Python Cookbook or The Vaults of Parnasus, this site is great for finding small examples of very common tasks in Python:
http://the.taoofmac.com/static/grimoire.html
dwblas
August 13th, 2007, 07:43 PM
Another grouping of small and fairly simple python examples
http://www.faqts.com/knowledge_base/index.phtml/fid/199/
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.