Skip to content

Commit

Permalink
Add HTML parsing to preferred libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed Sep 2, 2020
1 parent 624bdfe commit 9dc4639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/python/code.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,8 @@ Object Relational Mapper (ORM)
Django. Do not use `SQLAlchemy <https://www.sqlalchemy.org/>`__, except in low-level libraries with limited scope.
HTTP library
`Requests <https://requests.readthedocs.io/>`__, unless a framework uses another, like Scrapy (Twisted).
HTML parsing
`lxml <https://pypi.org/project/lxml/>`__. Do not use `BeautifulSoup <https://pypi.org/project/BeautifulSoup/>`__.
Templating
`Jinja <https://jinja.palletsprojects.com/>`__
Translation
Expand Down

0 comments on commit 9dc4639

Please sign in to comment.