1
1
##Book
2
2
3
- 1 . python-guide
4
- This 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.
5
- Project Source: https://github.com/kennethreitz/python-guide
6
- Project Documentation : http://docs.python-guide.org/en/latest/
3
+ 1 . BuildingMachineLearningSystemsWithPython
4
+ Source Code for the book Machine Learning Systems with Python
5
+ Project Source: https://github.com/luispedro/BuildingMachineLearningSystemsWithPython
6
+ Online Book Address : http://www.packtpub.com/building-machine-learning-systems-with-python/book
7
7
8
- 1 . Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
9
- An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view.
10
- Project Source: https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
11
- Online Book Address: http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
8
+ 1 . curriculum
9
+ Ops School Curriculum. Ops School is a comprehensive program that will help you learn to be an operations engineer.
10
+ Project Source: https://github.com/opsschool/curriculum
11
+ Online Book Address: http://www.opsschool.org/en/latest/
12
+
13
+ 1 . djangobook.com
14
+ The Django Book.
15
+ Project Source: https://github.com/jacobian/djangobook.com
16
+ Online Book Address: http://www.djangobook.com/
17
+
18
+ 1 . full stack python
19
+ The right place to learn everything you need to deploy and run a production Python web application.
20
+ Project Source: https://github.com/makaimc/fullstackpython.github.com
21
+ Online Book Address: http://www.fullstackpython.com/
22
+
23
+ 1 . neural-networks-and-deep-learning
24
+ Code samples for my book "Neural Networks and Deep Learning".
25
+ Project Source: https://github.com/mnielsen/neural-networks-and-deep-learning
12
26
13
27
1 . nginx-book
14
28
The Nginx development from entry to the master
15
29
Project Source: https://github.com/taobao/nginx-book
16
30
Online Book (Chinese) Address: http://tengine.taobao.org/book/index.html
17
31
18
- 1 . djangobook.com
19
- The Django Book .
20
- Project Source: https://github.com/jacobian/djangobook.com
21
- Online Book Address: http://www.djangobook.com /
32
+ 1 . Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
33
+ An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view .
34
+ Project Source: https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
35
+ Online Book Address: http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers /
22
36
23
- 1 . BuildingMachineLearningSystemsWithPython
24
- Source Code for the book Machine Learning Systems with Python
25
- Project Source: https://github.com/luispedro/BuildingMachineLearningSystemsWithPython
26
- Online Book Address : http://www.packtpub.com/building-machine-learning-systems-with-python/book
37
+ 1 . python-guide
38
+ This 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.
39
+ Project Source: https://github.com/kennethreitz/python-guide
40
+ Project Documentation : http://docs.python-guide.org/en/latest/
27
41
28
42
1 . rails_tutorial_sublime_text
29
43
Sublime Text 2 setup used in the Ruby on Rails Tutorial.
@@ -34,25 +48,11 @@ Online Book Address: http://www.railstutorial.org/
34
48
Lectures on scientific computing with python, as IPython notebooks.
35
49
Project Source: https://github.com/jrjohansson/scientific-python-lectures
36
50
37
- 1 . curriculum
38
- Ops School Curriculum. Ops School is a comprehensive program that will help you learn to be an operations engineer.
39
- Project Source: https://github.com/opsschool/curriculum
40
- Online Book Address: http://www.opsschool.org/en/latest/
41
-
42
51
1 . scipy-lecture-notes
43
52
Tutorial material on the scientific Python ecosystem.
44
53
Project Source: https://github.com/scipy-lectures/scipy-lecture-notes
45
54
Online Book Address: http://scipy-lectures.github.io/
46
55
47
- 1 . neural-networks-and-deep-learning
48
- Code samples for my book "Neural Networks and Deep Learning".
49
- Project Source: https://github.com/mnielsen/neural-networks-and-deep-learning
50
-
51
- 1 . full stack python
52
- The right place to learn everything you need to deploy and run a production Python web application.
53
- Project Source: https://github.com/makaimc/fullstackpython.github.com
54
- Online Book Address: http://www.fullstackpython.com/
55
-
56
56
1 . ThinkDSP
57
57
LaTeX source and Python code for Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
58
58
Project Source: https://github.com/AllenDowney/ThinkDSP
0 commit comments