Faithfulness
港股即時
Economic Calendar
Monday, April 23, 2018
Monday, April 16, 2018
Python Web Scraping
Libraries for Python Web Scraping:
Requests
- using it to get the raw ingredients (i.e. raw HTML)
BeautifulSoup
- a parsing library that can use different parsers. A parser is simply a program that can extract data from HTML and XML documents.
lxml
- a high-performance, production-quality HTML and XML parsing library
Selenium
- to scrape sites with data tucked away by JavaScript.
- if you need to build a real spider or web-crawler
Wednesday, April 11, 2018
Python Flask
Flask Extensions
http://flask.pocoo.org/extensions/Security information for Flask
https://pythonhosted.org/Flask-Security/The Flask Mega-Tutorial
https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world
Subscribe to:
Comments (Atom)