Skip to content

Commit 971d77b

Browse files
committed
Merge pull request vinta#501 from sgoblin/patch-1
Moved tornado to web framework section.
2 parents b0ca940 + cffc1f0 commit 971d77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,6 +452,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
452452
* [TurboGears](http://www.turbogears.org/) - A microframework that can scale up to a full stack solution.
453453
* [web.py](http://webpy.org/) - A web framework for Python that is as simple as it is powerful.
454454
* [web2py](http://www.web2py.com) - A full stack web framework and platform focused in the ease of use.
455+
* [Tornado](http://www.tornadoweb.org/) - A Web framework and asynchronous networking library.
455456

456457
## Permissions
457458

@@ -755,7 +756,6 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
755756
*Libraries for networking programming.*
756757

757758
* [asyncio](https://docs.python.org/3/library/asyncio.html) - (Python standard library) Asynchronous I/O, event loop, coroutines and tasks.
758-
* [Tornado](http://www.tornadoweb.org/) - A Web framework and asynchronous networking library.
759759
* [Twisted](https://twistedmatrix.com/trac/) - An event-driven networking engine.
760760
* [pulsar](https://github.com/quantmind/pulsar) - Event-driven concurrent framework for Python.
761761
* [diesel](https://github.com/jamwt/diesel) - Greenlet-based event I/O Framework for Python.

0 commit comments

Comments
 (0)