Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.04 KB

README.md

File metadata and controls

45 lines (32 loc) · 1.04 KB

Python 101 Series: 6 Weeks Course Outline

Class Time: Wednesdays 4:00PM- 5:00PM

Download Pycharm Community IDE: (https://www.jetbrains.com/pycharm/download/#section=windows) or any other IDE of your choice.

Download Python 3.6.5: (https://www.python.org/downloads/)

Week 1: Users should be able to create a GitHub repository and learn the basics of Python (i.e installing python, environment setup, tools)
Presentation(~10mins)
Topics:

  • Introductions

*Lab

  • Hello, World Demo!
  • Environment SetUp(IDE,Python 3,GitHub)

Week 2: Users should be able to create basic algorithms
Lab
Topics:

  • Variables and Types
  • Lists
  • Basic Operators
  • String Formatting
  • Basic String Operations

Week 3: Users should be able to use algorithms to analyze data
Lab Topics:

  • Conditions
  • Loops
  • Functions
  • Classes and Objects

Week 4: Review

Review prior week's material through exercises.

Week 5: Project Development
Project: Flight Data Filter

Week 6: Project Development
Project: Flight Data Filter