Skip to content

Commit 9cdb444

Browse files
committed
add up to 31
1 parent 41ebc91 commit 9cdb444

17 files changed

+157
-51
lines changed

BigDataandCloud.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@ Project Documentation (Chinese): https://github.com/jackfengji/test_pro/wiki
3737
1. Hue
3838
Hue is an open source Web UI for doing big data with Hadoop.
3939
Project Source: https://github.com/cloudera/hue
40-
Project Homepage: http://gethue.com/
40+
Project Homepage: http://gethue.com/
41+
42+
1. falcon
43+
Falcon is a high-performance Python framework for building cloud APIs and web app backends.
44+
Project Source: https://github.com/racker/falcon
45+
Project Homepage: http://falconframework.org/

Book.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,31 @@
33
1. python-guide
44
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.
55
Project Source: https://github.com/kennethreitz/python-guide
6-
Project Homepage: http://docs.python-guide.org/en/latest/
6+
Project Documentation: http://docs.python-guide.org/en/latest/
77

88
1. Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
99
An introduction to Bayesian methods + probabilistic programming with a computation/understanding-first, mathematics-second point of view.
1010
Project Source: https://github.com/CamDavidsonPilon/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers
11-
Project Homepage: http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
11+
Online Book Address: http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
1212

1313
1. nginx-book
1414
The Nginx development from entry to the master
1515
Project Source: https://github.com/taobao/nginx-book
16-
Online Book (Chinese): http://tengine.taobao.org/book/index.html
16+
Online Book (Chinese) Address: http://tengine.taobao.org/book/index.html
1717

1818
1. djangobook.com
1919
The Django Book.
2020
Project Source: https://github.com/jacobian/djangobook.com
21-
Project Homepage: http://www.djangobook.com/
21+
Online Book Address: http://www.djangobook.com/
2222

2323
1. BuildingMachineLearningSystemsWithPython
2424
Source Code for the book Machine Learning Systems with Python
25-
Project Source: https://github.com/luispedro/BuildingMachineLearningSystemsWithPython
25+
Project Source: https://github.com/luispedro/BuildingMachineLearningSystemsWithPython
26+
Online Book Address: http://www.packtpub.com/building-machine-learning-systems-with-python/book
27+
28+
1. rails_tutorial_sublime_text
29+
Sublime Text 2 setup used in the Ruby on Rails Tutorial.
30+
Project Source: https://github.com/mhartl/rails_tutorial_sublime_text
31+
Online Book Address: http://www.railstutorial.org/
32+
33+

ContentManagementSystem.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ Project Homepage: https://www.django-cms.org/en/
99
Simple yet powerful and really extendable application for managing a blog within your Django Web site.
1010
Project Source: https://github.com/Fantomas42/django-blog-zinnia
1111

12-
1312
1. wagtail
1413
A new Django content management system
1514
Proeject Source: https://github.com/torchbox/wagtail

Cool Application.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,11 @@ Project Homepage: https://django-merchant.readthedocs.org/en/latest/
5151

5252
1. bitcoin-arbitrage
5353
It gets order books from supported exchanges and calculate arbitrage opportunities between each markets. It takes market depth into account.
54-
Project Source: https://github.com/maxme/bitcoin-arbitrage
54+
Project Source: https://github.com/maxme/bitcoin-arbitrage
55+
56+
1. www.gittip.com
57+
Gittip is a weekly gift exchange, helping to create a culture of generosity.
58+
Project Source: https://github.com/gittip/www.gittip.com
59+
Project Homepage: https://www.gittip.com/
60+
61+

DataBaseandRelatedTools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Project Source: https://github.com/mongodb/mongo-python-driver
1010
Project Homepage: http://api.mongodb.org/python/
1111

1212
1. sandman
13-
Sandman frees the data in your existing database. Search and edit your data right in your browser using Sandman's beautiful admin interface.
13+
Sandman lets you interact with your database through a simple website and takes seconds to setup.
1414
Project Source: https://github.com/jeffknupp/sandman
1515
Project Homepage: http://www.sandman.io/
1616

DataProcessing.md

Lines changed: 8 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -15,34 +15,12 @@ Tablib is a format-agnostic tabular dataset library, written in Python.
1515
Project Source: https://github.com/kennethreitz/tablib
1616
Project Documentation: http://docs.python-tablib.org/en/latest/
1717

