|
3 | 3 | "url": "https://docs.python.org/3/",
|
4 | 4 | "description": "Python documentation"
|
5 | 5 | },
|
6 |
| - { |
7 |
| - "url": "https://www.python.org/dev/peps/pep-0020/", |
8 |
| - "description": "The Zen of Python (PEP 20)" |
9 |
| - }, |
10 | 6 | {
|
11 | 7 | "url": "https://www.python.org/dev/peps/pep-0008/",
|
12 | 8 | "description": "PEP 8"
|
13 | 9 | },
|
14 | 10 | {
|
15 |
| - "url": "https://www.python.org/psf-landing/", |
16 |
| - "description": "Python Software Foundation" |
17 |
| - }, |
18 |
| - { |
19 |
| - "url": "https://www.python.org/dev/peps/", |
20 |
| - "description": "Python Enhancement Proposals or PEPs" |
21 |
| - }, |
22 |
| - { |
23 |
| - "url": "https://docs.python.org/3/reference/datamodel.html", |
24 |
| - "description": "everything in Python is an object" |
25 |
| - }, |
26 |
| - { |
27 |
| - "url": "https://stackoverflow.com/questions/11328920/is-python-strongly-typed", |
28 |
| - "description": "dynamic typing and strong typing" |
29 |
| - }, |
30 |
| - { |
31 |
| - "url": "https://docs.python.org/3/library/typing.html", |
32 |
| - "description": "type hints" |
| 11 | + "url": "https://www.python.org/dev/peps/pep-0020/", |
| 12 | + "description": "The Zen of Python (PEP 20)" |
33 | 13 | },
|
34 | 14 | {
|
35 |
| - "url": "https://docs.python.org/3/reference/lexical_analysis.html#indentation", |
36 |
| - "description": "significant indentation" |
| 15 | + "url": "https://nedbatchelder.com/text/names.html", |
| 16 | + "description": "Ned Batchelder: Facts and Myths about Python Names." |
37 | 17 | },
|
38 | 18 | {
|
39 | 19 | "url": "https://realpython.com/python-variables/",
|
40 | 20 | "description": "variables in Python"
|
41 | 21 | },
|
42 |
| - { |
43 |
| - "url": "https://docs.python.org/3/reference/executionmodel.html#naming-and-binding", |
44 |
| - "description": "naming and binding in Python" |
45 |
| - }, |
46 | 22 | {
|
47 | 23 | "url": "https://docs.python.org/3/tutorial/controlflow.html#defining-functions",
|
48 | 24 | "description": "function definition"
|
49 | 25 | },
|
50 | 26 | {
|
51 |
| - "url": "https://docs.python.org/3/reference/compound_stmts.html#function", |
52 |
| - "description": "functions in Python" |
| 27 | + "url": "https://docs.python.org/3/tutorial/controlflow.html#default-argument-values", |
| 28 | + "description": "default arguments" |
53 | 29 | },
|
54 | 30 | {
|
55 |
| - "url": "https://docs.python.org/3/reference/datamodel.html#classes", |
56 |
| - "description": "class in Python" |
| 31 | + "url": "https://realpython.com/python-comments-guide/#python-commenting-basics", |
| 32 | + "description": "Comments" |
57 | 33 | },
|
58 | 34 | {
|
59 |
| - "url": "https://docs.python.org/3/c-api/method.html#method-objects", |
60 |
| - "description": "methods in Python" |
| 35 | + "url": "https://docs.python.org/3/tutorial/controlflow.html#tut-docstrings", |
| 36 | + "description": "docstring" |
61 | 37 | },
|
62 | 38 | {
|
63 |
| - "url": "https://docs.python.org/3/reference/datamodel.html#the-standard-type-hierarchy", |
64 |
| - "description": "Pythons standard type hierarchy" |
| 39 | + "url": "https://www.python.org/psf-landing/", |
| 40 | + "description": "Python Software Foundation" |
65 | 41 | },
|
66 | 42 | {
|
67 |
| - "url": "https://docs.python.org/3/tutorial/controlflow.html#default-argument-values", |
68 |
| - "description": "default arguments" |
| 43 | + "url": "https://www.python.org/dev/peps/", |
| 44 | + "description": "Python Enhancement Proposals or PEPs" |
69 | 45 | },
|
70 | 46 | {
|
71 |
| - "url": "https://realpython.com/python-comments-guide/#python-commenting-basics", |
72 |
| - "description": "Comments" |
| 47 | + "url": "https://docs.python.org/3/reference/datamodel.html", |
| 48 | + "description": "everything in Python is an object" |
73 | 49 | },
|
74 | 50 | {
|
75 |
| - "url": "https://docs.python.org/3/tutorial/controlflow.html#tut-docstrings", |
76 |
| - "description": "docstring" |
| 51 | + "url": "https://stackoverflow.com/questions/11328920/is-python-strongly-typed", |
| 52 | + "description": "dynamic typing and strong typing" |
| 53 | + }, |
| 54 | + { |
| 55 | + "url": "https://docs.python.org/3/library/typing.html", |
| 56 | + "description": "type hints" |
| 57 | + }, |
| 58 | + { |
| 59 | + "url": "https://docs.python.org/3/reference/lexical_analysis.html#indentation", |
| 60 | + "description": "significant indentation" |
77 | 61 | },
|
78 | 62 | {
|
79 | 63 | "url": "https://docs.python.org/3/library/doctest.html",
|
|
0 commit comments