Skip to content

Commit eb33082

Browse files
committed
up to 52
1 parent fb57f9e commit eb33082

File tree

11 files changed

+105
-4
lines changed

11 files changed

+105
-4
lines changed

Book.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,17 @@ Online Book Address: http://www.railstutorial.org/
3333
1. scientific-python-lectures
3434
Lectures on scientific computing with python, as IPython notebooks.
3535
Project Source: https://github.com/jrjohansson/scientific-python-lectures
36+
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: shttps://github.com/opsschool/curriculum
40+
Online Book Address: http://www.opsschool.org/en/latest/
41+
42+
1. scipy-lecture-notes
43+
Tutorial material on the scientific Python ecosystem.
44+
Project Source: https://github.com/scipy-lectures/scipy-lecture-notes
45+
Online Book Address: http://scipy-lectures.github.io/
46+
47+
48+
3649

DataBaseandRelatedTools.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,16 @@ Project Documentation: http://pycassa.github.io/pycassa/
7171
1. sqlalchemy
7272
The Python SQL Toolkit and Object Relational Mapper.
7373
Project Source: https://github.com/zzzeek/sqlalchemy
74+
75+
1. dex
76+
Index and query analyzer for MongoDB: compares MongoDB log files and index entries to make index recommendations.
77+
Project Source: https://github.com/mongolab/dex
78+
79+
1. pgtune
80+
PostgreSQL configuration wizard.
81+
Project Source: https://github.com/gregs1104/pgtune
82+
Project Homepage: http://pgfoundry.org/projects/pgtune/
83+
84+
85+
7486

EditorandEditorEnhancements.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,14 @@ Project Documentation: http://www.sublimelinter.com/en/latest/
145145
1. DashDoc
146146
DashDoc provides integration of Dash into Sublime Text.
147147
Project Source: https://github.com/farcaller/DashDoc
148-
148+
149+
1. Tern plugin for Vim
150+
Tern plugin for Vim.
151+
Project Source: https://github.com/marijnh/tern_for_vim
152+
153+
1. vim-orgmode
154+
Text outlining and task management for Vim based on Emacs' Org-Mode.
155+
Project Source: https://github.com/jceb/vim-orgmode
156+
Project Homepage: http://www.vim.org/scripts/script.php?script_id=3642
157+
158+

Mail.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ Project Website: http://gmvault.org/
2828
Python library for reading IMAP mailboxes and converting email content to machine readable data.
2929
Proeject Source: https://github.com/martinrusev/imbox.
3030

31+
1. mailin
32+
Artisanal inbound emails for every web app.
33+
Project Source: https://github.com/Flolagale/mailin
34+
Project Homepage: http://mailin.io/
35+
36+

Network.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,14 @@ Project Homepage: http://falcao.it/HTTPretty/
8585
Mininet emulates a complete network of hosts, links, and switches on a single machine.
8686
Project Source: https://github.com/mininet/mininet
8787
Project Homepage: http://mininet.org/
88+
89+
1. inception
90+
Inception is a FireWire physical memory manipulation and hacking tool exploiting IEEE 1394 SBP-2 DMA.
91+
Project Source: https://github.com/carmaa/inception
92+
Project Homepage: http://www.breaknenter.org/projects/inception/
93+
94+
1. wallproxy
95+
An intelligent scalable proxy framework.
96+
Project Source: https://github.com/wallproxy/wallproxy
97+
Project Homepage: https://code.google.com/p/wallproxy/
8898

Other.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,10 @@ Project Source: https://github.com/dabeaz/bitey
5757

5858
1. Adafruit-Raspberry-Pi-Python-Code
5959
Project Source: https://github.com/adafruit/Adafruit-Raspberry-Pi-Python-Code
60+
61+
1. overholt
62+
Example Flask application illustrating some of my common practices.
63+
Project Source: https://github.com/mattupstate/overholt
64+
Project Homepage: http://mattupstate.com/python/2013/06/26/how-i-structure-my-flask-applications.html
65+
6066

ToolandUtilities.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,12 @@ Project Source: https://github.com/bramcohen/DissidentX
290290

291291
1. manage.py
292292
Human friendly CLI builder.
293-
Project Source: https://github.com/Birdback/manage.py
293+
Project Source: https://github.com/Birdback/manage.py
294+
295+
1. logbook
296+
A cool logging replacement for Python.
297+
Project Source: https://github.com/mitsuhiko/logbook
298+
299+
300+
294301

UsefulAPI.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,12 @@ Project Source: https://github.com/Instagram/python-instagram
4646
A python package that allows for simple access to reddit's API.
4747
Project Source: https://github.com/praw-dev/praw
4848
Project Documentation: https://praw.readthedocs.org/en/v2.1.16/
49+
50+
1. PyAPNs
51+
Python library for interacting with the Apple Push Notification service.
52+
Project Source: https://github.com/djacobs/PyAPNs
53+
Project Documentation: https://pypi.python.org/pypi/apns/
54+
55+
56+
4957

Video.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,9 @@ MoviePy is a Python module for script-based movie editing.
3333
Project Source: https://github.com/Zulko/moviepy
3434
Project Documentation: http://zulko.github.io/moviepy/
3535

36+
1. you-get
37+
A YouTube/Youku/Niconico video downloader written in Python 3.
38+
Project Source: https://github.com/soimort/you-get
39+
Project Homepage: http://www.soimort.org/you-get/
40+
41+

WebFrameworkandRelatedTool.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,8 @@ Project Documentation: http://django-skel.readthedocs.org/en/latest/
133133

134134
1. django-base-template
135135
A Django 1.6 base template with HTML5Boilerplate and Twitter Bootstrap.
136-
Project Source: https://github.com/xenith/django-base-template
136+
Project Source: https://github.com/xenith/django-base-template
137+
137138
1. gargoyle
138139
Gargoyle is a platform built on top of Django which allows you to switch functionality of your application on and off based on conditions.
139140
Project Source: https://github.com/disqus/gargoyle
@@ -195,6 +196,18 @@ Project Source: https://github.com/kmmbvnr/django-jenkins
195196
1. django-paypal
196197
A pluggable Django application for integrating PayPal Payments Standard or Payments Pro.
197198
Project Source: https://github.com/johnboxall/django-paypal
199+
200+
1. horizon
201+
Horizon is a Django-based project aimed at providing a complete OpenStack Dashboard along with an extensible framework for building new dashboards from reusable components.
202+
Project Source: https://github.com/openstack/horizon
203+
204+
1. django-avatar
205+
A Django app for handling user avatars.
206+
Project Source: A Django app for handling user avatars.
207+
208+
1. django-userena
209+
Accounts for Django made beautifully simple.
210+
Project Source: https://github.com/bread-and-pepper/django-userena
198211

199212
1. flask
200213
Flask is a microframework for Python based on Werkzeug and Jinja2.
@@ -276,3 +289,8 @@ Jinja2 is a template engine written in pure Python. It provides a Django inspire
276289
expressions and an optional sandboxed environment.
277290
Project Source: https://github.com/mitsuhiko/jinja2
278291
Project Homepage: http://jinja.pocoo.org/
292+
293+
1. AutobahnPython
294+
WebSocket & WAMP for Python on Twisted and asyncio.
295+
Project Source: https://github.com/tavendo/AutobahnPython
296+
Project Homepage: http://autobahn.ws/python/

0 commit comments

Comments
 (0)