Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa1cfb7

Browse filesBrowse files
committed
tweak README and add links to each topic in the code
1 parent af56428 commit aa1cfb7
Copy full SHA for aa1cfb7

File tree

Expand file treeCollapse file tree

1 file changed

+16
-18
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+16
-18
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+16-18Lines changed: 16 additions & 18 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,25 @@ Here's what I want in a reference guide:
99
- Presented as a single Python script, so that I can keep it open in my IDE and search it when needed
1010
- Code that can be run from top to bottom, with the relevant objects defined nearby
1111

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).
1313

1414
### Topics
1515

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)
20+
- [Conditional Statements](reference.py#L118)
21+
- [Lists](reference.py#L147)
22+
- [Tuples](reference.py#223)
23+
- [Strings](reference.py#L258)
24+
- [Dictionaries](reference.py#L319)
25+
- [Sets](reference.py#L371)
26+
- [Defining Functions](reference.py#L408)
27+
- [Anonymous (Lambda) Functions](reference.py#L473)
28+
- [For Loops and While Loops](reference.py#L494)
29+
- [Comprehensions](reference.py#L540)
30+
- [Map, Reduce, Filter](reference.py#L594)
3331

3432
### Other Resources
3533

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.