In order to dive into more advanced Python projects, such as machine learning, natural language processing or quantum computing, you’ll need to install packages. Python’s standard library is already very extensive, but by adding packages (or modules), you can extend the functionality of your programs even further. …