top of page

Python Installation

You can directly install python from its official website which is free for all windows a mac-

https://www.python.org/

 

You can also download any python-support editor like idle, PyCharm or others that support python.

​

Now a day most of the mac or another operating system already has a python.

You can check the python version using cmd:

C:\\User\yourname\python –version

Thanks for reading this, if you have any doubt please do the comments so we can make changes if anything is missing.

​

In the next tutorial, we will learn about “python syntax

bottom of page