Skip to content

RohanPadmanabhan/teaching-programming

Repository files navigation

Teaching programming

This is a collection of exercises created to teach students with beginner levels of experience in Python some key concepts such as:

  • Searching algorithms
  • Sorting algorithms
  • Object oriented programming
  • Stacks
  • Queues

Installation

To install, run the following commands in the cloned repository:

python3 -m venv venv/
source venv/bin/activate
pip3 install -r requirements.txt
jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published