June 2025
Beginner to intermediate
473 pages
13h 30m
English
In Python, you can choose from a selection of several hundred modules by default. These modules can be activated via import without any further preparatory work. But wait, there’s more! On the Python Package Index platform at the https://pypi.org, files from more than 400,000 projects are also available for download.
To install external modules, Python provides the pip command (for Windows and current Linux distributions) or pip3 (for macOS and older Linux distributions). Just convince yourself of the existence of this command in a terminal window!
> pip --version pip 22.3.1 from C:\Users\kofler\AppData\Local\Programs\Python\ Python311\Lib\site-packages\pip (python 3.11)
Read now
Unlock full access