Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

27 lines (18 loc) · 1.08 KB

Introduction to Programming with Python

This repo contains some notes from a class I taught on Python, along with a static web app I made for solving Python problems in your browser.

PyDojo

A static web app (frontend only, works offline, small footprint) for solving Python programming exercises in your browser: https://pydojo.onrender.com/

Source code

Notes

  1. Basics: variables, assignment, lists
  2. Control flow: if-else, loops
  3. Strings and user input

TODO add sources to problems

References