After installation of PyCharm, you will find a PyCharm shortcut on your desktop. Open it, and create a new project to write Python code.

It will open the menu.

Click on New Project under the file menu.

You can change the location of your project or only the name of the project. After that, click on the create button, and a new project is created. Open this project, or it will open it by default.

Right-click on your project name, select New, and then select Python File. Provide the name of your file.

After typing the name, press enter. Now it will open your Python file. And you are ready to write Python code.

After writing the code, you can click on the button to run the code, or you can press the shortcut key Shift + F10. You will get the output on the below terminal.

So this is how we can create a new project in PyCharm.