You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-18Lines changed: 16 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -9,27 +9,25 @@ Here's what I want in a reference guide:
9
9
- Presented as a single Python script, so that I can keep it open in my IDE and search it when needed
10
10
- Code that can be run from top to bottom, with the relevant objects defined nearby
11
11
12
-
This is not written as a full-fledged "learn Python" tutorial, though I ordered the topics such that you can read it like a tutorial, in that no topic depends on material below it.
12
+
This is not written as a full-fledged Python tutorial, though I ordered the topics such that you can read it like a tutorial (each topic depends only on material preceding it).
13
13
14
14
### Topics
15
15
16
-
Here are the currently available topics:
17
-
18
-
- Imports
19
-
- Data Types
20
-
- Math
21
-
- Comparisons and Boolean Operations
22
-
- Conditional Statements
23
-
- Lists
24
-
- Tuples
25
-
- Strings
26
-
- Dictionaries
27
-
- Sets
28
-
- Defining Functions
29
-
- Anonymous (Lambda) Functions
30
-
- For Loops and While Loops
31
-
- Comprehensions
32
-
- Map, Reduce, Filter
16
+
-[Imports](reference.py#L28)
17
+
-[Data Types](reference.py#L52)
18
+
-[Math](reference.py#L84)
19
+
-[Comparisons and Boolean Operations](reference.py#L102)
0 commit comments