
Let's Code
In a STEM filled world, programming is a must. With applications in a wide range of fields, we will be teaching python to students. We want to ignite a flame in students so that they can be introduced to computer science, start coding early on and take control of their Software education. By partaking in this course, they are one vital step closer to becoming great programmers. This can serve as a stepping stone in the direction of considering programming as a career path and in building the skill set to thrive in it.
Schedule
Week 1
Python Basics
Learn about Data Types, Variables, Input, basic functions, and a basic history of coding as well as python
Week 2
Python Basics
Learn about Data Types, Variables, Input, basic functions, and a basic history of coding as well as python
Week 3
While Loops
Venture into repetitive code and will also learn how to logically tackle coding problems
Week 4
For Loops
Learn about for loops and random module
Week 5
Lists, Dictionaries
Learn about python lists in depth and python dictionaries
Week 6
Functions
Learn how to use functions for code reuse
Week 7
Try, Except
How to test code, and respond to inaccurate user input
Week 8
Python Project
Create a useful project in python with everything you have been taught