Python Tutorials - Herong's Tutorial Examples - v2.15, 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.15, 2024
Number of pages in PDF format: 292
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; Anaconda Python environment manager; Jupyter Notebooks; NumPy, SciPy libraries. Updated in 2024 (Version v2.15) 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
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
Anaconda - Python Environment Manager