The PLM is a Learning Management System (LMS) aiming at teaching the art of computer
programming through interactive exercises. It offers an extensive set of varied
exercises, allowing you to practice at your own pace.
Pick a classical lesson
Welcome lesson
This lesson is intended to lead the first steps in programming of absolute beginners.
Sorting lesson This short lesson proposes to discover
the classical sorting algorithms by practice.
Recursion lesson Build some classical
geometric figures through recursion.
LightBot In this little game, you must program
graphically a little robot to instruct it how to switch the lights off. It is a brain teaser
for programmer.