In the following steps, you will build your first python program:
- Create an empty folder somewhere in your file system called chapter2. Once you have created the chapter2 folder, open up Atom and add the folder to the file tree by selecting File | Add Project Folder as follows:
- Navigate to the chapter2 folder that you just created and click OK.
- You should see the chapter2 folder in the file tree, which is usually on the left panel. If the tree is not there, you may need to show it by selecting View | Toggle Tree View:
- Within the chapter2 folder, create a new file called hello_world.py by right-clicking ...