Skip to content

Commit 016c258

Browse files
committed
put to folder
1 parent 7eed537 commit 016c258

31 files changed

+1375
-1425
lines changed

Audio.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
##Audio
2+
3+
1. headphones
4+
Automatic music downloader for SABnzbd.
5+
Project Source: https://github.com/rembo10/headphones
6+
7+
1. Unofficial-Google-Music-API
8+
A client library for an unofficial Google Music api.
9+
Project Source: https://github.com/simon-weber/Unofficial-Google-Music-API
10+
Project Documentation: http://unofficial-google-music-api.readthedocs.org/en/latest/
11+
12+
1. mopidy
13+
Mopidy is a music server which can play music both from multiple sources, like your local hard drive, radio streams, and from Spotify and SoundCloud.
14+
Project Source: https://github.com/mopidy/mopidy
15+
Project Homepage: http://www.mopidy.com/

Authentication.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
#Authentication
2+
3+
4+
1. python-oauth2
5+
A fully tested, abstract interface to creating OAuth clients and servers.
6+
Project Source: https://github.com/simplegeo/python-oauth2
7+
8+
1. rauth
9+
A simple Python OAuth 1.0/a, OAuth 2.0, and Ofly consumer library built on top of Requests.
10+
Project Source: https://github.com/litl/rauth
11+
Project Homepage: https://rauth.readthedocs.org/en/latest/
12+
13+
1. django-social-auth
14+
Django Social Auth is an easy way to setup social authentication/authorization mechanism for Django projects.
15+
Project Source: https://github.com/omab/django-social-auth
16+
Project Documentation: http://django-social-auth.readthedocs.org/en/latest/
17+
18+
1. django-allauth
19+
ntegrated set of Django applications addressing authentication, registration, account management as well as 3rd party account authentication.
20+
Project Source: https://github.com/pennersr/django-allauth
21+
Project Homepage: http://www.intenct.nl/projects/django-allauth/
22+
23+
1. python-social-auth
24+
Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.
25+
Project Source: https://github.com/omab/python-social-auth
26+
Project Homepage: http://psa.matiasaguirre.net/

BigDataandCloud.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
##Big Data and Cloud
2+
3+
1. nova
4+
OpenStack Nova provides a cloud computing fabric controller, supporting a wide variety of virtualization technologies, including KVM, Xen, LXC, VMware, and more.
5+
Project Source: https://github.com/openstack/nova
6+
Project Homepage: http://www.openstack.org/
7+
8+
1. boto
9+
Boto is a Python package that provides interfaces to Amazon Web Services.
10+
Project Source: https://github.com/boto/boto
11+
Project Documentation: http://docs.pythonboto.org/en/latest/
12+
13+
1. aws-cli
14+
Universal Command Line Interface for Amazon Web Services
15+
Project Source: https://github.com/aws/aws-cli
16+
17+
1. mrjob
18+
Run MapReduce jobs on Hadoop or Amazon Web Services.
19+
Project Source: https://github.com/Yelp/mrjob
20+
Project Documentation: https://pythonhosted.org/mrjob/
21+
22+
1. s3cmd
23+
Command line tool for managing Amazon S3 and CloudFront services.
24+
Project Source: https://github.com/s3tools/s3cmd
25+
Project Homepage: http://s3tools.org/s3cmd
26+
27+
1. dumbo
28+
Python module that allows one to easily write and run Hadoop programs.
29+
Project Source: https://github.com/klbostee/dumbo
30+
Project Homepage: http://klbostee.github.io/dumbo/
31+
32+
1. dpark
33+
DPark is a Python clone of Spark, MapReduce alike computing framework supporting iterative computation.
34+
Project Source: https://github.com/douban/dpark
35+
Project Documentation (Chinese): https://github.com/jackfengji/test_pro/wiki
36+
37+
1. Hue
38+
Hue is an open source Web UI for doing big data with Hadoop.
39+
Project Source: https://github.com/cloudera/hue
40+
Project Homepage: http://gethue.com/

