Skip to content

Commit d9ae6a5

Browse files
just a bit more
1 parent c1168ac commit d9ae6a5

File tree

1 file changed

+13
-16
lines changed

1 file changed

+13
-16
lines changed

PossibleTopics.md

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff 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

2021
Possible:
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

0 commit comments

Comments
 (0)