How to download and install an IDE?
First, you will need to download PyCharm Edu from the official JetBrains website. This edition already includes the EduTools Plugin. You will use PyCharm to write your code, check your solutions, and synchronize them with our website. You need the EduTools plugin enabled to open our problems and projects inside IDE.
We strongly recommend always using the latest versions of PyCharm and the EduTools plugin. (PyCharm and the EduTools plugin will check for updates automatically every time they run, but you can check and configure updates manually at Help > Check for Updates > Configure).
Few notes for our more experienced users:
- If you already have PyCharm installed on your computer (either Professional or Community Edition), you need to install the EduTools plugin.
- To install the EduTools plugin, go to File > Settings > Plugins > Marketplace and search for EduTools (for Windows and Linux) or PyCharm > Preferences > Plugins > Marketplace and search for EduTools (for macOS).
- Our projects don't work with Anaconda Python. If you already have Anaconda Python installed, please run this command in the terminal:
pip install https://github.com/hyperskill/hs-test-python/archive/v4.tar.gz
If you have any issues or questions regarding the installation process, please refer to this official guide.
How to start working with IDE?
To start working, you need to open your PyCharm, login to your JetBrains Academy account, and choose one of our projects from the Python Developer track.
On the Project Stage (or problem) page choose an IDE tab and click Solve in IDE. Make sure that IDE and plugin are correctly installed and working.
After that, you will see a popup window with a description of your chosen project. Click Continue to start loading your project in IDE.
Pay attention to the processes running notification in the bottom right corner of your screen. Allow IDE to download all necessary files before working on your project.
The window on the left shows you the directories and file structure of your project. The window in the middle is a place for you to write your code. The window on the right contains the project (or problem) description and examples.
Once you've finished writing your code, click the Check to verify your solution. Once the correct answer has been submitted, you can click JetBrains Academy to return to your Study plan or click Next to open the next stage of your project.
Check out our PyCharm topic to learn more!