forked from exercism/python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlinks.json
More file actions
46 lines (46 loc) · 1.6 KB
/
links.json
File metadata and controls
46 lines (46 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[
{
"url": "https://www.tutorialspoint.com/python/python_basic_operators.htm",
"description": "Python basic operators on Tutorials Point"
},
{
"url": "https://docs.python.org/3/reference/expressions.html#comparisons",
"description": "Comparisons in Python (Python language reference)"
},
{
"url": "https://docs.python.org/3/reference/expressions.html#is-not",
"description": "Identity comparisons in Python (Python language reference)"
},
{
"url": "https://docs.python.org/3/reference/expressions.html#value-comparisons",
"description": "Value comparisons in Python (Python language reference)"
},
{
"url": "https://docs.python.org/3/library/stdtypes.html#typesnumeric",
"description": "Numeric types (Python Docs)"
},
{
"url": "https://docs.python.org/3/library/decimal.html#decimal.Decimal",
"description": "Decimal types (Python Docs)"
},
{
"url": "https://docs.python.org/3/library/fractions.html#fractions.Fraction",
"description": "Fractions (Python Docs)"
},
{
"url": "https://docs.python.org/3/library/stdtypes.html#sequence-types-list-tuple-range",
"description": "Sequence types (Python Docs)"
},
{
"url": "https://docs.python.org/3/reference/datamodel.html#objects",
"description": "Python Object Model (Python docs)"
},
{
"url": "https://www.python.org/dev/peps/pep-0207/",
"description": "PEP 207 to allow Operator Overloading for Comparison"
},
{
"url": "https://docs.python.org/3/reference/datamodel.html#customization",
"description": "Basic Customization (Python language reference)"
}
]