8000 Merge pull request #12 from vndmtrx/master · DTSCode/awesome-python@37a2821 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37a2821

Browse files
committed
Merge pull request vinta#12 from vndmtrx/master
Added entries on Docs and Web Frameworks
2 parents ddb384b + ee93b3b commit 37a2821

File tree

1 file changed

+16
-11
lines changed

1 file changed

+16
-11
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
5252
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
5353
- [Miscellaneous](#miscellaneous)
5454
- [Resources](#resources)
55-
- [Editor Plugins](#editor-plugins)
55+
- [Editor Plugins](#editor-plugins)
5656
- [Books](#books)
5757
- [Websites](#websites)
5858
- [Weekly](#weekly)
@@ -145,6 +145,8 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
145145
*Libraries for generating project documentation.*
146146

147147
* [Sphinx](http://sphinx-doc.org/) - Python Documentation generator.
148+
* [reStructuredText](http://docutils.sourceforge.net/rst.html) - Markup Syntax and Parser Component of Docutils.
149+
* [Python-Markdown](https://github.com/waylan/Python-Markdown) - A Python implementation of John Gruber’s Markdown.
148150

149151
## Imagery
150152

@@ -202,18 +204,18 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
202204
*Libraties for connecting and operating databases*
203205

204206
* Relational Databases
205-
* [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
206-
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python.
207+
* [mysql-python](http://sourceforge.net/projects/mysql-python/) - The MySQL database connector for Python.
208+
* [psycopg2](http://initd.org/psycopg/) - The most popular PostgreSQL adapter for the Python.
207209
* NoSQL Databases
208-
* [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB.
209-
* [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client.
210+
* [PyMongo](http://docs.mongodb.org/ecosystem/drivers/python/) - The official Python client for MongoDB.
211+
* [redis-py](https://github.com/andymccurdy/redis-py) - The Redis Python Client.
210212

211213
## ORM
212214

213215
*Libraries that implement Object-Relational Mapping or datamapping techniques.*
214216

215217
* Relational Databases
216-
* [Django Models](https://docs.djangoproject.com/en/dev/topics/db/models/) - A part of Django.
218+
* [Django Models](https://docs.djangoproject.com/en/dev/topics/db/models/) - A part of Django.
217219
* [SQLAlchemy](http://www.sqlalchemy.org/) - The Python SQL Toolkit and Object Relational Mapper.
218220
* [peewee](https://github.com/coleifer/peewee) - A small, expressive ORM.
219221
* NoSQL Databases
@@ -229,6 +231,9 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
229231
* [Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework.
230232
* [Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
231233
* [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use.
234+
* [TurboGears](http://www.turbogears.org/) - The Web Framework that scales with you. Starts as a microframework and scales up to a fullstack solution.
235+
* [Grok](http://grok.zope.org/) - A framework built on the existing Zope 3 libraries, offers a lot of building blocks for web development.
236+
* [CherryPy](http://www.cherrypy.org/) - A Minimalist Python Web Framework, HTTP/1.1-compliant and WSGI thread-pooled.
232237

233238
## CMS
234239

@@ -543,13 +548,13 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
543548
## Editor Plugins
544549

545550
* Vim
546-
* TODO
551+
* TODO
547552
* Emacs
548-
* TODO
553+
* TODO
549554
* Sublime Text
550-
* [SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - A Sublime Text plugin to the awesome autocomplete library [Jedi](https://github.com/davidhalter/jedi).
551-
* [Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
552-
* [Djaneiro](https://github.com/squ1b3r/Djaneiro) - Django support for Sublime Text.
555+
* [SublimeJEDI](https://github.com/srusskih/SublimeJEDI) - A Sublime Text plugin to the awesome autocomplete library [Jedi](https://github.com/davidhalter/jedi).
556+
* [Anaconda](https://github.com/DamnWidget/anaconda) - Anaconda turns your Sublime Text 3 in a full featured Python development IDE.
557+
* [Djaneiro](https://github.com/squ1b3r/Djaneiro) - Django support for Sublime Text.
553558

554559
## Books
555560

0 commit comments

Comments
 (0)
0