-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex
31 lines (30 loc) · 1.02 KB
/
index
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
https://stackoverflow.com/questions/2573135/python-progression-path-from-apprentice-to-guru
1.py | Nested for loops, list comprehensions, Dictionary comprehensions
2.py | map, filter, reduce, range, xrange, zip
3.py | Learning to iterate better
4.py | Generators
5.py | Break, continue and pass
6.py | Classes and custom iterators
7.py | Itertools
8.py | Commonly used built-in functions
9.py | Functions that accept arbitrary numbers of arguments
10.py | Lists, Sets, FrozenSets, Tuples, Dictionaries, Queues, Strings, Collections
11.py | Files
12.py | Handling command line arguments
13.py | PE files
14.py | IDA Python API usage
15.py | Exceptions
16.py | Regex (re)
17.py | Binary data (Struct, Binascii)
18.py | Bisect
19.py | Collections
20.py | HTTP requests
21.py | os
22.py | Hashlib
23.py | Subprocess
24.py | ConfigParser
25.py | Bitwise operations
26.py | Crypto
27.py | Json
28.py | AWS
29.py | context