-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Chris M edited this page Dec 7, 2020
·
3 revisions
This repo is where the Ada Precourse (in Python) will live.
- Developers @CheezItMan, @jbieniosek, @kaidamasaki
The goals of this course are for students to able to:
- Write conditional statements to make decisions
- Analyze code using loops and predict output
- Write loops to reduce code repetition and iterate through lists and dictionaries
- Use lists and dictionaries to store collections of data
- Use Functions to reduce repetition and make code more modular
- Interpret the output of learn tests to identify syntax and logic errors
The curriculum will be made up of the following units:
- Welcome to Ada
- Introduction to Ada & with lessons on prepping for Ada, computer, paperwork etc.
- Intro to Python & Learn
- Lesson on how to use Python with variables and basic math and turning in assignments via Learn.
- Conditionals
- Lesson on using if-else statements, ternaries
- Looping
- Lessons on loops
- Lists
- Lessons using lists with loops, and lists of lists
- Dictionaries
- Lessons on dictionaries and lists of dictionaries
- Functions
- Lessons on writing very basic functions, parameters and return values.