Installing an IDE for Python in Windows ======================================= Installation Video (in Finnish) ------------------------------- .. admonition:: Python-ohjelmointiympäristön asentaminen Windows-ympäristöön :class: aside .. raw:: html Installing Python ----------------- First step is to install Python itself. Navigate to `Pythonin site `_ and download the latest version. Run the downloaded exe file. .. image:: kuvat/pythonexe.PNG :width: 640 Choose Install Now so the installation executable can take care of everything. In some cases it is better to customise your installation. If you know what you are doing, do so. .. image:: kuvat/installpython1.PNG :width: 800 Python is now installed on your computer and you can move to install the IDE. Installing PyCharm ------------------ Navigate to `PyCharm website `_ and download the Community Edition. .. image:: kuvat/download-pycharm.PNG :width: 800 Run the downloaded exe file. .. image:: kuvat/run.PNG :width: 640 Choose your preferred settings. .. image:: kuvat/installation1.PNG :width: 800 .. image:: kuvat/installation2.PNG :width: 800 .. image:: kuvat/installation3.png :width: 800 Run PyCharm .. image:: kuvat/welcome.PNG :width: 800 Choose your preferred theme. .. image:: kuvat/teema.PNG :width: 800 Choose your preferred plugins. .. image:: kuvat/plugarit.png :width: 800 Create a new project and add a new file to this project. .. image:: kuvat/newfile.PNG :width: 800 Write some code. .. image:: kuvat/helloworld.PNG :width: 800