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

Skip to content

Commit 8d3548c

Browse files
committed
update
1 parent 8cd93c6 commit 8d3548c

15 files changed

+108
-20
lines changed

BigDataandCloud.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,3 @@ Project Homepage: http://elweb.co/
6868
pyes is a pythonic way to use ElasticSearch since 2010.
6969
Project Source: https://github.com/aparo/pyes
7070
Project Documentation: https://pypi.python.org/pypi/pyes/
71-
72-
73-

Book.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Tutorial material on the scientific Python ecosystem.
4444
Project Source: https://github.com/scipy-lectures/scipy-lecture-notes
4545
Online Book Address: http://scipy-lectures.github.io/
4646

47-
48-
49-
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+

Cool Application.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,25 @@ Open Source ERP built for the Web.
146146
Project Source: https://github.com/frappe/erpnext
147147
Project Homepage: https://erpnext.com/
148148

149-
149+
1. satchless
150+
E-commerce for Python.
151+
Project Source: https://github.com/mirumee/satchless
152+
Project Homepage: http://satchless.com/
153+
154+
1. Radicale
155+
A simple CalDAV (calendar) and CardDAV (contact) server.
156+
Project Source: https://github.com/Kozea/Radicale
157+
Project Homepage: http://radicale.org/
158+
159+
1. Letterpress
160+
A minimal, Markdown based blogging system written in Python.
161+
Project Source: https://github.com/an0/Letterpress
162+
Project Homepage: http://wangling.me/2013/01/letterpress.html
163+
164+
1. electrum
165+
lightweight Bitcoin client.
166+
Project Source: https://github.com/spesmilo/electrum
167+
168+
1. python-lust
169+
Python Little Unix Server Toolkit.
170+
Project Source: https://github.com/zedshaw/python-lust

DataBaseandRelatedTools.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,3 @@ Project Source: https://github.com/namlook/mongokit
9898
A Python persistence framework for graph databases like Neo4j, OrientDB and Titan.
9999
Project Source: https://github.com/espeed/bulbs
100100
Project Homepage: http://bulbflow.com/
101-
102-

Devops.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,20 @@ Monitor Memory usage of Python code.
264264
Project Source: https://github.com/fabianp/memory_profiler
265265
Project Documentation: https://pypi.python.org/pypi/memory_profiler
266266

267+
1. gunnery
268+
Remote task execution tool.
269+
Project Source: https://github.com/gunnery/gunnery
270+
Project Homepage: http://gunnery.io/
271+
272+
1. pythonz
273+
Python installation manager supporting CPython, Stackless, PyPy and Jython.
274+
Project Source: https://github.com/saghul/pythonz
275+
Project Homepage: http://saghul.github.io/pythonz/
276+
277+
1. pyinstrument
278+
Call stack profiler for Python. Inspired by Apple's Instruments.app.
279+
Project Source: https://github.com/joerick/pyinstrument
280+
281+
1. maestro-ng
282+
A command-line utility that allows for automatically managing the orchestrated deployment and bring up of a set of service instance containers that compose an environment on a set of target host machines.
283+
Project Source: https://github.com/signalfuse/maestro-ng

EditorandEditorEnhancements.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,3 +168,8 @@ Project Homepage: http://gcollazo.github.io/BrowserRefresh-Sublime/
168168
1. Origami
169169
Origami is a new way of thinking about panes in Sublime Text 2 and 3.
170170
Project Source: https://github.com/SublimeText/Origami
171+
172+
1. editorconfig-vim
173+
EditorConfig plugin for Vim.
174+
Project Source: https://github.com/editorconfig/editorconfig-vim
175+
Project Homepage: http://editorconfig.org/

Network.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,12 @@ Project Source: https://github.com/jakubroztocil/httpie
103103
1. iSniff-GPS
104104
Passive sniffing tool for capturing and visualising WiFi location data disclosed by iOS devices.
105105
Project Source: https://github.com/hubert3/iSniff-GPS
106-
106+
107+
1. instavpn
108+
the most user-friendly L2TP/IPsec VPN server.
109+
Project Source: https://github.com/sockeye44/instavpn
110+
111+
1. WebSocket-for-Python
112+
Python library providing an implementation of the WebSocket protocol defined in RFC 6455.
113+
Project Source: https://github.com/Lawouach/WebSocket-for-Python
114+
Project Documentation: https://ws4py.readthedocs.org/en/latest/

Other.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,4 @@ Project Source: https://github.com/madisonmay/CommonRegex
7979
1. WeRoBot
8080
a wechat robot framework.
8181
Project Source: https://github.com/whtsky/WeRoBot
82-
83-
8482

Science.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,22 @@ Project Source: https://github.com/biopython/biopython
9191
Project Homepage: http://biopython.org/wiki/Main_Page
9292

9393
1. simpleai
94-
simple artificial intelligence utilities
94+
simple artificial intelligence utilities.
9595
Project Source: https://github.com/simpleai-team/simpleai
9696

