We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3b781 commit e5595d0Copy full SHA for e5595d0
source/guidelines.rst
@@ -0,0 +1,9 @@
1
+====
2
+Coding Guidelines
3
4
+
5
+The Zen of Python
6
7
8
+PEP 8
9
source/psl.rst
@@ -0,0 +1,45 @@
+Glimpse of the PSL
+Data Structures and Algorithms
+`array`_
+`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
@@ -0,0 +1,6 @@
+Resources
+#TODO
+Books, on-line courses on Python etc.
0 commit comments