Repository with sources and generator of https://larlet.fr/david/ https://larlet.fr/david/
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.md 609B

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 ?