9797
1. emcee
98-
The Python ensemble sampling toolkit for affine-invariant MCMC
98+
The Python ensemble sampling toolkit for affine-invariant MCMC.
9999
Project Source: https://github.com/dfm/emcee
100100
Project Homepage: http://dan.iel.fm/emcee/current/
101101

102-
102+
1. simmetrica
103+
Lightweight framework for collecting and aggregating event metrics as timeseries data.
104+
Project Source: https://github.com/o/simmetrica
105+
106+
1. dedupe
107+
dedupe is a python library that uses machine learning to perform de-duplication and entity resolution quickly on structured data.
108+
Project Source: https://github.com/datamade/dedupe
109+
110+
1. bayesian-belief-networks
111+
Pythonic Bayesian Belief Network Package, supporting creation of and exact inference on Bayesian Belief Networks specified as pure python functions.
112+
Project Source: https://github.com/eBay/bayesian-belief-networks

ToolandUtilities.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,4 +345,13 @@ Project Documentation: https://github.com/elasticsearch/curator/wiki
345345
simplejson is a simple, fast, extensible JSON encoder/decoder for Python.
346346
Project Source: https://github.com/simplejson/simplejson
347347
Project Documentation: http://simplejson.readthedocs.org/en/latest/
348-
348+
349+
1. mypy
350+
Mypy is an optional static type checker for Python.
351+
Project Source: https://github.com/JukkaL/mypy
352+
Project Website: http://www.mypy-lang.org/
353+
354+
1. astropy
355+
Repository for the Astropy core package.
356+
Project Source: https://github.com/astropy/astropy
357+
Project Website: http://www.astropy.org/

ToolsWeb.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,3 @@ Project Source: https://github.com/FZambia/centrifuge
6363
pyjs is a Rich Internet Application (RIA) Development Platform for both Web and Desktop.
6464
Project Source: https://github.com/pyjs/pyjs
6565
Project Homepage: http://pyjs.org/
66-

UsefulAPI.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,9 @@ Project Source: https://github.com/jacquev6/PyGithub
6565
A python package that allows for simple access to reddit's API.
6666
Project Source: https://github.com/praw-dev/praw
6767
Project Documentation: https://praw.readthedocs.org/en/v2.1.16/
68+
69+
1. sinaweibopy
70+
Sina Weibo Python SDK.
71+
Project Source: https://github.com/michaelliao/sinaweibopy
72+
Project Homepage: http://github.liaoxuefeng.com/sinaweibopy/
6873

WebFrameworkandRelatedTool.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,19 @@ Project Documentation: http://django-angular.readthedocs.org/en/latest/
254254
Model-mommy offers you a smart way to create fixtures for testing in Django.
255255
Project Source: https://github.com/vandersonmota/model_mommy
256256
Project Documentation: http://model-mommy.readthedocs.org/en/latest/
257+
258+
1. django-skel
259+
A modern Django (1.5) project skeleton.
260+
Project Source: https://github.com/rdegges/django-skel
261+
Project Documentation: http://django-skel.readthedocs.org/en/latest/
262+
263+
1. mongodb-engine
264+
Django MongoDB Backend.
265+
Project Source: https://github.com/django-nonrel/mongodb-engine
266+
267+
1. django-jsonfield
268+
A reusable JSONField model for Django to store ad-hoc data.
269+
Project Source: https://github.com/bradjasper/django-jsonfield
257270

258271
1. flask
259272
Flask is a microframework for Python based on Werkzeug and Jinja2.
@@ -301,6 +314,10 @@ Browsable web APIs for Flask.
301314
Project Source: https://github.com/tomchristie/flask-api
302315
Project Homepage: http://www.flaskapi.org/
303316

317+
1. angular-flask
318+
An AngularJS (frontend) + Flask / Python (backend) Boilerplate Application.
319+
Project Source: https://github.com/shea256/angular-flask
320+
304321
1. eve
305322
Eve is an out-of-the-box, highly customizable and fully featured RESTful Web API framework that you can use to effortlessly build and deploy your own APIs.
306323
Project Source: https://github.com/nicolaiarocci/eve

WebMining.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,10 @@ Project Source: https://github.com/gnemoug/distribute_crawler
3636
A spider system in python.
3737
Project Source: https://github.com/binux/pyspider
3838

39+
1. tagger
40+
A Python module for extracting relevant tags from text documents.
41+
Project Source: https://github.com/apresta/tagger
3942

43+
1. cola
44+
A distributed crawling framework.
45+
Project Source: https://github.com/chineking/cola

WebSiteSource.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ Project Source: https://github.com/python/pythondotorg
2828
The backend of the Firefox Marketplace.
2929
Project Source: https://github.com/mozilla/zamboni
3030
Project Documentation: http://zamboni.readthedocs.org/en/latest/
31-
32-
33-

0 commit comments

Comments
 (0)