Python on Linux Computers

This section provides tutorial examples and notes about using Python on Linux Computers. Topics include verifying Python installation; running Python scripts in different ways; installing older version of Python for old scripts.

Run Python Scripts on Linux

Install Python 2 Environment on CentOS

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