-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
47 lines (39 loc) · 932 Bytes
/
todo.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Part A:
1. variables, printing
2. functions
3. controls - loops/switches/etc
4. file IO
5. list comprehension
6. class/OO stuff
7. try, catch, exception
Part B:
1. using pickle, JSON data handling
2. postgres db io
3. collections, dictionaries, lists, queues
4. multi threading
http://pymotw.com/2/contents.html
Part C:
1. flask
2. rest services - creating/consuming
http://stackoverflow.com/questions/4355997/is-there-a-generic-python-library-to-consume-rest-based-services
3. gevent stuff
sub-todo:
join function
global keyword
switch using lambada
//learn py hard way
unit-test
setup setup
basic web pkg for form inputs
Update:
25/01:
Part A.1) printVars.py, commandLineParams.py
Part A.4) FileIO.py
27/01:
Part A.7) done except:todo:user-defined exceptions (exceptions.py)
Part A.3) controls.py
Part A.2) functions.py
Part B.3) lists todo:rest (collections.py)
31/01:
Part A.6) OOPs.py, ex42.py, ex44.py
new: pyIdioms.py