You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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.
148
150
149
151
## Imagery
150
152
@@ -202,18 +204,18 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
202
204
*Libraties for connecting and operating databases*
203
205
204
206
* 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.
207
209
* 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.
210
212
211
213
## ORM
212
214
213
215
*Libraries that implement Object-Relational Mapping or datamapping techniques.*
214
216
215
217
* 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.
217
219
*[SQLAlchemy](http://www.sqlalchemy.org/) - The Python SQL Toolkit and Object Relational Mapper.
218
220
*[peewee](https://github.com/coleifer/peewee) - A small, expressive ORM.
219
221
* NoSQL Databases
@@ -229,6 +231,9 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
229
231
*[Bottle](http://bottlepy.org/) - A fast, simple and lightweight WSGI micro web-framework.
230
232
*[Pyramid](http://www.pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework.
231
233
*[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.
232
237
233
238
## CMS
234
239
@@ -543,13 +548,13 @@ A curated list of awesome Python frameworks, libraries and resources. Inspired b
543
548
## Editor Plugins
544
549
545
550
* Vim
546
-
* TODO
551
+
* TODO
547
552
* Emacs
548
-
* TODO
553
+
* TODO
549
554
* 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.
0 commit comments