Skip to content

Commit c8c4970

Browse files
authored
Updated Urls
urls for books and authors updated
1 parent 369f709 commit c8c4970

File tree

1 file changed

+37
-28
lines changed

1 file changed

+37
-28
lines changed

issues.json

Lines changed: 37 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ "books" : [
1+
{ "books" : [
22

33
{
44
"title": "How to Make Mistakes in Python",
@@ -194,7 +194,7 @@
194194
{
195195
"title": "Snake Wrangling for Kids",
196196
"author": "Jason R. Briggs",
197-
"authorUrl": "http://www.briggs.net.nz/snake-wrangling-for-kids.html",
197+
"authorUrl": "http://jasonrbriggs.com",
198198
"level": "Beginner",
199199
"info": "[DOWNLOAD REQUIRED] For children 8 years and older, who would like to learn computer programming. It covers the very basics of programming, and uses the Python programming language to teach the concepts.",
200200
"url": "http://www.briggs.net.nz/snake-wrangling-for-kids.html",
@@ -203,7 +203,7 @@
203203
{
204204
"title": "Programming Computer Vision with Python",
205205
"author": "Jan Erik Solem",
206-
"authorUrl": "http://programmingcomputervision.com/",
206+
"authorUrl": "http://www.janeriksolem.net/",
207207
"level": "Advanced",
208208
"info": "[PDF DRAFT] This book gives an entry point to hands-on computer vision (images, videos...) with enough understanding of the underlying theory and algorithms.",
209209
"url": "http://programmingcomputervision.com/downloads/ProgrammingComputerVision_CCdraft.pdf",
@@ -212,7 +212,7 @@
212212
{
213213
"title": "Natural Language Processing with Python",
214214
"author": "S. Bird, E. Klein & E. Loper",
215-
"authorUrl": "https://sites.google.com/site/naturallanguagetoolkit/book",
215+
"authorUrl": "http://www.nltk.org/",
216216
"level": "Advanced",
217217
"info": "Practical introduction to programming for language processing, written by the creators of NLTK.",
218218
"url": "http://www.nltk.org/book/",
@@ -224,7 +224,7 @@
224224
"authorUrl": "http://www.greenteapress.com/",
225225
"level": "Advanced",
226226
"info": "This book is about complexity science, data structures and algorithms, intermediate programming in Python, and the philosophy of science.",
227-
"url": "http://greenteapress.com/complexity/html/index.html",
227+
"url": "http://www.greenteapress.com/complexity/thinkcomplexity.pdf",
228228
"cover": "img/cover_complexity.jpg"
229229
},
230230
{
@@ -233,7 +233,16 @@
233233
"authorUrl": "http://www.greenteapress.com/",
234234
"level": "Advanced",
235235
"info": "Think Stats is an introduction to Probability and Statistics for Python programmers.",
236-
"url": "http://greenteapress.com/thinkstats/html/index.html",
236+
"url": "http://greenteapress.com/thinkstats/thinkstats.pdf",
237+
"cover": "img/cover_stats.jpg"
238+
},
239+
{
240+
"title": "Think Stats 2e",
241+
"author": "Allen B. Downey",
242+
"authorUrl": "http://www.greenteapress.com/",
243+
"level": "Advanced",
244+
"info": "Think Stats is an introduction to Probability and Statistics for Python programmers.",
245+
"url": "http://greenteapress.com/thinkstats2/thinkstats2.pdf",
237246
"cover": "img/cover_stats.jpg"
238247
},
239248
{
@@ -242,22 +251,22 @@
242251
"authorUrl": "http://www.doughellmann.com/",
243252
"level": "Intermediate",
244253
"info": "The Python Module of the Week series, or PyMOTW, is a tour of the Python standard library through short and concrete examples. It covers more than 50 modules.",
245-
"url": "http://www.doughellmann.com/PyMOTW/contents.html",
254+
"url": "https://pymotw.com/2/contents.html",
246255
"cover": "img/cover_pymotw.png"
247256
},
248257
{
249258
"title": "An introduction to Python",
250259
"author": "John C. Lusth",
251-
"authorUrl": "http://beastie.cs.ua.edu/cs150/book/index.html",
260+
"authorUrl": "http://lusth.cs.ua.edu/",
252261
"level": "Beginner",
253262
"info": "A complete scholar overview of all Python 3 functionnalities from the Alabama University.",
254263
"url": "http://beastie.cs.ua.edu/cs150/book/index.html",
255264
"cover": "img/cover_alabamaintro.png"
256265
},
257266
{
258267
"title": "Building skills in Programming",
259-
"author": "Steven F. Lot ",
260-
"authorUrl": "http://homepage.mac.com/s_lott/",
268+
"author": "Steven F. Lot",
269+
"authorUrl": "http://www.itmaybeahack.com",
261270
"level": "Beginner",
262271
"info": "How do you learn to program? Through a series of simple exercises that teach programming fundamentals with an easy-to-use, easy-to-learn programming language.",
263272
"url": "http://www.itmaybeahack.com/homepage/books/nonprog/html/index.html",
@@ -266,7 +275,7 @@
266275
{
267276
"title": "Building skills in Python",
268277
"author": "Steven F. Lot ",
269-
"authorUrl": "http://homepage.mac.com/s_lott/",
278+
"authorUrl": "http://www.itmaybeahack.com",
270279
"level": "Beginner",
271280
"info": "This 450+ page book has 42 chapters that will help you build Python programming skills through a series of exercises. This book includes six projects from straight-forward to sophisticated that will help solidify your Python skills.",
272281
"url": "http://www.itmaybeahack.com/book/python-2.6/html/index.html",
@@ -283,7 +292,7 @@
283292
},
284293
{
285294
"title": "Python Scientific lecture notes",
286-
"author": "by the community",
295+
"author": "By The Community",
287296
"authorUrl": "http://scipy-lectures.github.com/AUTHORS.html",
288297
"level": "Intermediate",
289298
"info": "Teaching material on the scientific Python ecosystem, a quick introduction to central tools and techniques. The different chapters each correspond to a 1 to 2 hours course with increasing level of expertise, from beginner to expert.",
@@ -314,16 +323,16 @@
314323
"authorUrl": "http://kushaldas.in",
315324
"level": "Beginner",
316325
"info": "A book for the total new comers into Python world. Was started as book for students before they read Python tutorial.",
317-
"url": "http://kushal.fedorapeople.org/book/",
326+
"url": "http://pymbook.readthedocs.io/en/latest/",
318327
"cover": "img/pym.png"
319328
},
320329
{
321330
"title": "Python course",
322331
"author": "Patrick Fuchs / Pierre Poulain,",
323-
"authorUrl": "http://www.dsimb.inserm.fr/~fuchs/python/python.html",
332+
"authorUrl": "http://www.dsimb.inserm.fr/~fuchs/",
324333
"level": "Beginner",
325334
"info": "[FRENCH] Beginner and progressive course about Python theory and concepts",
326-
"url": "http://www.dsimb.inserm.fr/~fuchs/python/python-node1.html",
335+
"url": "http://www.dsimb.inserm.fr/~fuchs/python/cours_python.pdf",
327336
"cover": "img/cover_python101.png"
328337
},
329338
{
@@ -332,7 +341,7 @@
332341
"authorUrl": "http://www.brpreiss.com",
333342
"level": "Intermediate",
334343
"info": "This book is about the fundamentals of data structures and algorithms. It uses object oriented design patterns and teaches topics like stacks, queues, lists, hashing and graphs. There are also versions for other programming languages.",
335-
"url": "http://www.brpreiss.com/books/opus7/",
344+
"url": "http://www.brpreiss.com/books/opus7/html/book.html",
336345
"cover": "img/cover_datastructandalg.png"
337346
},
338347
{
@@ -359,7 +368,7 @@
359368
"authorUrl": "http://regebro.wordpress.com/",
360369
"level": "Intermediate",
361370
"info": "This book guides you through the process of porting your Python 2 code to Python 3, from choosing a porting strategy to solving your distribution issues. Using plenty of code examples is takes you cross the hurdles and shows you the new Python features.",
362-
"url": "http://python3porting.com/",
371+
"url": "http://python3porting.com/pdfs/SupportingPython3-screen-1.0-latest.pdf",
363372
"cover": "img/cover_porting_python3.png"
364373
},
365374
{
@@ -377,7 +386,7 @@
377386
"authorUrl":"http://kennethreitz.com/",
378387
"level":"Beginner",
379388
"info":"This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usage of Python on a daily basis.",
380-
"url":"http://python-guide.org/",
389+
"url":"https://media.readthedocs.org/pdf/python-guide/latest/python-guide.pdf",
381390
"cover":"img/PythonGuide.png"
382391
},
383392
{
@@ -386,7 +395,7 @@
386395
"authorUrl":"http://www.camdp.com",
387396
"level":"Intermediate",
388397
"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 ;)",
389-
"url":"https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers",���
398+
"url":"http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/",
390399
"cover":"img/BMH.png"
391400
},
392401
{
@@ -404,7 +413,7 @@
404413
"authorUrl":"http://coffeeghost.net",
405414
"level":"Beginner",
406415
"info":"The book teaches complete beginners how to program in the Python programming language. The reader not only learns about several classical ciphers, but also how to write programs that encrypt and hack these ciphers.",
407-
"url":"http://inventwithpython.com/hacking/index.html",
416+
"url":"http://inventwithpython.com/hackingciphers.pdf",
408417
"cover":"img/hackingcyphers.png"
409418
},
410419
{
@@ -413,7 +422,7 @@
413422
"authorUrl":"http://www.organisms.be/",
414423
"level":"Intermediate",
415424
"info":"Case studies in Python - using the libraries nodebox and pattern the author creates wonderful fractals and infographics; python code snippets included",
416-
"url":"http://bit.ly/modeling-creativity",
425+
"url":"http://www.clips.ua.ac.be/sites/default/files/modeling-creativity.pdf",
417426
"cover":"img/modelingcreativity.png"
418427
},
419428
{
@@ -422,7 +431,7 @@
422431
"authorUrl":"http://www.oreillynet.com/pub/au/5721",
423432
"level":"Intermediate",
424433
"info":"This book uses a concrete example—the development of a website, from scratch—to teach the TDD metholology, and how it applies to web programming, from the basics of database integration and javascript, going via browser-automation tools like Selenium, to advanced (and trendy) topics like NoSQL, websockets and Async programming.",
425-
"url":"http://chimera.labs.oreilly.com/books/1234000000754",
434+
"url":"http://chimera.labs.oreilly.com/books/1234000000754/index.html",
426435
"cover": "img/testdriven.jpg"
427436
},
428437
{
@@ -458,13 +467,13 @@
458467
"authorUrl":"http://mundogeek.net/",
459468
"level":"Beginner",
460469
"info":"[SPANISH] Libro sobre programación en Python a modo de tutorial, adecuado para todos los niveles de aprendizaje, desde novatos hasta expertos que quieren conocer más sobre Python.",
461-
"url":"http://mundogeek.net/tutorial-python/",
470+
"url":"http://edge.launchpad.net/improve-python-spanish-doc/0.4/0.4.0/+download/Python%20para%20todos.pdf",
462471
"cover": "img/tutorial-python.jpg"
463472
},
464473
{
465474
"title":"Python in Hydrology",
466475
"author":"Sat Kumar Tomer",
467-
"authorUrl":"http://www.greenteapress.com/pythonhydro/pythonhydro.html",
476+
"authorUrl":"http://civil.iisc.ernet.in/~satkumar/",
468477
"level":"Beginner",
469478
"info":"Python in Hydrology is written for learning Python using its applications in hydrology. The book covers the basic applications of hydrology, and also the advanced topic like use of copula.",
470479
"url":"http://www.greenteapress.com/pythonhydro/pythonhydro.pdf",
@@ -476,7 +485,7 @@
476485
"authorUrl":"http://zacharski.org/",
477486
"level":"Intermediate",
478487
"info":"A guide to practical data mining, collective intelligence, and building recommendation systems.",
479-
"url":"http://guidetodatamining.com/",
488+
"url":"http://guidetodatamining.com/assets/guideChapters/Guide2DataMining.pdf",
480489
"cover": "img/cover_guidetodatamining.png"
481490
},
482491
{
@@ -511,8 +520,8 @@
511520
"author":"Leif Azzopardi",
512521
"authorUrl":"http://leifos.me",
513522
"level":"Beginner",
514-
"info":"A beginner's guide to web development with Django 1.5.4. This book has been designed to get you going fast and to learn by example. You'll learn the key aspects of the Python Django Framework by developing an application called Rango.",
515-
"url":"http://www.tangowithdjango.com",
523+
"info":"A beginner's guide to web development with Django 1.7. This book has been designed to get you going fast and to learn by example. You'll learn the key aspects of the Python Django Framework by developing an application called Rango.",
524+
"url":"http://www.tangowithdjango.com/book17/",
516525
"cover": "img/cover_tangowithdjango.jpg"
517526
},
518527
{
@@ -548,7 +557,7 @@
548557
"authorUrl":"https://djangogirls.org/",
549558
"level":"Beginner",
550559
"info":"It's a very beginner-friendly tutorial with introductions to the command line, Python, Django, HTML and CSS. ",
551-
"url":"https://www.gitbook.com/book/djangogirls/djangogirls-tutorial/details",
560+
"url":"https://www.gitbook.com/download/pdf/book/djangogirls/djangogirls-tutorial?lang=en",
552561
"cover": "img/cover_djangogirls_tutorial.jpg"
553562
}
554563
]}

0 commit comments

Comments
 (0)