Book.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
##Book
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 Homepage: http://docs.python-guide.org/en/latest/
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+
Project Homepage: http://camdavidsonpilon.github.io/Probabilistic-Programming-and-Bayesian-Methods-for-Hackers/
12+
13+
1. nginx-book
14+
The Nginx development from entry to the master
15+
Project Source: https://github.com/taobao/nginx-book
16+
Online Book (Chinese): http://tengine.taobao.org/book/index.html
17+
18+
1. djangobook.com
19+
The Django Book.
20+
Project Source: https://github.com/jacobian/djangobook.com
21+
Project Homepage: http://www.djangobook.com/
22+
23+
1. BuildingMachineLearningSystemsWithPython
24+
Source Code for the book Machine Learning Systems with Python
25+
Project Source: https://github.com/luispedro/BuildingMachineLearningSystemsWithPython

Chat.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
##Chat
2+
3+
1. quietnet
4+
Simple chat program using near ultrasonic frequencies. Works without Wifi or Bluetooth and won't show up in a pcap.
5+
Project Source: https://github.com/Katee/quietnet

Concurrency.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
##Concurrency
2+
3+
1. gevent
4+
gevent is a coroutine-based Python networking library.
5+
Project Source: https://github.com/surfly/gevent
6+
Project Homepage: http://www.gevent.org/

ContentManagementSystem.md

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
##Content Management System
2+
3+
1. django-cms
4+
Open source enterprise content management system based on the django framework.
5+
Project Source: https://github.com/divio/django-cms
6+
Project Homepage: https://www.django-cms.org/en/
7+
8+
1. django-blog-zinnia
9+
Simple yet powerful and really extendable application for managing a blog within your Django Web site.
10+
Project Source: https://github.com/Fantomas42/django-blog-zinnia
11+
12+
13+
1. wagtail
14+
A new Django content management system
15+
Proeject Source: https://github.com/torchbox/wagtail
16+
Project Homepage: http://wagtail.io/
17+
18+
1. mezzanine
19+
Mezzanine is a powerful, consistent, and flexible content management platform.
20+
Project Source: https://github.com/stephenmcd/mezzanine
21+
Project Homepage: http://mezzanine.jupo.org/
22+
23+
1. v2ex
24+
Project Babel 2 is an open source software package for creating and supporting communities.
25+
Project Source: https://github.com/livid/v2ex
26+
27+
28+

Cool Application.md

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
##Cool Application
2+
3+
1. webcam-pulse-detector
4+
A application that detects and highlights the heart-rate of an individual (using only their own webcam) in real-time.
5+
Project Source: https://github.com/thearn/webcam-pulse-detector
6+
7+
1. zipline
8+
Zipline is a Pythonic algorithmic trading library. The system is fundamentally event-driven and a close approximation of how live-trading systems operate.
9+
Project Source: https://github.com/quantopian/zipline
10+
11+
1. beets
12+
Beets is the media library management system for obsessive-compulsive music geeks.
13+
Project Source: https://github.com/sampsyo/beets
14+
Projcet Homepage: http://beets.radbox.org/
15+
16+
1. howdoi
17+
Instant coding answers via the command line.
18+
Project Source: https://github.com/gleitz/howdoi
19+
20+
1. pyapns
21+
A universal Apple Push Notification Service (APNS) provider.
22+
Project Source: https://github.com/samuraisam/pyapns
23+
24+
1. edx-platform
25+
The edX learning management system (LMS) and course authoring tool.
26+
Project Source: https://github.com/edx/edx-platform
27+
Project Homepage: http://code.edx.org/
28+
29+
1. wifijammer
30+
Continuously jam all wifi clients and access points within range.
31+
Project Source: https://github.com/DanMcInerney/wifijammer
32+
33+
1. django-shop
34+
A Django based shop system.
35+
Project Source: https://github.com/divio/django-shop
36+
Project Homepage: https://www.django-cms.org/en/
37+
38+
1. gitfiti
39+
Abusing github commit history for the lulz.
40+
Project Source: https://github.com/gelstudios/gitfiti
41+
42+
1. osrc
43+
The Open Source Report Card.
44+
Project Source: https://github.com/dfm/osrc
45+
Project Homepage: http://osrc.dfm.io/
46+
47+
1. merchant
48+
A Django app to accept payments from various payment processors via Pluggable backends.
49+
Project Source: https://github.com/agiliq/merchant
50+
Project Homepage: https://django-merchant.readthedocs.org/en/latest/
51+
52+
1. bitcoin-arbitrage
53+
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

