Python download
"Code with Prashant"
3rd BLOG
° How to download python IDE and pycharm?
PYTHON
•So, In this tutorial, we’ll download and install Python as well as an IDE called PyCharm. First of all, let's head to Python's official website and download Python:
•
- Go to this link - https://www.python.org/downloads/
- From the above link download latest version of Python
- After visiting this link simply click on "Download Python" button
- Your download will start as soon as you click the button.
Pycharm
Pycharm is one of the best Integrated Development Environment for Python Language. It is developed by the Czech company JetBrains. In order to download Pycharm, follow the steps below:
- Go to this link - https://www.jetbrains.com/pycharm/download/#section=windows
After visiting the above link download the community version of Pycharm.
- Simply click on the community button to download it.
- Your download will start.
After that simply install them like any other software. After Installing both Python and Pycharm, open terminal (Powershell), and then type ‘Python’ and press Enter.
You should see the output like this.
If you are getting this or similar error "The term 'pip' is not recognized as the name of a cmdlet, function, or operable program", watch this video here - https://youtu.be/xdj0mGmuNjc
Then Install Pycharm like any other software and do not make any change while installing it. And that’s all you have your Python and Pycharm installed on your computer.
THANK YOU
Comments
Post a Comment