Skip to content

Commit 2e8d77c

Browse files
authored
updated urls
updated some html urls to pdf
1 parent ed07bd8 commit 2e8d77c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

issues.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"author": "David Mertz",
2626
"authorUrl": "http://www.oreilly.com/programming/free/from-future-import-python.csp",
2727
"level": "Beginner",
28-
"info": "This report guides you through the implicit decision tree of choosing what Python version, implementation, and distribution is best suited for you.",
28+
"info": "This report guides you through the0z implicit decision tree of choosing what Python version, implementation, and distribution is best suited for you.",
2929
"url": "http://www.oreilly.com/programming/free/files/from-future-import-python.pdf",
3030
"cover": "img/cover_picking_python_version_manifesto.gif"
3131
},
@@ -44,7 +44,7 @@
4444
"authorUrl": "http://pythontips.com/",
4545
"level": "Intermediate",
4646
"info": "Python is an amazing language with a strong and friendly community of programmers. However, there is a lack of documentation on what to learn after getting the basics of Python down your throat. Through this book I aim to solve this problem. I would give you bits of information about some interesting topics which you can further explore. The topics which are discussed in this book open up your mind towards some nice corners of Python language. This book is an outcome of my desire to have something like this when I was beginning to learn Python.",
47-
"url": "http://readthedocs.org/projects/intermediatepythongithubio/downloads/pdf/latest",
47+
"url": "https://media.readthedocs.org/pdf/intermediatepythongithubio/latest/intermediatepythongithubio.pdf",
4848
"cover": "img/cover_IntermediatePython_Yasoob2.jpg"
4949
},
5050
{
@@ -80,7 +80,7 @@
8080
"authorUrl": "http://getpython3.com/diveintopython3/",
8181
"level": "Intermediate",
8282
"info": "Dive Into Python is a free Python book (from 2004) for experienced programmers. It covers many basics of the language",
83-
"url": "http://www.diveintopython.net/toc/index.html",
83+
"url": "http://www.diveintopython.net/download/diveintopython-pdf-5.4.zip",
8484
"cover": "img/cover_divepython.jpg"
8585
},
8686
{
@@ -89,7 +89,7 @@
8989
"authorUrl": "http://getpython3.com/diveintopython3/",
9090
"level": "Intermediate",
9191
"info": "Dive Into Python 3 covers what's new in Python 3 and how its differs from Python 2.",
92-
"url": "http://getpython3.com/diveintopython3/whats-new.html",
92+
"url": "https://github.com/downloads/diveintomark/diveintopython3/dive-into-python3.pdf",
9393
"cover": "img/cover_divepython3.jpg"
9494
},
9595
{
@@ -116,7 +116,7 @@
116116
"authorUrl": "https://docs.djangoproject.com/en/dev/intro/",
117117
"level": "Intermediate",
118118
"info": "With this hands-on tutorial, discover Django the popular high-level Python Web framework that encourages rapid development and clean, pragmatic design.",
119-
"url": "https://docs.djangoproject.com/en/dev/intro/",
119+
"url": "https://media.readthedocs.org/pdf/django/latest/django.pdf",
120120
"cover": "img/cover_django.png"
121121
},
122122
{
@@ -125,7 +125,7 @@
125125
"authorUrl": "http://pyramid.readthedocs.org/en/latest/index.html",
126126
"level": "Intermediate",
127127
"info": "With this tutorial, discover Pyramid a Python web application development framework. Its primary goal is to make it easier for a Python developer to create web applications.",
128-
"url": "http://docs.pylonsproject.org/projects/pyramid_tutorials/en/latest/humans/index.html",
128+
"url": "docs.pylonsproject.org/projects/pyramid_tutorials/en/latest/index.html",
129129
"cover": "img/cover_pyramid.png"
130130
},
131131
{
@@ -170,7 +170,7 @@
170170
"authorUrl": "http://www.rexx.com/~dkuhlman",
171171
"level": "Beginner",
172172
"info": "This document is a syllabus for a first course in Python programming. This course contains an introduction to the Python language, instruction in the important and commonly used features of the language, and practical excercises in the use of those features.",
173-
"url": "http://cutter.rexx.com/~dkuhlman/python_101/python_101.html",
173+
"url": "http://www.davekuhlman.org/python_101.html",
174174
"cover": "img/cover_python101.png"
175175
},
176176
{
@@ -377,7 +377,7 @@
377377
"authorUrl":"http://www.camdp.com",
378378
"level":"Intermediate",
379379
"info":"aka 'Bayesian Methods for Hackers': An introduction to Bayesian methods + probabilistic programming in data analysis with a computation/understanding-first, mathematics-second point of view. All in pure Python ;)",
380-
"url":"https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers",
380+
"url":"https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers",
381381
"cover":"img/BMH.png"
382382
},
383383
{

0 commit comments

Comments
 (0)