18-
1. TextBlob
19-
TextBlob is a Python library for processing textual data. It provides a simple API for diving into common natural language processing (NLP)
20-
tasks such as part-of-speech tagging, noun phrase extraction, sentiment analysis, classification, translation, and more.
21-
Project Source: https://github.com/sloria/TextBlob
22-
Project Homepage: http://textblob.readthedocs.org/en/dev/
23-
24-
1. jieba
25-
Chinese text segmentation.
26-
Project Source: https://github.com/fxsjy/jieba
27-
Online Demo Address: http://jiebademo.ap01.aws.af.cm/
28-
29-
1. nltk
30-
NLTK is a suite of open source Python modules, data sets and tutorials supporting research and development in Natural Language Processing.
31-
Project Source: https://github.com/nltk/nltk
32-
Project Homepage: http://www.nltk.org/
33-
34-
1. newspaper
35-
News extraction, article extraction and content curation in python.
36-
Project Source: https://github.com/codelucas/newspaper
37-
Project Homepage: http://newspaper.readthedocs.org/en/latest/
38-
39-
1. Pillow
40-
Python Imaging Library.
41-
Project Source: https://github.com/python-imaging/Pillow
42-
Project Homepage: http://python-imaging.github.io/
43-
44-
1. gensim
45-
Gensim is a Python library for topic modelling, document indexing and similarity retrieval with large corpora.
46-
Project Source: https://github.com/piskvorky/gensim
47-
Project Homepage: http://radimrehurek.com/gensim/
18+
1. data_hacks
19+
Command line utilities for data analysis.
20+
Project Source: https://github.com/bitly/data_hacks
21+
22+
23+
24+
25+
4826

EditorandEditorEnhancements.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##Editor and Editor Enhancements
22

33
1. GitGutter
4-
A sublime text 2/3 plugin to show an icon in the gutter area indicating whether a line has been inserted, modified or deleted.
4+
A sublime text plugin to show an icon in the gutter area indicating whether a line has been inserted, modified or deleted.
55
Project Source: https://github.com/jisaacks/GitGutter
66
Porject Homepage: http://www.jisaacks.com/gitgutter
77

@@ -36,7 +36,7 @@ Enhancements to Sublime Text sidebar. Files and folders.
3636
Project Source: https://github.com/titoBouzout/SideBarEnhancements
3737

3838
1. SublimeREPL
39-
Run an interpreter inside Sublime Text 2.
39+
Run an interpreter inside Sublime Text.
4040
Project Source: https://github.com/wuub/SublimeREPL
4141
Project Documentation: http://sublimerepl.readthedocs.org/en/latest/
4242

@@ -63,4 +63,6 @@ Proejct Source: https://github.com/SublimeText-Markdown/MarkdownEditing
6363

6464
1. AngularJS-sublime-package
6565
AngularJS code completion, snippets, go to definition, quick panel search, and more.
66-
Project Source: https://github.com/angular-ui/AngularJS-sublime-package
66+
Project Source: https://github.com/angular-ui/AngularJS-sublime-package
67+
68+

Git.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,10 @@ Project Homepage: http://www.git-legit.org/
77

88
1. git-imerge
99
Incremental merge for git.
10-
Project Source: https://github.com/mhagger/git-imerge
10+
Project Source: https://github.com/mhagger/git-imerge
11+
12+
1. dulwich
13+
Pure-Python Git implementation.
14+
Project Source: https://github.com/jelmer/dulwich
15+
Project Homepage: http://www.samba.org/~jelmer/dulwich/
16+

Network.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,8 @@ Project Source: https://github.com/mothran/bunny
4343
SleekXMPP is an Extensible Messaging and Presence Protocol (XMPP) library.
4444
Project Source: https://github.com/fritzy/SleekXMPP
4545

46+
1. httpbin
47+
HTTP Request & Response Service, written in Python + Flask.
48+
Project Source: https://github.com/kennethreitz/httpbin
49+
Project Homepage: http://httpbin.org/
50+

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
##Python Repositories Collection and Classification
22

3-
If you want to build a cool Python project from scratch, the suitable start point is to find a related project.
3+
If you want to build a cool Python project from scratch, a good start point is to find a related project.
44

55
This repository lists the hot (by number of stars) projects on Github. I will add new projects gradually. The classification is based
66
on the project's main purpose. If a project is a client for certain database, I put it under the database category.
7+
78
As you know, a project may belong to several categories. If you think that a project is listed under a wrong category
89
or a new category should be added, please open an issue. If you want to add a new project to certain categories, just
910
send me a pull request and follow the [contribution guide](https://github.com/checkcheckzz/Python-open-projects/wiki/Contribution).

0 commit comments

Comments
 (0)