File tree Expand file tree Collapse file tree 1 file changed +13
-16
lines changed
Expand file tree Collapse file tree 1 file changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -15,30 +15,27 @@ Chris:
1515 - C API
1616 - cytpes
1717 - Cython
18- * Advanced OO:
18+
19+ * Advanced OO: mixins, metaclasses, ` __new__ ` , super()
1920
2021Possible:
2122 wxPython GUIs
2223
23- UNIX system administration automation using python
24-
25- Parallel processing using OpenMPI (I may be able to get some time on Google Compute Engine for you - it never hurts to ask)
26-
27- Some of the material from the book Think Complexity that you gave me.
28-
29- Software Configuration management using git
30-
3124 An in depth look at some of the modules in the standard library, see
3225
3326 http://docs.python.org/2/library/index.html
27+
28+ Assorted advanced topics:
29+ lambda functions
30+ the with statement
31+ iterators, generators
32+ decorators
3433
35- Python 3.x, including how to convert from 2.x to 3.x using 2to3
36-
37- Lambda functions
38-
39- The with statement
34+ Persistance/Serialization: Pickle, CSV, JSON, XML....
4035
41- The Pyramid Web framework
36+ Testing: unit testing, unittest, nose, pytest
4237
43- Remote Procedure calling; PyRPC, JSONRPC, ???
38+ Profiling
39+
40+
4441
You can’t perform that action at this time.
0 commit comments