News

Learn how to get Python up and running on Windows, macOS, or Linux—and avoid the biggest pitfalls along the way.
After downloading, double-click on the python- [version].exe file to start the installation process. On the installation wizard, you can find two options – Install Now and Customize installation.
The latest version is Python 3.8.4, and if I search for “Python” on my Windows computer, I see that I have Python 3.6 and 3.5 – so I could do with an update! That is how to check Python version!
What version of Python should you use? At the time of writing, the newest version of Python is Python 3.9.1. This provides a number of bug fixes over previous versions and some security updates.
Also, check out my companion video below for a quick benchmark comparison of the no-GIL mode versus Python’s standard single-threaded version. Installing Python 3.13’s free-threaded version ...
Now, If you are using an older version of Python on Windows, you may need to install PIP manually. Pip is automatically installed with Python 2.7.9+ and Python 3.4+.
The first thing you must do is install the latest version of Python. To do that, open a terminal window on your Linux machine and issue the command: sudo apt-get install python3 -y ...