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.

Run Python Scripts on macOS

Install New Versions of Python on macOS

pip3 - Package Installer for Python 3

Takeaways:

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