ActiveState Quick Reads

Managing Python Packages – A Quick Read

The phrase “Python Package” is associated with everything from .py files to .tar archives to .whl distributions. This quick read introduces the various ways that Python code has been made available for use, as well as how to work with them.

Read More

How to Install Pip on Windows

If you’re using an older version of Python, pip needs to be installed. This tutorial steps through how to install Pip on Windows, and keeping it updated.

Read More