• Home
  • Python
  • About
  • /python

    Unpolished materials for an (ongoing) "Intro to Python" type of course

    1. Introduction

      Terminal commands, basic data types and variables

    2. Conditionals

      Terminal commands, data types, variables and conditionals.

    3. Lists

      Ordered collection of elements

    4. Loops

      Doing the same thing over and over again

    5. Dictionaries

      Key-value pairs

    6. Functions

      Abstracting logic away

    Github Back to the top