1. Functional Programming in Python 1,2,3:
* part1: http://www.ibm.com/developerworks/linux/library/l-prog/index.html , * part2: http://www.ibm.com/developerworks/linux/library/l-prog2/index.html * part3: http://www.ibm.com/developerworks/linux/library/l-prog3/index.html
3. Writing plugins pattern: http://www.ibm.com/developerworks/aix/library/au-cli_plugins...
* Intermediate and Advanced Software Carpentry in Python:http://ivory.idyll.org/articles/advanced-swc/
* Beej's Guide to Network Programming:http://beej.us/guide/bgnet/output/html/singlepage/bgnet.html
* How To Use Linux epoll with Python:http://scotdoyle.com/python-epoll-howto.html
* 6.006: Introduction to Algorithms, using Python:http://courses.csail.mit.edu/6.006/spring11/notes.shtml
* Python beginner's mistakes:http://zephyrfalcon.org/labs/beginners_mistakes.html
* Python Gotchas:http://pythonconquerstheuniverse.wordpress.com/2008/06/04/py...
* Python Conquers The Universe 1. Command-line syntax, some basic concepts:http://bit.ly/r07qvK 2. Unicode for dummies:http://bit.ly/oMFvd8 3. debugging in Python:http://bit.ly/rmEQiK
* Pypy - Tutorial: Writing an Interpreter with PyPy, Part 1 : http://morepypy.blogspot.com/2011/04/tutorial-writing-interp... - Global Interpreter Lock, or how to kill it:http://morepypy.blogspot.com/2011/06/global-interpreter-lock...
* Be careful with exec and eval in Python: http://lucumr.pocoo.org/2011/2/1/exec-in-python/
* Guido van Rossum:Interfaces or Abstract Base Classes? http://www.artima.com/weblogs/viewpost.jsp?thread=92662
1. Functional Programming in Python 1,2,3:
2. Decorators make magic easy: http://www.ibm.com/developerworks/linux/library/l-cpdecor/in...3. Writing plugins pattern: http://www.ibm.com/developerworks/aix/library/au-cli_plugins...