Exercises
Let’s get some paws-on practice and get familiar with VS Code and the terminal.
1.1 Getting familiar with VS Code
If you’ve coded along with me (as you should have), you’ve already created a folder named python-illustrated for all the exercises in this book. Well, this is quite a big book with many exercises, so it’s probably best to organize them in some way. In order to do this, we’re going to create some sub-folders for each chapter.
Steps:
- If you haven’t already, create a folder called
python-illustrated. If you want some extra practice, delete the folder you created earlier and go through the process again. - Create a folder within this
python-illustratedfolder for the exercises for Chapter 1. Name itchatper-1. - Oops, we just introduced a typo! Rename the folder to
chapter-1. - While we’re at it, let’s create a folder next to
chapter-1for Chapter 2. Name itchapter-2.
...