Python Tutorials - Herong's Tutorial Examples - v2.14, 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.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
Variables, Operations and Expressions
Function Statement and Function Call
Iterators, Generators and List 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
Anaconda - Python Environment Manager