/Wiggle-Python-Workshop

~3 Hour Super-Intro Python Workshop

Primary LanguageJupyter Notebook

Twiggle Python Workshop 🐍

Topics

  1. What's python?
  • Programming language
  • Implemented in C (and others)
  • "Interpreted" (and compiled)
  1. Installation -
  1. The python REPL
  • Read–Eval–Print Loop
  • run python in shell
    • what python version are you running?
  • run ipython in shell
    • type from itertools import [tab]+[tab]
  • print('hello python!')
  1. Code files

  2. Basic syntax

  3. flow control

  4. functions

  5. Basic Data structures

  6. Strings & Numbers

  7. Lists

  8. Dictionaries

  9. Iteration

  10. Objects

  11. Modules & Packages