Python Tutorials - Herong's Tutorial Examples - v2.21, by Herong Yang
About This Book
This section provides some detailed information about this book - Python Tutorials - Herong's Tutorial Examples.
Title: Python Tutorials - Herong's Tutorial Examples
Author: Herong Yang - Contact by email via herong_yang@yahoo.com.
Category: COMPUTERS / Languages / Python
Version/Edition: v2.21, 2026
Number of pages in PDF format: 323
Description: This Python tutorial book is a collection of notes and sample codes written by the author while he was learning Python language himself. Topics include: installing Python environments on Windows, macOS and Linux computer; Python built-in data types; variables, operations, expressions and statements; user-defined functions; iterators, generators and list/set/dictionary comprehensions; modules and packages; sys, os, and pathlib modules; NumPy, SciPy libraries; elliptic curve and public keys; communicating with HTTPS servers; Anaconda Python environment manager; Jupyter Notebooks. Updated in 2026 (Version v2.21) with minor changes.
Keywords: Python, Anaconda, Script, Language, Example, Code, Tutorial, Book.
Copyright:
Revision history:
Web version: https://www.herongyang.com/Python - Provides free sample chapters, latest updates and readers' comments. History of view counts of the Web version is listed below:
As of Total Views
---------- -----------
2023-12-31 132,255
2024-12-31 52,682
2023-12-31 28,068
2022-12-31 6,069
PDF/EPUB version: https://www.herongyang.com/Python/PDF-Full-Version.html - Provides information on how to obtain the full version of this book in PDF, EPUB, or other format.
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