-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbooks.yml
813 lines (744 loc) · 18.5 KB
/
books.yml
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
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
ponormese:
name: Ponořme se do Python(u) 3
author: Mark Pilgrim
copies:
- owner: "@hroncok"
- owner: "@encukou"
url: http://diveintopython3.py.cz/index.html
language:
- Česky
tags:
- Python
- Začátečník
two-scoops-1-5:
name: Two Scoops of Django (1.5)
author: Daniel Greenfeld & Audrey Roy
description: Best Practices for Django
copies:
- owner: "@honzakral"
keeper: "@encukou"
url: https://www.twoscoopspress.com/products/two-scoops-of-django-1-5
language:
- Anglicky
tags:
- Web
- Python
two-scoops-1-6:
name: Two Scoops of Django (1.6)
author: Daniel Greenfeld & Audrey Roy
description: Best Practices for Django
copies:
- owner: "@encukou"
url: https://www.twoscoopspress.com/products/two-scoops-of-django-1-6
language:
- Anglicky
tags:
- Web
- Python
python-cookbook:
name: Python Cookbook
author: D. Beazley & B. K. Jones
description: Recipes for mastering Python 3
copies:
- owner: "@encukou"
url: http://shop.oreilly.com/product/0636920027072.do
language:
- Anglicky
tags:
- Python
testing-goat:
name: Test-Driven Development with Python
author: Harry J. W. Percival
description: "Obey the Testing Goat: Using Django, Selenium, and Javascript."
copies:
- owner: "@encukou"
signed: True
url: http://www.obeythetestinggoat.com/
language:
- Anglicky
tags:
- Web
- Testování
- Python
data-wrangling:
name: Data Wrangling with Python
author: Jacqueline Kazil & Katharine Jarmul
description: Tips and Tools to Make Your Life Easier
copies:
- owner: "@encukou"
signed: True
current: Ivča Jelínková (PyLadies Brno)
borrowed: 2019-05-20
url: http://shop.oreilly.com/product/0636920032861.do
language:
- Anglicky
tags:
- Data
- Python
data-analysis:
name: Python for Data Analysis
author: Wes McKinney
description: Data Wrangling with Pandas, NumPy, and IPython
copies:
- owner: "@encukou"
current: "@rkuska"
borrowed: 2015-11-15
url: http://shop.oreilly.com/product/0636920023784.do
language:
- Anglicky
tags:
- Data
- Python
hello-web-app:
name: Hello Web App
author: Tracy Osborn
description: Learn How to Build a Web App
copies:
- owner: "@encukou"
- owner: "@encukou"
url: https://hellowebbooks.com/learn-django/
language:
- Anglicky
tags:
- Web
- Začátečník
- Python
hello-web-app-intermediate:
name: Hello Web App
author: Tracy Osborn
description: Intermediate Concepts
copies:
- owner: "@encukou"
- owner: "@encukou"
url: https://hellowebbooks.com/django-intermediate-concepts/
language:
- Anglicky
tags:
- Web
- Začátečník
- Python
hello-web-design:
name: Hello Web Design
author: Tracy Osborn
description: Design fundamentals and shortcuts for non-designers
copies:
- owner: "@encukou"
url: https://hellowebbooks.com/learn-design/
language:
- Anglicky
tags:
- Web
- Ostatní
#flask-web-dev:
# name: Flask Web Development
# author: Miguel Grinberg
# description: Developing Web Applications with Python
# copies:
# - owner: "@encukou"
# url: http://flaskbook.com/
# language:
# - Anglicky
# tags:
# - Web
# - Python
raspi-cookbook:
name: Raspberry Pi Cookbook
author: Simon Monk
copies:
- owner: "@encukou"
url: http://shop.oreilly.com/product/0636920029595.do
language:
- Anglicky
tags:
- Ostatní
hackers_painters:
name: "Hackers and Painters: Big Ideas from the Computer Age"
author: Paul Graham
description: Sbírka esejí člověka, který později založil Y Combinator.
copies:
- owner: "@encukou"
url: http://www.amazon.com/Hackers-Painters-Big-Ideas-Computer/dp/1449389554
language:
- Anglicky
tags:
- Ostatní
kivy:
name: Creating Apps in Kivy
author: Dusty Phillips
description: Praktický návod, jak vytvořit mobilní aplikaci v Pythonu. Vhodné pro začátečníky.
copies:
- owner: "@encukou"
url: http://shop.oreilly.com/product/0636920032595.do
language:
- Anglicky
tags:
- Začátečník
- Python
cython:
name: Cython - A guide for Python programmers
author: Kurt W. Smith
description: Vydání Leden 2015
copies:
- owner: "@tjanovsky"
url: http://shop.oreilly.com/product/0636920033431.do
language:
- Anglicky
tags:
- Python
pro-git:
name: Pro Git
author: Scott Chacon
copies:
- owner: "@encukou"
current: Eva Milovská (PyLadies Brno)
borrowed: 2019-05-20
url: https://knihy.nic.cz/#ProGit
language:
- Česky
tags:
- Ostatní
pruvodce-labyrintem-algoritmu:
name: Průvodce labyrintem algoritmů
author: Martin Mareš, Tomáš Valla
copies:
- owner: "@encukou"
url: https://knihy.nic.cz/#pruvodce
language:
- Česky
tags:
- Ostatní
team-geek:
name: Team Geek
author: Brian W. Fitzpatrick, Ben Collins-Sussman
description: A Software Developer's Guide to Working Well with Others
copies:
- owner: "@yedpodtrzitko"
current: "@vahalova"
borrowed: 2019-03-20
url: http://shop.oreilly.com/product/0636920018025.do
language:
- Anglicky
tags:
- Ostatní
open-organization:
name: The Open Organization
author: Jim Whitehurst
copies:
- owner: "@encukou"
url: https://www.redhat.com/en/explore/the-open-organization-book?intcmp=70160000000x2U0AAI
language:
- Anglicky
tags:
- Ostatní
#py3:
# name: Python 3 - Výukový kurz
# author: Mark Summerfield
# description: Bohužel jediná trochu aktuální kniha která se u nás dala koupit.
# copies:
# - owner: ""
# url: http://knihy.cpress.cz/python-3.html
# language:
# - Česky
# tags:
# - Python
py3porting:
name: Porting to Python 3
author: Lennart Regebro
description: Praktický návod na portování na Python 3
copies:
- owner: "@honzakral"
keeper: "@encukou"
- owner: "@honzakral"
keeper: "@encukou"
- owner: "@encukou"
- owner: "@yedpodtrzitko"
keeper: "@encukou"
url: http://python3porting.com/
language:
- Anglicky
tags:
- Python
#data-science-handbook:
# name: Python Data Science Handbook
# author: Jake VanderPlas
# description: Essential Tools for Working with Data
# copies:
# - owner: "@encukou"
# url: http://shop.oreilly.com/product/0636920034919.do
# language:
# - Anglicky
# tags:
# - Data
# - Python
risky-iot:
name: The Internet of Risky Things
author: Sean Smith
description: Trusting the Devices that Surround Us
copies:
- owner: "@encukou"
url: http://shop.oreilly.com/product/0636920052784.do
language:
- Anglicky
tags:
- Ostatní
data-science-from-scratch:
name: Data Science from Scratch
author: Joel Grus
description: First Principles with Python
copies:
- owner: "@encukou"
current: Lazebnicek # [email protected]
borrowed: 2018-06-19 # till August
url: http://shop.oreilly.com/product/0636920033400.do
language:
- Anglicky
tags:
- Data
pro-hackery:
name: Python pro hackery a reverzní inženýrství
author: Justin Seitz
copies:
- owner: "@yedpodtrzitko"
keeper: "@encukou"
url: https://www.zonerpress.cz/python-pro-hackery-a-reverzni-inzenyrstvi
language:
- Česky
tags:
- Python
think-python:
name: Think Python
author: Allen B. Downey
description: How to Think Like a Computer Scientist (pozor, používá Python 2.x)
copies:
- owner: "@encukou"
url: http://www.greenteapress.com/thinkpython/
language:
- Anglicky
tags:
- Python
computer-vision:
name: Programming Computer Vision with Python
author: Jan Erik Solen
description: (pozor, používá Python 2.x)
copies:
- owner: "@encukou"
current: "@gr4viton"
borrowed: 2017-08-26
url: http://programmingcomputervision.com/
language:
- Anglicky
tags:
- Python
pro-django:
name: Pro Django
author: Marty Alchin
description: Knížka o Djangu. Je o verzi 1.0, takže trošku zastaralá.
copies:
- owner: "@starenka"
keeper: "@encukou"
url:
language:
- Anglicky
tags:
- Web
- Python
practical-django-projects:
name: Practical Django Projects
author: James Bennett
description: Knížka o Djangu. Je o verzi 0.96, takže trošku zastaralá.
copies:
- owner: "@starenka"
keeper: "@encukou"
url: http://www.amazon.com/Practical-Django-Projects-Experts-Development/dp/1590599969
language:
- Anglicky
tags:
- Web
- Python
django-definitive-guide:
name: The Definitive Guide to Django
author: A. Holovaty & J. Kaplan-Moss
description: nížka o Djangu. Je o verzi 0.96, takže trošku zastaralá.
copies:
- owner: "@starenka"
keeper: "@encukou"
url: http://www.apress.com/9781430219361
language:
- Anglicky
tags:
- Web
- Python
how-learning-works:
name: "How Learning Works: Seven Research-Based Principles for Smart Teaching"
author: S. A. Ambrose, M. W. Bridges, M. DiPietro, M. C. Lovett, M. K. Norman
description: O tom, jak učit.
copies:
- owner: "@encukou"
current: Elena Bondarenko (RH Brno)
borrowed: 2019-05-14
url: http://www.amazon.com/How-Learning-Works-Research-Based-Principles/dp/0470484101
language:
- Anglicky
tags:
- Ostatní
erlang-learn:
name: Learn You Some Erlang for Great Good! A Beginner's Guide
author: Fred Hebert
copies:
- owner: "@starenka"
url: http://www.bookdepository.com/Learn-You-Some-Erlang-for-Great-Good-Beginners-Guide-Fred-Hebert/9781593274351
language:
- Anglicky
tags:
- Začátečník
land-of-lisp:
name: "Land of Lisp: Learn to Program in Lisp, One Game at a Time!"
author: Conrad Barski
copies:
- owner: "@starenka"
url: http://www.bookdepository.com/Land-Lisp-Learn-Program-Lisp-One-Game-at-Time-Conrad-Barski/978159327281
language:
- Anglicky
tags:
- Ostatní
nlpp:
name: Natural Language Processing with Python
author: Steven Bird, Ewan Klein, Edward Loper
copies:
- owner: "@starenka"
keeper: "@encukou"
url: http://shop.oreilly.com/product/9780596516499.do
language:
- Anglicky
tags:
- Python
xp:
name: Extrémní programování
author: Kent Beck
copies:
- owner: "@whit"
url: http://www.databazeknih.cz/knihy/extremni-programovani-163700
language:
- Česky
tags:
- Ostatní
microia:
name: Microinteractions
author: Dan Saffer
copies:
- owner: "@whit"
url: http://microinteractions.com
language:
- Anglicky
tags:
- Ostatní
wah:
name: The Web Application Hacker's Handbook (první vydání)
author: Dafydd Stuttard, Marcus Pinto
description: Obstarožní, ale určitě si v ní někdo (stejně jako já) něco zajímavýho najde
copies:
- owner: "@starenka"
url: http://books.google.cz/books/about/The_Web_Application_Hacker_s_Handbook.html?id=_EhvBGsWi6AC&redir_esc=y
language:
- Anglicky
tags:
- Web
sqlperf:
name: SQL Performance explained
author: Markus Winand
copies:
- owner: "@honzakral"
current: "@jsuchal"
borrowed: 2015-06-22
url: http://sql-performance-explained.com/
language:
- Anglicky
tags:
- SQL
cleancode:
name: Clean Code
author: Robert C. Martin
copies:
- owner: "@JirkaV"
url: http://www.amazon.com/Clean-Code-Handbook-Software-Craftsmanship/dp/0132350882
language:
- Anglicky
tags:
- Ostatní
networkfoundations:
name: Foundations of Python Network Programming
author: John Goerzen, Tim Bower, Brandon Rhodes
copies:
- owner: "@JirkaV"
url: http://www.amazon.com/Foundations-Python-Network-Programming-comprehensive/dp/1430230037
language:
- Anglicky
tags:
- Python
fedora-guide-cz:
name: Fedora - Příručka začínajícího uživatele.
author: Lukáš Kotek a kol.
description: Seznámení a první kroky v linuxovém operačním systému Fedora
copies:
- owner: "@encukou"
url: http://blog.eischmann.cz/2015/10/09/vydali-jsme-prirucku-zacinajiciho-uzivatele-fedory/
language:
- Anglicky
tags:
- Ostatní
mysql-okamzite:
name: MySQL okamžitě
author: Timothy Botonczyk
copies:
- owner: "@encukou"
- owner: "@encukou"
url: https://www.albatrosmedia.cz/tituly/34904988/my-sql-okamzite/
language:
- Česky
tags:
- SQL
sql-28-dni:
name: Naučte se SQL za 28 dní
author: Ryan Stephens, Ron Plew, Arie D. Jones
copies:
- owner: "@encukou"
- owner: "@encukou"
url: https://www.albatrosmedia.cz/tituly/8486921/naucte-se-sql-za-28-dni/
language:
- Česky
tags:
- SQL
zaciname-programovat:
name: Začínáme programovat v jazyce Python
author: Daryl Harms, Kenneth McDonald
description: 2. opravené vydání. Zastaralá kniha o Pythonu 1.5.
copies:
- owner: "@encukou"
current: David R.
borrowed: 2015-09-20
- owner: "@yedpodtrzitko"
current: "Zuzka K. PL Brno"
borrowed: 2018-10-08
url: http://knihy.cpress.cz/zaciname-programovat-v-jazyce-python-d2.html
language:
- Anglicky
tags:
- Python
- Začátečník
high-performance-django:
name: High Performance Django
author: Peter Baumgarten, Yann Malet
copies:
- owner: "@honzakral"
keeper: "@encukou"
signed: True
url: https://highperformancedjango.com/
language:
- Anglicky
tags:
- Web
- Python
lightweight-django:
name: Lightweight Django
author: Julia Elman, Mark Lavin
copies:
- owner: "@honzakral"
keeper: "@encukou"
signed: True
url: http://shop.oreilly.com/product/0636920032502.do
language:
- Anglicky
tags:
- Web
- Python
python-projects-for-kids:
name: Python Projects for Kids
author: Jessica Ingrassellino
copies:
- owner: "@Paffilda"
url: https://books.google.cz/books/about/Python_Projects_for_Kids.html?id=KPnJDAAAQBAJ&source=kp_cover&redir_esc=y&hl=cs
language:
- Anglicky
tags:
- Python
- Začátečník
python-for-kids:
name: Python for Kids
author: Jason R. Briggs
copies:
- owner: "@Paffilda"
- owner: "@encukou"
url: https://www.nostarch.com/pythonforkids
language:
- Anglicky
tags:
- Python
- Začátečník
processing-py:
name: "Make: Getting Started with Processing.py"
author: Allison Parrish, Ben Fry, Casey Reas
copies:
- owner: "@encukou"
url: https://www.amazon.com/Processing-py/dp/B01FIR0RY8/
language:
- Anglicky
tags:
- Python
zelvi-grafika:
name: "Želví grafika"
author: "Radek Pelánek"
url: http://www.radekpelanek.cz/?zelva
copies:
- owner: "@encukou"
current: Adam K. z Brna
borrowed: 2019-04-22
language:
- Česky
tags:
- Python
- Začátečník
learning-python:
name: Learning Python, 4th Edition
author: Mark Lutz
copies:
- owner: "@PetraVidnerova"
url: https://learning-python.com/about-lp4e.html
language:
- Anglicky
tags:
- Python
javascript-the-good-parts:
name: "JavaScript: The Good Parts"
author: Douglas Crockford
copies:
- owner: "@PetraVidnerova"
url: https://blog.root.cz/met/d-crockford-javascript-the-good-parts-extremni-recenze/
language:
- Anglicky
tags:
- Ostatní
python-tricks:
name: "Python Tricks: The Book"
author: Dan Bader
description: A Buffet of Awesome Python Features
copies:
- owner: "@mportesdev"
keeper: "@mportesdev"
url: https://dbader.org/products/python-tricks-book/
language:
- Anglicky
tags:
- Python
thoughtful-machine-learning:
name: "Thoughtful Machine Learning with Python"
author: Matthew Kirk
description: A Test-Driven Approach
copies:
- owner: "@encukou"
url: http://shop.oreilly.com/product/0636920039082.do
language:
- Anglicky
tags:
- Python
effective-pycharm:
name: "Effective PyCharm"
author: Michael Kennedy, Matt Harrison
description: Learn the PyCharm IDE with a hands-on approach
copies:
- owner: "@mportesdev"
keeper: "@mportesdev"
current: "@encukou"
borrowed: 2019-10-16
url: https://effectivepycharm.com/
language:
- Anglicky
tags:
- Python
latex-pro-zacatecniky:
name: "LaTeX pro začátečníky"
author: Jiří Rybička
description: Jedná se o 2. vydání.
copies:
- owner: "@PetraVidnerova"
current: "@encukou"
borrowed: 2019-11-20
url: https://www.databazeknih.cz/knihy/latex-pro-zacatecniky-249759
language:
- Česky
tags:
- Ostatní
- Začátečník
tex-book-naruby:
name: "TeX book naruby"
author: Petr Olšák
copies:
- owner: "@PetraVidnerova"
current: "@encukou"
borrowed: 2019-11-20
url: http://petr.olsak.net/tbn.html
language:
- Česky
tags:
- Ostatní
text-adventure:
name: "Make Your Own Python Text Adventure"
author: Phillip Johnson
copies:
- owner: "@mportesdev"
keeper: "@mportesdev"
url: https://www.apress.com/gp/book/9781484232309
language:
- Anglicky
tags:
- Python
- Začátečník
designing-data-intensive-applications:
name: "Designing Data Intensive Applications"
author: Martin Kleppman
copies:
- owner: "@messa"
url: https://dataintensive.net/
language:
- Anglicky
tags:
- Ostatní
cracking-codes:
name: Cracking Codes with Python
author: Al Sweigart
description: An Introduction to Building and Breaking Ciphers
copies:
- owner: "@mportesdev"
keeper: "@mportesdev"
url: https://nostarch.com/crackingcodes
language:
- Anglicky
tags:
- Python
- Začátečník
python-prirucka:
name: Python
author: Rudolf Pecinovský
description: Kompletní příručka jazyka pro verzi 3.8
copies:
- owner: "@mportesdev"
keeper: "@mportesdev"
url: https://www.grada.cz/python-11421
language:
- Česky
tags:
- Python
- Začátečník
python-101:
name: Python 101
author: Michael Driscoll
description: 2nd Edition
copies:
- owner: "@mportesdev"
keeper: "@mportesdev"
signed: True
url: https://leanpub.com/py101
language:
- Anglicky
tags:
- Python
- Začátečník