Skip to content

Commit 8fe7f14

Browse files
committed
up to 38
1 parent 4126d02 commit 8fe7f14

14 files changed

+109
-7
lines changed

Algorithm.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
##Algorithm
2+
3+
1. algorithms
4+
module of algorithms for Python.
5+
Project Source: https://github.com/nryoung/algorithms
6+
7+
8+

Audio.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,9 @@ Project Homepage: http://www.mopidy.com/
1818
Client code for the Jasper voice computing platform. Jasper is an open source platform for developing always-on, voice-controlled applications.
1919
Project Source: https://github.com/jasperproject/jasper-client
2020
Project Homepage: http://jasperproject.github.io/
21+
22+
1. shiva-server
23+
A RESTful API to your music collection.
24+
Project Source: https://github.com/tooxie/shiva-server
25+
Project Documentation: https://pypi.python.org/pypi/shiva
26+

ContentManagementSystem.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ Project Homepage: https://www.django-cms.org/en/
77

88
1. django-blog-zinnia
99
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
10+
Project Source: https://github.com/Fantomas42/django-blog-zinnia
11+
12+
1. feincms
13+
A Django-based CMS with a focus on extensibility and concise code.
14+
Project Source: https://github.com/feincms/feincms
15+
Project Homepage: http://www.feincms.org/
16+
1117

1218
1. wagtail
1319
A new Django content management system

Cool Application.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,20 @@ Project Documentation: https://feedly.readthedocs.org/en/latest/
7070
1. ninja-ide
7171
Ninja-IDE is a cross-platform integrated development environment (IDE) that runs on Linux/X11, Mac OS X and Windows desktop operating systems.
7272
Project Source: https://github.com/ninja-ide/ninja-ide
73-
Project Homepage: http://ninja-ide.org/
73+
Project Homepage: http://ninja-ide.org/
74+
75+
1. pydown
76+
An HTML5 presentation builder written by python.
77+
Project Source: https://github.com/isnowfy/pydown
78+
Online Demo Address: https://github.com/isnowfy/pydown
79+
80+
1. odoo
81+
Odoo is a suite of open source Business apps.
82+
Project Source: https://github.com/odoo/odoo
83+
Project Homepage: https://www.odoo.com/
84+
85+
86+
87+
88+
7489

DataBaseandRelatedTools.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@ Project Source: https://github.com/Instagram/redis-faina
5151
Pure-Python MySQL Client.
5252
Project Source: https://github.com/PyMySQL/PyMySQL
5353

54+
1. wal-e
55+
WAL-E is a program designed to perform continuous archiving of PostgreSQL WAL files and base backups.
56+
Project Source: https://github.com/wal-e/wal-e
57+
5458

5559

EditorandEditorEnhancements.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ LaTeX plugin for Sublime Text 2 and 3.
102102
Project Source: https://github.com/SublimeText/LaTeXTools
103103
Project Homepage: http://tekonomist.wordpress.com/
104104

105+
1. Vintageous
106+
Vintageous is a vi/Vim editing package for Sublime Text 3.
107+
Project Source: https://github.com/guillermooo/Vintageous
108+
Project Homepage: http://guillermooo.bitbucket.org/Vintageous/
105109

106110

107111

Image.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ Project Homepage: https://github.com/thumbor/thumbor/wiki
1414
Kartograph is a Python library that generates SVG maps from ESRI shapefiles.
1515
Project Source: http://kartograph.org/docs/kartograph.py/
1616
Project Documentation: http://kartograph.org/docs/kartograph.py/
17+
18+
1. mpld3
19+
This is an interactive D3js-based viewer which brings matplotlib graphics to the browser.
20+
Project Source: https://github.com/jakevdp/mpld3
21+
Project Homepage: http://mpld3.github.io/
22+

Network.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,9 @@ Check your DNS against over 1500 global DNS servers.
7171
Project Source: https://github.com/samarudge/dnsyo
7272
Project Homepage: http://samarudge.github.io/dnsyo/
7373

74+
1. urllib3
75+
Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more.
76+
Project Source: https://github.com/shazow/urllib3
77+
Project Documentation: http://urllib3.readthedocs.org/en/latest/
7478

7579

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ send me a pull request and follow the [contribution guide](https://github.com/ch
4848
* [Web Site Source](https://github.com/checkcheckzz/Python-open-projects/blob/master/WebSiteSource.md)
4949

5050
###License
51-
--
51+
5252
python open projects is licensed under the terms of the MIT License. See the LICENSE file for details.
5353

Testing.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ Project Homepage: http://locust.io/
2727
1. nose
2828
nose is nicer testing for python.
2929
Project Source: https://github.com/nose-devs/nose
30-
Project Documentation: https://nose.readthedocs.org/en/latest/
30+
Project Documentation: https://nose.readthedocs.org/en/latest/
31+
32+
1. splinter
33+
python test framework for web applications.
34+
Project Source: https://github.com/cobrateam/splinter
35+
Project Homepage: http://splinter.cobrateam.info/
3136

3237

0 commit comments

Comments
 (0)