Difference between revisions of "Code/Python"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | = | + | == General == |
* [http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html idiomatic python] | * [http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html idiomatic python] | ||
Line 12: | Line 12: | ||
* [http://www.ibm.com/developerworks/linux/library/l-cpdecor/index.html ibm decorator examples] | * [http://www.ibm.com/developerworks/linux/library/l-cpdecor/index.html ibm decorator examples] | ||
+ | |||
+ | == GIL/Thread/Multiprocessing == | ||
+ | |||
+ | http://jessenoller.com/2009/02/01/python-threads-and-the-global-interpreter-lock/ | ||
+ | |||
+ | http://www.parallelpython.com/ |