Python me. Maybe

So here is the list of resources I know of
1) docs.python.org
 Python is well documented. The library guide is something you can print 
out and keep as reference
2) Read Source code. Python code is most readable of all programming 
languages. Possible candidates
Zope
mailman
redhat-admin scripts.

3) For RAD one can try out twisted. Network programming cannot get 
easier than this.

4) __doc__ is your friend if you do python programming. Just do __doc__ 
against any function you want to get details of and you will get a 
printable help. Python has a large self documented library.

O'rielly books are good starting point. If you keep one under you 
pillow, you might get some back pain, but nothing which cannot be 
resolved with the amount of money you will make after reading this book.

5)Take a look at blender for learning how to write glue code

6) psycopg for connecting to PG.


And ending this mail without adding anything that KG as not mentioned 
already

regards

Supreet

_______________________________________________
ilugd mailinglist -- ilugd@lists.linux-delhi.org
http://frodo.hserus.net/mailman/listinfo/ilugd
Archives at: http://news.gmane.org/gmane.user-groups.linux.delhi 
http://www.mail-archive.com/ilugd@lists.linux-delhi.org/

Reply via email to