Welcome to AlPy, short for Algorithms in Python. This website
aims to interactively show you how to write python code along
with some commonly used algorithms in programming. Think of
algorithms like recipes; they are a set of instructions, which
when followed do something useful.
Unlike traditional tutorials or books, this website will have
you write code as you go. The website will then test your code
right inside the browser, and let you know if your code is
correct.
Note: The website stores all the code you write and your
progress so far in the browser. So if you clear your browser
data, all progress will be lost.