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.14, 2023

Number of pages in PDF format: 282

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 comprehensions; modules and packages; sys, os, and pathlib modules; Anaconda Python environment manager; Jupyter Notebooks; NumPy, SciPy libraries. Updated in 2023 (Version v2.14) 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.

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

About This Book

 Running Python Code Online

 Python on macOS Computers

 Python on Linux Computers

 Built-in Data Types

 Variables, Operations and Expressions

 Statements - Execution Units

 Function Statement and Function Call

 Iterators, Generators and List Comprehensions

 Classes and Instances

 Modules and Module Files

 Packages and Package Directories

 "sys" and "os" Modules

 "pathlib" - Object-Oriented Filesystem Paths

 "pip" - Package Installer for Python

 SciPy.org - Python Libraries for Science

 pandas - Data Analysis and Manipulation

 Anaconda - Python Environment Manager

 Jupyter Notebook and JupyterLab

 References

 Full Version in PDF/EPUB