Feedback: Continuers to Python
- Setting up
- Printing
- Variables
- Input
- If-Else
- While Loops
- Lists
- Debugging
- For Loops (no exercises)
- Dictionaries
- Functions
- Files
- Project: Ghost Market Shopping Spree!!
Before we start working, we first need to set up the Python extension on VSCode, so that we can make life easier :)
We first click the little tile button on the left sidebar
Then search up 'python' and install the first option
Yayy we're all ready to roll now!
You can either click the Run
button on the top right corner of VSCode like this:
orr you could use the terminal by first cd
-ing (changing our directory -- ie the folder we are working in) and running our file manually
$ cd directory-name
$ python3 file_name.py