How To Install Python In Your System?

Hello, Pythonistas Welcome back! Today we will see how to install Python on our system.

Python is a cross-platform language you can write python code in almost any operating system.

Here, I’ll discuss its installation in Windows and Android operating systems. As steps are nearly the same for Mac and Linux.

Install Python On Windows OS

Here, I did install Python version 3.10. But, currently, python version 3.11.4 is out. So, Do install that.

Python can be installed in these easy steps on Windows OS:-

  • Open Python’s official website.
  • python official site to download it
  • Download it from here
  • Once your download gets completed click on it to start the installer.
  • python install step1
  • Then, a dialouge box like this will appear there check add python to path (❗most important❗)and then on customized installation.
  • python installation step3
  • Then, simply click next.
  • python installation step4
  • Here, check install for all users and click on install.
  • Python installation will start on your system. Wait till the installation gets completed. Try not to do anything on your system till the installation is completed.
  • Installation final step
  • Finally, click close.
  • Bingo, now you can easily use python on your system either in python IDLE or in any other development environment.

Install Python On Android OS

pydroid to run python

Install the “Pydroid app” from Playstore. Click here to install.

QPython to run python

Install the “QPython app” from Playstore. Click here to install.

sololearn to run python

Install the “Sololearn app” from Playstore. Click here to install.

I have personally used both pydroid and Solo Learn.

From my experience, I like to use pydroid. You can choose for yourself by trying all three they are absolutely free💯.

Or you can go on and search for others there are plenty of them.

Conclusion

I suggest you, code in visual studio code(I personally use it) or any other powerful code editor like pycharm(have used it earlier it’s good) or thonny(great help when you are unable to understand your own code.😅) this will make your work much easier, faster, and more organized.

This was it for the post. Comment below suggestions if there and tell us whether you liked it or not. Do consider sharing this with your friends.

See you in the next post till then have a great time. Bye bye👋😊

Leave a Reply