Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.18 KB

README.md

File metadata and controls

13 lines (10 loc) · 1.18 KB

Python Crash Course

Welcome to Rice University BMES's introdctory Python workshops! No former coding experience is necessary, and these workshops are meant to be a low time-commitment way to have fun and learn something new!

If you are just getting started, check out our guide for installing Python and PyCharm, which we use in these tutorials! (link)

Workshops cover various Python basics. They are currently structured as follows:

  1. Variables, Data Types, Arithmetic
  2. Lists, Iteration (For Loops), Dictionaries, and Sets (+ breakout room exercises)
  3. For/While Loops (cont'd.), List/Dictionary Comprehension, Numpy, Matplotlib
  4. Object-Oriented Programming (OOP), Recursion