Today, we will show you how to install and use Python on your System:
Windows
macOS
Debian Linux (Tested: Ubuntu 20.04 LTS)
Mobile Systems (Phones and Tablets)
Go to https://www.python.org
Select Downloads
Select the download button (Or choose from the alternative ones if you wish)
Run the .exe installer by clicking on it (Depending on your security settings, the UAC (User Account Control) prompt may come up. Hit allow.)
Follow the installer instructions until Python 3 is installed.
Once the installer finishes, Python 3 is now installed and ready to use.
Go to https://www.python.org
Select Downloads
Select the download button (Or choose from the alternative ones if you wish)
Run the .dmg installer by clicking on it (Depending on your security settings, the Security Warning prompt may ask for a password or even block the installer from running. Go to the security settings of your mac and allow installing from unknown sources in such cases.)
Follow the installer instructions until Python 3 is installed.
Once the installer finishes, Python 3 is now installed and ready to use.
Open the terminal or use Ctrl+Alt+T
Type:
sudo apt-get install idle3
Enter your password, if necessary
Accept any prompts, if any.
Allow installation to continue (Do not close the terminal while Python is installing.)
Once terminal finishes, Python 3 is now installed and ready to use.
On iPhones and iPads, Pyto and Pythonista 3 are some of the best free and paid apps that work well.
On Android devices, Pydroid 3 is the best app that works.
In general, Replit (https://www.replit.com) is the best one with no ads and runs in almost all web browsers.