New Project Creation

Creating the First Project

Step 1: Open PyCharm Editor. You can see the introductory screen for PyCharm. To create a new project, click on “Create New Project”.

 

 

Step 2: Location of the project.

  1. You can select the location where you want the project to be created. If you don’t want to change location than keep it as it is but at least change the name from “untitled” to something more meaningful, like “FirstProject”.
  2. PyCharm will identify the  Python interpreter if it is installed.
  3. Next click the “Create” Button.

 

 

Step 3: Now Go to “File” menu and select “New”. Next, select “Python File”.

 

 

Step 4: A new pop up will appear. Now type the name of the file you want (Here we give “firstTest”) and hit “OK”.

 

 

 

Related Tutorials