The following are the steps to download and install the python and PyCharm IDE.
Python Installation on Windows:
- Open the browser and go to the official website of python https://www.python.org/downloads/ and download the latest version of Python.
- Once the download is complete then open the installer file exe and click on Install Now.
- Now python will start installing.
- When it finishes, you can see a screen that Setup was Successful. Now you can use the python.
PyCharm Installation:
Follow the following steps to set up the PyCharm IDE.
- Open your browser, go to the website https://www.jetbrains.com/pycharm/download/ and download under the community section for free PyCharm IDE.
- Once your download is complete, navigate to the executable file and run that exe file to install Pycharm. Follow these steps for this. Click "Next" to continue.
- Next, configure the installation path where you want to install.
- On the next screen, you can create a Desktop shortcut if you want to create for easy access. If PyCharm is the primary python IDE then associates the PyCharm with .py.
- keep the StartMenu folder JetBrains and click on "install".
- Once the installation is finished then click on "Finish". You can select the checkbox "Run PyCharm Community Edition" if you want to run on clicking "Finish".
- After completion of installation, the following PyCharm screen will appear.Once you openPyCharm and create a project, you are ready to create and run your first Python application.
No comments:
Post a Comment