Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0c70653

Browse files
authored
Alphabetize list
1 parent b4d01f3 commit 0c70653

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

Book.md

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,43 @@
11
##Book
22

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
77

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
1226

1327
1. nginx-book
1428
The Nginx development from entry to the master
1529
Project Source: https://github.com/taobao/nginx-book
1630
Online Book (Chinese) Address: http://tengine.taobao.org/book/index.html
1731

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/
2236

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/
2741

2842
1. rails_tutorial_sublime_text
2943
Sublime Text 2 setup used in the Ruby on Rails Tutorial.
@@ -34,25 +48,11 @@ Online Book Address: http://www.railstutorial.org/
3448
Lectures on scientific computing with python, as IPython notebooks.
3549
Project Source: https://github.com/jrjohansson/scientific-python-lectures
3650

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-
4251
1. scipy-lecture-notes
4352
Tutorial material on the scientific Python ecosystem.
4453
Project Source: https://github.com/scipy-lectures/scipy-lecture-notes
4554
Online Book Address: http://scipy-lectures.github.io/
4655

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-
5656
1. ThinkDSP
5757
LaTeX source and Python code for Think DSP: Digital Signal Processing in Python, by Allen B. Downey.
5858
Project Source: https://github.com/AllenDowney/ThinkDSP

0 commit comments

Comments
 (0)