@@ -51,7 +51,7 @@ Development Web Server
51
51
Django
52
52
------
53
53
54
- `Django <http ://www.djangoproject.com >`_ is a "batteries included" web
54
+ `Django <https ://www.djangoproject.com >`_ is a "batteries included" web
55
55
application framework, and is an excellent choice for creating content-oriented
56
56
websites. By providing many utilities and patterns out of the box, Django aims
57
57
to make it possible to build complex, database-backed web applications quickly,
@@ -123,7 +123,7 @@ focus on modularity. It comes with a small number of libraries ("batteries")
123
123
built-in, and encourages users to extend its base functionality. A set of
124
124
provided cookiecutter templates helps making new project decisions for users.
125
125
It poweres one of the most important parts of python infrastucture
126
- `PyPI <http ://pypi.org/ >`_.
126
+ `PyPI <https ://pypi.org/ >`_.
127
127
128
128
Pyramid does not have a large user base, unlike Django and Flask. It's a
129
129
capable framework, but not a very popular choice for new Python web
@@ -169,7 +169,7 @@ servers and provide top performance [3]_.
169
169
Gunicorn
170
170
--------
171
171
172
- `Gunicorn <http ://gunicorn.org/ >`_ (Green Unicorn) is a pure-python WSGI
172
+ `Gunicorn <https ://gunicorn.org/ >`_ (Green Unicorn) is a pure-python WSGI
173
173
server used to serve Python applications. Unlike other Python web servers,
174
174
it has a thoughtful user-interface, and is extremely easy to use and
175
175
configure.
@@ -237,14 +237,14 @@ details.
237
237
Heroku
238
238
------
239
239
240
- `Heroku <http ://www.heroku.com/python >`_ offers first-class support for
240
+ `Heroku <https ://www.heroku.com/python >`_ offers first-class support for
241
241
Python 2.7–3.5 applications.
242
242
243
243
Heroku supports all types of Python web applications, servers, and frameworks.
244
244
Applications can be developed on Heroku for free. Once your application is
245
245
ready for production, you can upgrade to a Hobby or Professional application.
246
246
247
- Heroku maintains `detailed articles <https://devcenter.heroku.com/categories/python >`_
247
+ Heroku maintains `detailed articles <https://devcenter.heroku.com/categories/python-support >`_
248
248
on using Python with Heroku, as well as `step-by-step instructions
249
249
<https://devcenter.heroku.com/articles/getting-started-with-python> `_ on
250
250
how to set up your first application.
@@ -254,7 +254,7 @@ Heroku is the recommended PaaS for deploying Python web applications today.
254
254
Eldarion
255
255
--------
256
256
257
- `Eldarion <http ://eldarion.cloud/ >`_ (formely known as Gondor) is a PaaS powered
257
+ `Eldarion <https ://eldarion.cloud/ >`_ (formely known as Gondor) is a PaaS powered
258
258
by Kubernetes, CoreOS, and Docker. They support any WSGI application and have a
259
259
guide on deploying `Django projects <https://eldarion-gondor.github.io/docs/how-to/setup-deploy-first-django-project/ >`_.
260
260
@@ -417,12 +417,12 @@ Chameleon
417
417
---------
418
418
419
419
`Chameleon <https://chameleon.readthedocs.io/ >`_ Page Templates are an HTML/XML template
420
- engine implementation of the `Template Attribute Language (TAL) <http ://en.wikipedia.org/wiki/Template_Attribute_Language >`_,
420
+ engine implementation of the `Template Attribute Language (TAL) <https ://en.wikipedia.org/wiki/Template_Attribute_Language >`_,
421
421
`TAL Expression Syntax (TALES) <https://chameleon.readthedocs.io/en/latest/reference.html#expressions-tales >`_,
422
422
and `Macro Expansion TAL (Metal) <https://chameleon.readthedocs.io/en/latest/reference.html#macros-metal >`_ syntaxes.
423
423
424
424
Chameleon is available for Python 2.5 and up (including 3.x and pypy), and
425
- is commonly used by the `Pyramid Framework <http ://trypyramid.com >`_.
425
+ is commonly used by the `Pyramid Framework <https ://trypyramid.com/ >`_.
426
426
427
427
Page Templates add within your document structure special element attributes
428
428
and text markup. Using a set of simple language constructs, you control the
@@ -519,5 +519,5 @@ Mako is well respected within the Python web community.
519
519
.. rubric :: References
520
520
521
521
.. [1 ] `The mod_python project is now officially dead <http://blog.dscpl.com.au/2010/06/modpython-project-is-now-officially.html >`_
522
- .. [2 ] `mod_wsgi vs mod_python <http://www. modpython.org/pipermail/mod_python/2007-July/024080.html >`_
522
+ .. [2 ] `mod_wsgi vs mod_python <http://modpython.org/pipermail/mod_python/2007-July/024080.html >`_
523
523
.. [3 ] `Benchmark of Python WSGI Servers <http://nichol.as/benchmark-of-python-web-servers >`_
0 commit comments