forked from makeclean/PythonBooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
issues.json
381 lines (380 loc) · 19.6 KB
/
issues.json
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
{ "books" : [
{
"title": "Python para Desenvolvedores (2nd Edition)",
"author": "Luiz Eduardo Borges",
"authorUrl": "http://ark4n.wordpress.com/python/",
"level": "Intermediate",
"info": "[PORTUGUESE] Este livro aborda assuntos que incluem: criação de interfaces com usuário, computação gráfica, aplicações para internet, sistemas distribuídos, entre outros.",
"url": "http://ark4n.files.wordpress.com/2010/01/python_para_desenvolvedores_2ed.pdf",
"cover": "img/cover_pypd_2ed_th.jpg"
},
{
"title": "How to Think Like a Computer Scientist: Interactive Edition",
"author": "B. Miller & D. Ranum",
"authorUrl": "http://reputablejournal.com",
"level": "Beginner",
"info": "This interactive book teaches you Python the interactive way, right in the browser.",
"url": "http://interactivepython.org/courselib/static/thinkcspy/index.html",
"cover": "img/runestone.png"
},
{
"title": "Problem Solving with Algorithms and Data Structures Using Python",
"author": "B. Miller & D. Ranum",
"authorUrl": "http://reputablejournal.com/",
"level": "Intermediate",
"info": "This book is a CS2 data structures textbook, with a review of Python concepts in chapter 1",
"url": "http://interactivepython.org/courselib/static/pythonds/index.html",
"cover": "img/PythonDScover.png"
},
{
"title": "Learn Python The Hard Way",
"author": "Zed A. Shaw",
"authorUrl": "http://learnpythonthehardway.org/",
"level": "Beginner",
"info": "Have you always wanted to learn how to code but never thought you could? Do you want to challenge your brain in a new way? ",
"url": "http://learnpythonthehardway.org/book",
"cover": "img/cover_learnpython.jpg"
},
{
"title": "Dive into Python (2004)",
"author": "Mark Pilgrim",
"authorUrl": "http://getpython3.com/diveintopython3/",
"level": "Intermediate",
"info": "Dive Into Python is a free Python book (from 2004) for experienced programmers. It covers many basics of the language",
"url": "http://www.diveintopython.net/toc/index.html",
"cover": "img/cover_divepython.jpg"
},
{
"title": "Dive into Python 3",
"author": "Mark Pilgrim",
"authorUrl": "http://getpython3.com/diveintopython3/",
"level": "Intermediate",
"info": "Dive Into Python 3 covers what's new in Python 3 and how its differs from Python 2.",
"url": "http://getpython3.com/diveintopython3/whats-new.html",
"cover": "img/cover_divepython3.jpg"
},
{
"title": "Think Python",
"author": "Allen B. Downey",
"authorUrl": "http://www.greenteapress.com/",
"level": "Beginner",
"info": "A very exhaustive book covering most of the language features, from datatypes to OOP and debugging.",
"url": "http://www.greenteapress.com/thinkpython/thinkCSpy/thinkCSpy.pdf",
"cover": "img/cover_thinkpython.jpg"
},
{
"title": "Kivy programming Guide",
"author": "Kivy",
"authorUrl": "http://kivy.org/",
"level": "Intermediate",
"info": "Discover Kivy the multitouch Python framework for desktop and mobile, and learn how to create a simple game.",
"url": "http://kivy.org/docs/pdf/Kivy-latest.pdf",
"cover": "img/cover_kivy.png"
},
{
"title": "Django Tutorial",
"author": "Community",
"authorUrl": "https://docs.djangoproject.com/en/dev/intro/",
"level": "Intermediate",
"info": "With this hands-on tutorial, discover Django the popular high-level Python Web framework that encourages rapid development and clean, pragmatic design.",
"url": "https://docs.djangoproject.com/en/dev/intro/",
"cover": "img/cover_django.png"
},
{
"title": "Pyramid for Humans",
"author": "Community",
"authorUrl": "http://pyramid.readthedocs.org/en/latest/index.html",
"level": "Intermediate",
"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.",
"url": "http://docs.pylonsproject.org/projects/pyramid_tutorials/en/latest/humans/index.html",
"cover": "img/cover_pyramid.png"
},
{
"title": "Flask microframework",
"author": "Armin Ronacher",
"authorUrl": "http://lucumr.pocoo.org/",
"level": "Intermediate",
"info": "Learn the Flask web microframework by example. Flask aims to keep the core simple but extensible and gives you freedom to choose the libraries of your choice.",
"url": "http://flask.pocoo.org/docs/tutorial/",
"cover": "img/cover_flask.png"
},
{
"title": "Making games with Python and Pygame",
"author": "Al Sweigart",
"authorUrl": "http://inventwithpython.com",
"level": "Intermediate",
"info": "Making Games with Python & Pygame” covers the Pygame library with the source code for 11 games.",
"url": "http://inventwithpython.com/pygame/chapters/",
"cover": "img/cover_makinggame.png"
},
{
"title": "High Performance Python tutorial",
"author": "Ian Ozsvald",
"authorUrl": "http://ianozsvald.com/2011/07/25/high-performance-python-tutorial-v0-2-from-europython-2011",
"level": "Advanced",
"info": "In this 55 pages tutorial, Ian Ozsvald shows you a number of techniques to get a 10-500 performance increase in your Python apps, from profiling, to PyPy, numPy, Multiprocessing...",
"url": "http://ianozsvald.com/HighPerformancePythonfromTrainingatEuroPython2011_v0.2.pdf",
"cover": "img/cover_highperf.png"
},
{
"title": "A byte of Python",
"author": "Swaroop C H",
"authorUrl": "http://www.swaroopch.org/",
"level": "Beginner",
"info": "This book aims to help you learn the wonderful Python language and show how to get things done quickly and painlessly - in effect 'The Perfect Anti-venom to your programming problems'.",
"url": "http://files.swaroopch.com/python/byteofpython_120.pdf",
"cover": "img/cover_swaroop.png"
},
{
"title": "Python 101 - Introduction to Python",
"author": "Dave Kuhlman",
"authorUrl": "http://www.rexx.com/~dkuhlman",
"level": "Beginner",
"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.",
"url": "http://cutter.rexx.com/~dkuhlman/python_101/python_101.html",
"cover": "img/cover_python101.png"
},
{
"title": "The Standard Python Library",
"author": "Fredrik Lundh",
"authorUrl": "http://effbot.org/zone/",
"level": "Intermediate",
"info": "This book provides a brief description of each module of the +200 Python standard library and usage examples",
"url": "http://effbot.org/zone/librarybook-index.htm",
"cover": "img/cover_pythonstandardlibrairy.png"
},
{
"title": "Snake Wrangling for Kids",
"author": "Jason R. Briggs",
"authorUrl": "http://www.briggs.net.nz/snake-wrangling-for-kids.html",
"level": "Beginner",
"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.",
"url": "http://www.briggs.net.nz/snake-wrangling-for-kids.html",
"cover": "img/cover_snakewrangling.png"
},
{
"title": "Programming Computer Vision with Python",
"author": "Jan Erik Solem",
"authorUrl": "http://programmingcomputervision.com/",
"level": "Advanced",
"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.",
"url": "http://programmingcomputervision.com/downloads/ProgrammingComputerVision_CCdraft.pdf",
"cover": "img/cover_computervision.jpg"
},
{
"title": "Natural Language Processing with Python",
"author": "S. Bird, E. Klein & E. Loper",
"authorUrl": "https://sites.google.com/site/naturallanguagetoolkit/book",
"level": "Advanced",
"info": "Practical introduction to programming for language processing, written by the creators of NLTK.",
"url": "https://sites.google.com/site/naturallanguagetoolkit/book",
"cover": "img/cover_nltk.jpg"
},
{
"title": "Think Complexity",
"author": "Allen B. Downey",
"authorUrl": "http://www.greenteapress.com/",
"level": "Advanced",
"info": "This book is about complexity science, data structures and algorithms, intermediate programming in Python, and the philosophy of science.",
"url": "http://greenteapress.com/complexity/html/index.html",
"cover": "img/cover_complexity.jpg"
},
{
"title": "Think Stats",
"author": "Allen B. Downey",
"authorUrl": "http://www.greenteapress.com/",
"level": "Advanced",
"info": "Think Stats is an introduction to Probability and Statistics for Python programmers.",
"url": "http://greenteapress.com/thinkstats/html/index.html",
"cover": "img/cover_stats.jpg"
},
{
"title": "Python Module of the week",
"author": "Doug Hellman",
"authorUrl": "http://www.doughellmann.com/",
"level": "Intermediate",
"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.",
"url": "http://www.doughellmann.com/PyMOTW/contents.html",
"cover": "img/cover_pymotw.png"
},
{
"title": "An introduction to Python",
"author": "John C. Lusth",
"authorUrl": "http://beastie.cs.ua.edu/cs150/book/index.html",
"level": "Beginner",
"info": "A complete scholar overview of all Python 3 functionnalities from the Alabama University.",
"url": "http://beastie.cs.ua.edu/cs150/book/index.html",
"cover": "img/cover_alabamaintro.png"
},
{
"title": "Building skills in Programming",
"author": "Steven F. Lot ",
"authorUrl": "http://homepage.mac.com/s_lott/",
"level": "Beginner",
"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.",
"url": "http://www.itmaybeahack.com/homepage/books/nonprog/html/index.html",
"cover": "img/cover_buildingskillnonpro.jpg"
},
{
"title": "Building skills in Python",
"author": "Steven F. Lot ",
"authorUrl": "http://homepage.mac.com/s_lott/",
"level": "Beginner",
"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.",
"url": "http://www.itmaybeahack.com/book/python-2.6/html/index.html",
"cover": "img/cover_buildingskillspython.jpg"
},
{
"title": "Building skills in OOP",
"author": "Steven F. Lot ",
"authorUrl": "http://homepage.mac.com/s_lott/",
"level": "Intermediate",
"info": "How do you move from OO programming to OO design? This 301-page book has 49 chapters that will help you build OO design skills through the creation of a moderately complex family of application programs.",
"url": "http://www.itmaybeahack.com/book/oodesign-python-2.1/html/index.html",
"cover": "img/cover_buildingskillsoop.jpg"
},
{
"title": "Python Scientific lecture notes",
"author": "by the community",
"authorUrl": "http://scipy-lectures.github.com/AUTHORS.html",
"level": "Intermediate",
"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.",
"url": "http://scipy-lectures.github.com/",
"cover": "img/cover_scientific.jpg"
},
{
"title": "Programmez avec Python 2",
"author": "Gérard Swinnen",
"authorUrl": "http://inforef.be/swi/python.htm",
"level": "Beginner",
"info": "[FRENCH] Apprenez à programmer avec Python 2. Découvrez la programmation et le language Python grâce à cet ouvrage de référence.",
"url": "http://inforef.be/swi/download/apprendre_python.pdf",
"cover": "img/cover_apprendrepython2.jpg"
},
{
"title": "Programmez avec Python 3",
"author": "Gérard Swinnen",
"authorUrl": "http://inforef.be/swi/python.htm",
"level": "Beginner",
"info": "[FRENCH] Apprenez à programmer avec Python 3. Mise à jour du précédent ouvrage avec les spécificité de Python 3.",
"url": "http://inforef.be/swi/download/apprendre_python3_5.pdf",
"cover": "img/cover_apprendrepython3.jpg"
},
{
"title": "Python for you and me",
"author": "Kushal Das",
"authorUrl": "http://kushaldas.in",
"level": "Beginner",
"info": "A book for the total new comers into Python world. Was started as book for students before they read Python tutorial.",
"url": "http://kushal.fedorapeople.org/book/",
"cover": "img/pym.png"
},
{
"title": "Python course",
"author": "Patrick Fuchs / Pierre Poulain,",
"authorUrl": "http://www.dsimb.inserm.fr/~fuchs/python/python.html",
"level": "Beginner",
"info": "[FRENCH] Beginner and progressive course about Python theory and concepts",
"url": "http://www.dsimb.inserm.fr/~fuchs/python/python-node1.html",
"cover": "img/cover_python101.png"
},
{
"title": "Data Structures and Algorithms with Object-Oriented Design Patterns in Python",
"author": "Bruno R. Preiss",
"authorUrl": "http://www.brpreiss.com",
"level": "Intermediate",
"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.",
"url": "http://www.brpreiss.com/books/opus7/",
"cover": "img/cover_datastructandalg.png"
},
{
"title": "A bit of Python & other things.",
"author": "Jesse Noller",
"authorUrl": "http://jessenoller.com/",
"level": "Beginner",
"info": "A usefull page with good links to read about Python",
"url": "http://jessenoller.com/good-to-great-python-reads/",
"cover": "img/cover_jessenoller.png"
},
{
"title": "Python Course",
"author": "Google",
"authorUrl": "http://developers.google.com",
"level": "Beginner",
"info": "This is a free class for people with a little bit of programming experience who want to learn Python.",
"url": "https://developers.google.com/edu/python/",
"cover": "img/cover_googledevelopers.png"
},
{
"title": "Porting to Python 3: An in-depth guide",
"author": "Lennart Regebro",
"authorUrl": "http://regebro.wordpress.com/",
"level": "Intermediate",
"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.",
"url": "http://python3porting.com/",
"cover": "img/cover_porting_python3.png"
},
{
"title":"Non-Programmer's Tutorial for Python 3",
"author":"Josh Cogliati/Wikibooks/Others",
"authorUrl":"http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3",
"level":"Beginner",
"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.",
"url":"http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_3",
"cover":"img/Python3-powered.png"
},
{
"title":"The Hitchhiker’s Guide to Python!",
"author":"Kenneth Reitz",
"authorUrl":"http://kennethreitz.com/",
"level":"Beginner",
"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.",
"url":"http://python-guide.org/",
"cover":"img/PythonGuide.png"
},
{
"title":"Probabilistic Programming and Bayesian Methods for Hackers: Using Python and PyMC",
"author":"Cam Davidson-Pilon and community",
"authorUrl":"http://www.camdp.com",
"level":"Intermediate",
"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 ;)",
"url":"https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers",
"cover":"img/BMH.png"
},
{
"title":"web2py Complete Manual",
"author":"Massimo Di Pierro",
"authorUrl":"http://web2py.com",
"level":"Intermediate",
"info":"As you will learn in the following pages, web2py tries to lower the barrier of entry to web development by focusing on three main goals: ease of use, rapid development and security",
"url":"https://dl.dropboxusercontent.com/u/18065445/web2py/web2py_manual_5th.pdf",
"cover":"img/web2py.png"
},
{
"title":"Hacking Secret Ciphers with Python",
"author":"Al Sweigart",
"authorUrl":"http://coffeeghost.net",
"level":"Beginner",
"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.",
"url":"http://inventwithpython.com/hacking/index.html",
"cover":"img/hackingcyphers.png"
},
{
"title":"Modeling Creativity",
"author":"Tom De Smedt",
"authorUrl":"http://www.organisms.be/",
"level":"Intermediate",
"info":"Case studies in Python - using the libraries nodebox and pattern the author creates wonderful fractals and infographics; python code snippets included",
"url":"http://bit.ly/modeling-creativity",
"cover":"img/modelingcreativity.png"
},
{
"title":"Test-Driven Development with Python",
"author":"Harry Percival",
"authorUrl":"http://www.oreillynet.com/pub/au/5721",
"level":"Intermediate",
"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.",
"url":"http://chimera.labs.oreilly.com/books/1234000000754",
"cover": "img/testdriven.jpg"
}
]}