---
tags: python
title: débuter en python
---

***Les Duplos c'est comme Scratch, Python c'est comme les Légos***
## 1 - Transition Scratch -> Python
 vittascience.com/python/ , tinyurl.com/scratchpython
## 2 - Comment Pythonner ?
 basthon.fr ,  capytale2.ac-paris.fr , thonny.org
## 3 - L'essentiel à savoir
tinyurl.com/essentielpython
| variable | test | boucle finie | tant que |
| -------- | -------- | -------- | -------- |
| note=10 | if note<10: <br> . . . . travail=travail+1 | for i in range(5) <br> . . . . travail=travail+1 | while note<10: <br> . . . . travail=travail+1 |
## 4 - S'exercer
- Cours+Exo [python.dellasantina.corsica/seconde](python.dellasantina.corsica/seconde) :heart:
-  snt-nsi.fr/game/algopower
- tinyurl.com/algoreapython
-  futurecoder.forge.apps.education.fr
-  py-rates.fr/
- https://sites.google.com/view/sntqueneau/python