PyCharm Introduction (original) (raw)

Last Updated : 25 May, 2026

PyCharm is a IDE for Python development known for its tools and developer-friendly features. It is widely used for writing, debugging and managing Python projects efficiently. PyCharm is available in both free (Community) and paid (Professional) editions.

Overview of PyCharm

Navigate to your Applications folder, find PyCharm and double-click it to launch the IDE. Here you get an option for creating a new project or opening an existing project.

**Note: Before proceeding, you must first install PyCharm on your system. Refer to the installation guide here Installation of PyCharm.

m9

Here you can see the hierarchy of file that are present in proper order with there file extension.

Screenshot-from-2023-09-29-14-58-14

Here you can see the working file and easily navigated by clicking on that tab.

n2

The green play button to run your code and the bug sign represent code DEBUGGING.

n3

This is the terminal where we see output of the running program.

When you move your your cursor and right click you will get many option to create new file or folder, cut, move, paste and many option according to your need.

Screenshot-(180)

By clicking on upper ribbon, you can access a wide range of features and functions within PyCharm. Depending on your specific development needs, you may find yourself frequently using options from the "File" menu for project management, the "Edit" menu for code editing and the "View" menu for customizing your workspace.

Screenshot-(181)

Here are some common settings and configurations you can adjust using the Settings button:

Screenshot-(182)