mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Merge branch 'master' into patch-1
This commit is contained in:
@@ -28,7 +28,7 @@ your URLs, or to form-encode your POST data. Keep-alive and HTTP connection
|
||||
pooling are 100% automatic, powered by urllib3, which is embedded within
|
||||
Requests.
|
||||
|
||||
- `Documentation <http://docs.python-requests.org/en/latest/index.html>`_
|
||||
- `Documentation <https://requests.readthedocs.io/en/latest/>`_
|
||||
- `PyPi <http://pypi.org/project/requests>`_
|
||||
- `GitHub <https://github.com/kennethreitz/requests>`_
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ lxml and Requests
|
||||
`lxml <http://lxml.de/>`_ is a pretty extensive library written for parsing
|
||||
XML and HTML documents very quickly, even handling messed up tags in the
|
||||
process. We will also be using the
|
||||
`Requests <http://docs.python-requests.org/en/latest/>`_ module instead of the
|
||||
`Requests <https://requests.readthedocs.io/en/latest/>`_ module instead of the
|
||||
already built-in urllib2 module due to improvements in speed and readability.
|
||||
You can easily install both using ``pip install lxml`` and
|
||||
``pip install requests``.
|
||||
|
||||
Reference in New Issue
Block a user