Skip to content
Chris M edited this page Dec 7, 2020 · 3 revisions

Welcome to the ada-precourse-v2 wiki!

This repo is where the Ada Precourse (in Python) will live.

The Team

  • Developers @CheezItMan, @jbieniosek, @kaidamasaki

The Curriculum

The curriculum will be made up of the following units:

  1. Welcome to Ada
    • Introduction to Ada & with lessons on prepping for Ada, computer, paperwork etc.
  2. Intro to Python & Learn
    • Lesson on how to use Python with variables and basic math and turning in assignments via Learn.
  3. Conditionals
    • Lesson on using if-else statements, ternaries
  4. Looping
    • Lessons on loops
  5. Lists
    • Lessons using lists with loops, and lists of lists
  6. Dictionaries
    • Lessons on dictionaries and lists of dictionaries
  7. Functions
    • Lessons on writing very basic functions, parameters and return values.

Writing and Markdown Guide

Clone this wiki locally