1 Resposta
+ 4
I you just want to read html and retrieve information inside, look at 'beautiful soup' module ^^
https://www.crummy.com/software/BeautifulSoup/bs4/doc/
If you want a Python back-end handling, look at Django, Flask or Bottle (in order from biggest to most minimalistic, not necessarly from better to worst -- it depend mainly of your purpose and your tastes -- they handle web serving so you can do AJAX and web API...)