Lessons

CodeArchitect Lessons

Guided interactive lessons completed in browser.

  1. 01Input & OutputPrint output and read user input.
  2. 02ConditionalsUse if, else, and elif to make decisions.
  3. 03LoopsRepeat code with while and for.
  4. 04ListsStore and work with multiple values using lists.

GitHub Lessons

Extended multi-file projects hosted on GitHub.

  1. 05SearchBinary and linear search.
  2. 06SortingInsertion sort and merge sort.
  3. 07Tic Tac Toe2D lists/arrays through a playable game.