Python Tutorials - Herong's Tutorial Examples
∟References
This section provides a list of reference materials used in this book.
- python.org, Python official Website,
python.org
- The Python Tutorial, python.org,
docs.python.org/3/tutorial/
- The Python Standard Library, python.org,
docs.python.org/3/library/
- The Python Language Reference, python.org,
docs.python.org/3/reference/
- Anaconda official Website,
anaconda.com
- Python Package Index,
pypi.org/
- SciPy.org, SciPy, NumPy, Matplotlib, etc. Website,
scipy.com
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 and Generators
List, Set and Dictionary 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