Chapter 4 - Adding a PyCharm Project



AD

4.1.0 Adding a New PyCharm Project

Eventually you will want to add a new project in addition to the one created when we set up PyCharm. Remember that projects hold the individual program files. You may want separate project folders for individual classes. Be sure to save the current project with Save All. Go to File→New Project. Type in the new project name, such as Project2 and accept the default New environment using. Click Create. An Open Project window will appear. Be sure to select Attach. This will add the project to your project list.




Engineering-Python

SALARSEN.COM
Table of Contents
Ch1-Install Python
Ch2-Install PyCharm
Ch3-Save Work
Ch4-Add Project
Ch5-Variables
Ch6-Print&Input
Ch7-Lists
Ch8-Loops
Ch9-If&Logical
Ch10-Functions
Ch11-Bubble Sort
Ch12-Plotting
Ch13-Files
Ch14-Print Format
Ch15-Dict&Comp&Zip
Ch16-Arrays
Ch17-Electrical
Ch18-Regression
Ch19-Differential
Ch20-Secant