Python Installation Tutorial
Python Installation Tutorial
python --version
Python 2.7.18
1. Download the get-pip.py script from the official pip website: get-
pip.py.
2. Open the Command Prompt and navigate to the directory where you
downloaded get-pip.py.
3. Run the following command:
python get-pip.py
pip --version
Conclusion
Downloading and installing Python 2.7 on a 64-bit Windows system
is a straightforward process. By following the steps outlined in this
tutorial, you can set up Python 2.7 and begin working on your
projects. While Python 2.7 is no longer officially supported, it
remains a valuable tool for maintaining legacy applications
import scipy
scipy.__version__