How to download historical stock data using Python and yfinance
yfinance is a Python package you can use to download free stock market data from Yahoo! Finance. Full detail and reference here. https://pypi.org/project/yfinance/ {‘zip’: ‘95014’, ‘sector’: ‘Technology’, ‘fullTimeEmployees’: 147000, ‘longBusinessSummary’: ‘Apple Inc. designs, manufactures, and markets smartphones, personal computers, tablets, wearables, and accessories worldwide. It also sells various related services. The company offers iPhone, a […]
How to download web pages rendered by JavaScript
For Web pages that the final contents are rendered by JavaScript, using requests will not be able to get the final web page. This is a code snip using Selenium to do the job.
How to send email via Office 365 in Python
Pyhton 3. Complete info: https://www.aventistech.com/2016/03/07/python-send-email-via-office-365-tls/
How to unzip a file using Python
How to: Send Python request with client side certificate
This is part of a Python web download project. It is to scrape a https web site that will check client side digital certificate.