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
30 lines (30 loc) · 1017 Bytes
/
links.json
File metadata and controls
30 lines (30 loc) · 1017 Bytes
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
[
{
"url": "https://docs.python.org/3/library/stdtypes.html#text-sequence-type-str",
"description": "text sequence type - str"
},
{
"url": "https://docs.python.org/3/library/stdtypes.html#string-methods",
"description": "string methods"
},
{
"url": "https://docs.python.org/3/library/stdtypes.html#common-sequence-operations",
"description": "common sequence operations"
},
{
"url": "https://realpython.com/python-strings/",
"description": "string and character data in python"
},
{
"url": "https://realpython.com/python-string-formatting/",
"description": "string formatting best practices"
},
{
"url": "https://docs.python.org/3/library/string.html",
"description": "string - common string operations and formatting"
},
{
"url": "https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/",
"description": "joel-on-text"
}
]