Skip to content

annalizjensen/PythonWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lunchtime Workshop Resources

alt text

Link To Automate The Boring Stuff

Included:

  • Python
    • Basics
      • hello_world.py - print(), input(), str(), int(), basic types
      • vampires.py - bools, bool operators, control flow (if/else)
      • password.py - while loops, break, continue
      • sum.py - for loops, range(), accumulation
    • while-random
      • raffle.py - raffle program picks winners
      • average.py - averages list of floats
      • randomPick.py - rolls an n-sided die
    • forloops
      • vowels.py - finds a replaces vowels given input strings
  • Slides
    • Python
      • week0slides.pdf - covers types, variables, built-in functions
      • week1slides.pdf - reviews chapter 1, covers booleans, comparison and boolean operators
      • cond-while-list.org - reviews chapter 2 conditionals and while loops, introduces lists (ahead of time!)
  • Activities
    • For Loops

About

Beginner python workshop resources

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages