mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
scenarios
This commit is contained in:
@@ -65,6 +65,7 @@ different scenarios.
|
||||
scenarios/web
|
||||
scenarios/admin
|
||||
scenarios/ci
|
||||
scenarios/speed
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
---------------
|
||||
@@ -0,0 +1,48 @@
|
||||
Web Development
|
||||
===============
|
||||
|
||||
|
||||
Frameworks
|
||||
::::::::::
|
||||
|
||||
Django
|
||||
======
|
||||
|
||||
|
||||
Flask
|
||||
=====
|
||||
|
||||
|
||||
Pyramid
|
||||
=======
|
||||
|
||||
|
||||
Pylons
|
||||
======
|
||||
|
||||
|
||||
Web2Py
|
||||
======
|
||||
|
||||
|
||||
Servers
|
||||
:::::::
|
||||
|
||||
Apache + mod_wsgi
|
||||
-----------------
|
||||
|
||||
Apache + mod_python
|
||||
-------------------
|
||||
|
||||
|
||||
Nginx + gunicorn
|
||||
----------------
|
||||
|
||||
|
||||
|
||||
|
||||
Twisted
|
||||
:::::::
|
||||
|
||||
|
||||
Node.js.
|
||||
Reference in New Issue
Block a user