Skip to content

CSESoc-CompClub/2024-Autumn-Python-Continuers

Repository files navigation

🐍 Continuers to Python! 🐍

Links

Slides

Feedback: Intro to Python

Feedback: Continuers to Python

Content Summary

  1. Setting up
  2. Printing
  3. Variables
  4. Input
  5. If-Else
  6. While Loops
  7. Lists
  8. Debugging
  9. For Loops (no exercises)
  10. Dictionaries
  11. Functions
  12. Files
  13. Project: Ghost Market Shopping Spree!!

Setting up

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 setup1

Then search up 'python' and install the first option setup2

Yayy we're all ready to roll now!

Running the Program

You can either click the Run button on the top right corner of VSCode like this:

setup3

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

About

2024 (Autumn) Continuers to Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published