Skip to content

Commit e5595d0

Browse files
committed
update
1 parent 1f3b781 commit e5595d0

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

source/guidelines.rst

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
====
2+
Coding Guidelines
3+
====
4+
5+
The Zen of Python
6+
====
7+
8+
PEP 8
9+
====

source/psl.rst

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
====
2+
Glimpse of the PSL
3+
====
4+
5+
Data Structures and Algorithms
6+
====
7+
`array`_
8+
9+
`bisect`_
10+
11+
`heapq`_
12+
13+
`Collections Counter`_
14+
15+
`Collections defaultdict`_
16+
17+
`Collections deque`_
18+
19+
`Collections namedTuple`_
20+
21+
`Collections orderedDict`_
22+
23+
`Queue`_
24+
25+
`functools`_
26+
27+
`itertools`_
28+
29+
Time
30+
====
31+
`time`_
32+
33+
34+
Files and Folders
35+
====
36+
`os`_
37+
38+
`os.path`_
39+
40+
`shutil`_
41+
42+
`glob`_
43+
44+
`ZipFile`_
45+

source/resources.rst

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
====
2+
Resources
3+
====
4+
5+
#TODO
6+
Books, on-line courses on Python etc.

0 commit comments

Comments
 (0)