|
@@ -6,9 +6,10 @@ For further guidance, review the
|
|
|
|
|
|
## Infrastructure Software Versions
|
|
|
|
|
|
-* [CPython2](https://www.python.org/)
|
|
|
* [CPython3](https://www.python.org/)
|
|
|
-* [PyPy](http://pypy.org/)
|
|
|
+* [CPython2](https://www.python.org/)
|
|
|
+* [PyPy3](http://pypy.org/)
|
|
|
+* [PyPy2](http://pypy.org/)
|
|
|
* [nginx](http://nginx.org/)
|
|
|
* [uWSGI](https://uwsgi-docs.readthedocs.org/en/latest/)
|
|
|
|
|
@@ -30,20 +31,19 @@ For further guidance, review the
|
|
|
|
|
|
Newest Python.
|
|
|
|
|
|
-It will be most major interpreter for Web Development in this or next year.
|
|
|
-This is a bit slower than CPython 2, but more simple and productive than it.
|
|
|
+It is the most major interpreter for Web Development.
|
|
|
|
|
|
### (C)Python 2
|
|
|
|
|
|
-Legacy Python. Still used for widely.
|
|
|
+Legacy Python. Still used for widely.
|
|
|
|
|
|
-### PyPy
|
|
|
+### PyPy3
|
|
|
|
|
|
PyPy is the fastest Python implementation with JIT.
|
|
|
|
|
|
-There is PyPy's Python 3 implementation (PyPy3), but it is not so tuned like PyPy2.
|
|
|
-So we don't use it for now.
|
|
|
+### PyPy2
|
|
|
|
|
|
+Legacy PyPy. Still used for widely.
|
|
|
|
|
|
## WSGI Servers
|
|
|
|
|
@@ -99,7 +99,7 @@ If your framework uses SQLAlchemy, Flask may be enough to know performance of SQ
|
|
|
|
|
|
### Interpreter
|
|
|
|
|
|
-Consider Python 3 first. -- Python 3 will be mainstream for web development soon.
|
|
|
+Consider Python 3 first. -- Python 3 is mainstream for web development.
|
|
|
|
|
|
### Server
|
|
|
|