Common Settings & Configurations in PyCharm

*** All the Python programs are tested on PyCharm Professional 2022.1/2023.1 or Online GDB Python Interpreter.

*** To create a new. Py file using PyCharm to write and run the Python program –

File menu – New Project – Pure Python – Name the Project(pythonProject1) – Create – This window (if appeared a dialog box) – Python environment window appears as main.py file[we can also create new python file as program1.py, for this right click on pythonProject1 file and then New – Python file – name the file as program1.py -] write the python programs here – run the program at the right up corner using play symbol or pressing shift+F10. 

***  To make Default settings in PyCharm

        File menu – Manage IDE settings – Restore Default settings – Restore and Restart.

***  To Change the Theme in PyCharm

File menu – Settings – Appearance & Behaviour – Appearance – Select the desired theme from the Theme drop-down list  – OK.


Some Important links for users:

Loading

Categories: Python Theory

0 Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.