Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.md 609B

4 jaren geleden
123
  1. title: Python et tortues
  2. Je fais du Python depuis 10 ans et je viens à peine de découvrir le module `turtle` qui est [dans la bibliothèque standard](https://docs.python.org/2/library/turtle.html) [via Reddit](https://www.reddit.com/r/Python/comments/3bgjud/you_sit_down_with_your_machine_and_a_person_who/). [Les mouvements sont simplistes](http://openbookproject.net/thinkcs/python/english3e/hello_little_turtles.html) mais permettent de s’initier à l’algorithmique de manière visuelle. Peut-être une piste pour [de futurs étudiants](/david/pro/enseignement/) lors du module de mise à niveau ?