Intro to Python Programming

Build a solid foundation in Python, an excellent starting language known for its versatility and concise syntax.

Instructor

What do you need?

  • Download Anaconda here
  • Alternatively, you can run Python using an online interpreter or run python from your Terminal or Command Prompt.

Topics

  1. Data Types and Variables
  2. Data Structures
  3. Control Flow
  4. Functions