Python Tutorials - Herong's Tutorial Examples - v2.14, by Herong Yang
Python on macOS Computers
This chapter provides tutorial examples and notes about using Python on macOS Computers. Topics include verifying Python installation; running Python scripts in different ways; installing newer version of Python; using 'pip' to install Python additional packages.
Takeaways:
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