DataBaseandRelatedTools.md

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
##DataBase and Related Tools
2+
3+
1. redis-py
4+
The Python interface to the Redis key-value store.
5+
Project Source: https://github.com/andymccurdy/redis-py
6+
7+
1. mongo-python-driver
8+
The PyMongo distribution contains tools for interacting with MongoDB database from Python.
9+
Project Source: https://github.com/mongodb/mongo-python-driver
10+
Project Homepage: http://api.mongodb.org/python/
11+
12+
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.
14+
Project Source: https://github.com/jeffknupp/sandman
15+
Project Homepage: http://www.sandman.io/
16+
17+
1. peewee
18+
A small, expressive orm -- supports postgresql, mysql and sqlite.
19+
Project Source: https://github.com/coleifer/peewee
20+
Project Documentation: http://peewee.readthedocs.org/en/latest/
21+
22+
1. dataset
23+
Easy-to-use data handling for SQL data stores in Python with support for implicit table creation, bulk loading, and transaction.
24+
Project Source: https://github.com/pudo/dataset
25+
Project Homepage: https://dataset.readthedocs.org/en/latest/
26+
27+
1. redis-rdb-tools
28+
Rdbtools is a parser for Redis' dump.rdb files. The parser generates events similar to an xml sax parser, and is very efficient memory wise.
29+
Proejct Source: https://github.com/sripathikrishnan/redis-rdb-tools
30+
31+
1. swift
32+
A distributed object storage system designed to scale from a single machine to thousands of servers.
33+
Project Source: https://github.com/openstack/swift
34+
Project Homepage: http://openstack.org/
35+
36+
1. BayesDB
37+
A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.
38+
Project Source: https://github.com/mit-probabilistic-computing-project/BayesDB
39+
Project Homepage: http://probcomp.csail.mit.edu/bayesdb/
40+

DataProcessing.md

+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
##Data Processing
2+
3+
1. pandas
4+
pandas is a package providing fast, flexible, and expressive data structures designed to make working with "relational" or "labeled" data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python.
5+
Project Source: https://github.com/pydata/pandas
6+
Project Homepage: http://pandas.pydata.org/
7+
8+
1. Faker
9+
Faker is a package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you.
10+
Project Source: https://github.com/joke2k/faker
11+
Project Documentation: http://fake-factory.readthedocs.org/en/latest/
12+
13+
1. tablib
14+
Tablib is a format-agnostic tabular dataset library, written in Python.
15+
Project Source: https://github.com/kennethreitz/tablib
16+
Project Documentation: http://docs.python-tablib.org/en/latest/
17+
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/
48+

Debugging.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
##Debugging
2+
3+
1. django-debug-toolbar
4+
The Django Debug Toolbar is a configurable set of panels that display various debug information about the current request/response and when clicked, display more details about the panel's content.
5+
Project Source: https://github.com/django-debug-toolbar/django-debug-toolbar
6+
Project Documentation: http://django-debug-toolbar.readthedocs.org/en/1.2/
7+
8+
1. chisel
9+
Chisel is a collection of LLDB commands to assist in the debugging of iOS apps.
10+
Project Source: https://github.com/facebook/chisel
11+
12+
1. SublimeWebInspector
13+
Web Inspector allow you debug Javascript right in the editor.
14+
Project Source: https://github.com/sokolovstas/SublimeWebInspector
15+
Project Homepage: http://sokolovstas.github.io/SublimeWebInspector/

0 commit comments

Comments
 (0)