mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge pull request #266 from simon-weber/fix-build-warnings
Fix build warnings and include scraping scenario
This commit is contained in:
@@ -48,6 +48,7 @@ different scenarios.
|
|||||||
|
|
||||||
scenarios/client
|
scenarios/client
|
||||||
scenarios/web
|
scenarios/web
|
||||||
|
scenarios/scrape
|
||||||
scenarios/cli
|
scenarios/cli
|
||||||
scenarios/gui
|
scenarios/gui
|
||||||
scenarios/db
|
scenarios/db
|
||||||
|
|||||||
+1
-1
@@ -17,7 +17,7 @@ Python-related news.
|
|||||||
`/r/python <http://reddit.com/r/python>`_
|
`/r/python <http://reddit.com/r/python>`_
|
||||||
|
|
||||||
Pycoder's Weekly
|
Pycoder's Weekly
|
||||||
~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Pycoder's Weekly is a free weekly python newsletter for Python developers
|
Pycoder's Weekly is a free weekly python newsletter for Python developers
|
||||||
by Python developers (Project, Articles, News, and Jobs).
|
by Python developers (Project, Articles, News, and Jobs).
|
||||||
|
|||||||
@@ -99,12 +99,12 @@ and functionality and can thus not be considered lightweight. On the other
|
|||||||
hand, it does not provide all the functionality Django does. Instead Pyramid
|
hand, it does not provide all the functionality Django does. Instead Pyramid
|
||||||
brings basic support for most regular tasks and provides a great deal of
|
brings basic support for most regular tasks and provides a great deal of
|
||||||
extensibility. Additionally, Pyramid has a huge focus on complete
|
extensibility. Additionally, Pyramid has a huge focus on complete
|
||||||
`documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`_. As
|
`documentation <http://docs.pylonsproject.org/en/latest/docs/pyramid.html>`__. As
|
||||||
a little extra it comes with the Werkzeug Debugger which allows you to debug a
|
a little extra it comes with the Werkzeug Debugger which allows you to debug a
|
||||||
running web application in the browser.
|
running web application in the browser.
|
||||||
|
|
||||||
**Support** can also be found in the
|
**Support** can also be found in the
|
||||||
`documentation <http://docs.pylonsproject.org/en/latest/index.html#support-desc>`_.
|
`documentation <http://docs.pylonsproject.org/en/latest/index.html#support-desc>`__.
|
||||||
|
|
||||||
|
|
||||||
Web Servers
|
Web Servers
|
||||||
|
|||||||
Reference in New Issue
Block a user