Python Tutorials - Herong's Tutorial Examples - v2.21, by Herong Yang
Communicating with HTTPS Servers
This chapter provides tutorial notes and example codes on writing Python scripts to communicate with HTTPS servers. Topics include using built-in http.client and ssl modules; modifying SSL parameters; retrieving server certificate and validation chain; installing and using the pyOpenSSL package.
http.client for HTTPS Connection
Takeaways:
Table of Contents
Variables, Operations and Expressions
Function Statement and Function Call
List, Set and Dictionary Comprehensions
Packages and Package Directories
"pathlib" - Object-Oriented Filesystem Paths
"pip" - Package Installer for Python
SciPy.org - Python Libraries for Science
pandas - Data Analysis and Manipulation
►Communicating with HTTPS Servers
Generating EC Public-Private Keys
Anaconda - Python Environment Manager