Skip to content

05. GitHub Repository

Alex Parry edited this page Mar 4, 2025 · 3 revisions

Repository

The repository for the code samples on Ada Computer Science are located here:

https://github.com/raspberrypilearning/ada-code-samples

GitHub structure

  • Each topic has a folder, e.g. recursion.
  • Within each topic folder, there is a folder for each concept page, e.g. recursion-basics
  • Within each concept folder there is a folder for each programming language, e.g. python
  • Within each code folder there is one or more code samples with meaningful names, e.g. sum_to_n_iterative.py

For example, the path for the file sum_to_n_iterative.py is:

recursion/recursion-basics/python/sum_to_n_iteractive.py

Clone this wiki locally