Skip to content

Commit e685390

Browse files
committed
Add Learn X in Y minutes to reading
1 parent 5abc76b commit e685390

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

res/readings.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,52 @@
11
[
22
{
33
"uid": "d40efea9-a284-445e-921b-a7a3ab02f56f",
4-
"num": 8,
4+
"num": 9,
55
"title": "Python Execution Model (warning: long, dense)",
66
"href": "https://docs.python.org/3.4/reference/executionmodel.html",
77
"credit": "PSF",
88
"visible": true
99
},
1010
{
1111
"uid": "2d37af66-6421-4bdb-8370-0eec1b924191",
12-
"num": 7,
12+
"num": 8,
1313
"title": "Python Data Model (warning: long, dense)",
1414
"href": "https://docs.python.org/3.4/reference/datamodel.html",
1515
"credit": "PSF",
1616
"visible": true
1717
},
1818
{
1919
"uid": "ac75f7f9-35ac-4d12-82d9-e29608f3669c",
20-
"num": 6,
20+
"num": 7,
2121
"title": "Thoughts on Code Style",
2222
"href": "http://docs.python-guide.org/en/latest/writing/style/",
2323
"credit": "Kenneth Reitz",
2424
"visible": true
2525
},
2626
{
2727
"uid": "03723a90-aeb6-4b64-b677-c311743e3a7a",
28-
"num": 5,
28+
"num": 6,
2929
"title": "Using the Python Interpreter",
3030
"href": "https://docs.python.org/3.4/tutorial/interpreter.html",
3131
"credit": "PSF",
3232
"visible": true
3333
},
3434
{
3535
"uid": "8373cba0-e705-4e2a-88e5-9c163dd570ce",
36-
"num": 4,
36+
"num": 5,
3737
"title": "Python in One Easy Lesson",
3838
"href": "http://cs.stanford.edu/people/nick/python-in-one-easy-lesson/",
3939
"credit": "Nick Parlante",
4040
"visible": true
4141
},
42+
{
43+
"uid": "ff6c02ef-c240-499f-a64b-442833f11878",
44+
"num": 4,
45+
"title": "Learn python3 in Y minutes",
46+
"href": "https://learnxinyminutes.com/docs/python3/",
47+
"credit": "Louie Dinh",
48+
"visible": true
49+
},
4250
{
4351
"uid": "914b50cc-7969-4199-a719-a96a43b58619",
4452
"num": 3,
@@ -63,4 +71,4 @@
6371
"credit": "Tim Peters",
6472
"visible": true
6573
}
66-
]
74+
]

0 commit comments

Comments
 (0)