|
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "title": "Intermediate Python", |
40 | | - "author": "Muhammad Yasoob Ullah Khalid", |
| 40 | + "author": "Muhammad Yasoob", |
41 | 41 | "authorUrl": "http://pythontips.com/", |
42 | 42 | "level": "Intermediate", |
43 | 43 | "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.", |
|
55 | 55 | }, |
56 | 56 | { |
57 | 57 | "title": "How to Think Like a Computer Scientist: Learning with Python 2nd Ed.", |
58 | | - "author": "Jeffrey Elkner, Allen B. Downey, Chris Meyers", |
| 58 | + "author": "Jeffrey Elkner...", |
59 | 59 | "authorUrl": "http://greenteapress.com/", |
60 | 60 | "level": "Beginner", |
61 | 61 | "info": "This book teaches you Python right in the browser.", |
|
208 | 208 | }, |
209 | 209 | { |
210 | 210 | "title": "Natural Language Processing with Python", |
211 | | - "author": "S. Bird, E. Klein & E. Loper", |
| 211 | + "author": "S. Bird, E. Klein...", |
212 | 212 | "authorUrl": "http://www.nltk.org/", |
213 | 213 | "level": "Advanced", |
214 | 214 | "info": "Practical introduction to programming for language processing, written by the creators of NLTK.", |
|
325 | 325 | }, |
326 | 326 | { |
327 | 327 | "title": "Python course", |
328 | | - "author": "Patrick Fuchs / Pierre Poulain,", |
| 328 | + "author": "Patrick Fuchs", |
329 | 329 | "authorUrl": "http://www.dsimb.inserm.fr/~fuchs/", |
330 | 330 | "level": "Beginner", |
331 | 331 | "info": "[FRENCH] Beginner and progressive course about Python theory and concepts", |
|
370 | 370 | }, |
371 | 371 | { |
372 | 372 | "title": "Non-Programmer's Tutorial for Python 3", |
373 | | - "author": "Josh Cogliati/Wikibooks/Others", |
| 373 | + "author": "Josh Cogliati and others", |
374 | 374 | "authorUrl": "http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3", |
375 | 375 | "level": "Beginner", |
376 | 376 | "info": "The Non-Programmers' Tutorial For Python 3 is a tutorial designed to be an introduction to the Python programming language. This guide is for someone with no programming experience.", |
|
388 | 388 | }, |
389 | 389 | { |
390 | 390 | "title": "Probabilistic Programming and Bayesian Methods for Hackers: Using Python and PyMC", |
391 | | - "author": "Cam Davidson-Pilon and community", |
| 391 | + "author": "Cam Davidson-Pilon", |
392 | 392 | "authorUrl": "http://www.camdp.com", |
393 | 393 | "level": "Intermediate", |
394 | 394 | "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 ;)", |
|
559 | 559 | }, |
560 | 560 | { |
561 | 561 | "title": "Algorithmic Problem Solving with Python", |
562 | | - "author": "John B. Schneider, Shira Lynn Broschat, Jess Dahmen", |
| 562 | + "author": "John B. Schneider...", |
563 | 563 | "authorUrl": "http://www.eecs.wsu.edu/~schneidj/", |
564 | 564 | "level": "Beginner", |
565 | 565 | "info": "Python's syntax and idioms are much easier to learn than those of most other full-featured languages. This book uses programming language Python to introduce folks to programming and algorithmic thinking.", |
|
601 | 601 | "info": "You're knee deep in learning the Python programming language. The syntax is starting to make sense. Now you want to take your knowledge and make something real. This book explains each Python web application stack layer and provides the resources.", |
602 | 602 | "url": "http://www.fullstackpython.com/table-of-contents.html", |
603 | 603 | "cover": "img/fullstackpython.jpg" |
604 | | - } |
| 604 | + }, |
605 | 605 | { |
606 | 606 | "title": "What You Need to Know about Python", |
607 | 607 | "author": "Pierluigi Riti", |
|
610 | 610 | "info": "The absolute essentials you need to know to get Python up and running", |
611 | 611 | "url": "https://www.packtpub.com/packt/free-ebook/what-you-need-know-about-python2", |
612 | 612 | "cover": "img/What_You_Need_to_Know_about_Python.jpg" |
613 | | - } |
| 613 | + }, |
614 | 614 | { |
615 | 615 | "title": "Learning Python", |
616 | 616 | "author": "Fabrizio Romano", |
|
619 | 619 | "info": "Learn to code like a professional with Python – an open source, versatile, and powerful programming language", |
620 | 620 | "url": "https://www.packtpub.com/packt/free-ebook/learning-python", |
621 | 621 | "cover": "img/Learning_Python.png" |
622 | | - } |
| 622 | + }, |
623 | 623 | { |
624 | 624 | "title": "What You Need to Know about Machine Learning", |
625 | 625 | "author": "Gabriel A. Cánepa", |
|
628 | 628 | "info": "This book lays the foundation for your work in the world of Machine Learning, providing the basic understanding, knowledge, and skills that you can build on with experience and time", |
629 | 629 | "url": "https://www.packtpub.com/packt/free-ebook/what-you-need-know-about-machine-learning2", |
630 | 630 | "cover": "img/What_You_Need_to_Know_about_Machine_Learning.jpg" |
631 | | - } |
| 631 | + } |
632 | 632 | ] |
633 | 633 | } |
0 commit comments