scenarios

This commit is contained in:
Kenneth Reitz
2011-04-23 16:51:36 -04:00
parent 2a7a77cb43
commit 88a9ee5c8d
3 changed files with 105 additions and 0 deletions
+1
View File
@@ -65,6 +65,7 @@ different scenarios.
scenarios/web
scenarios/admin
scenarios/ci
scenarios/speed
+56
View File
@@ -0,0 +1,56 @@
Speed
=====
Python isn't the fastest language around (yet)
Context
:::::::
The GIL
-------
C Extentions
------------
The GIL
-------
C Extentions
::::::::::::
Cython
------
Pyrex
-----
Shedskin?
---------
Threading
:::::::::
Threading
---------
Spanwing Processes
------------------
Multiprocessing
---------------
+48
View File
@@ -0,0 +1,48 @@
Web Development
===============
Frameworks
::::::::::
Django
======
Flask
=====
Pyramid
=======
Pylons
======
Web2Py
======
Servers
:::::::
Apache + mod_wsgi
-----------------
Apache + mod_python
-------------------
Nginx + gunicorn
----------------
Twisted
:::::::
Node.js.