Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| atelier:coding_gouter:pedagogique:ppour:introduction [2026-04-22 10:52] – Andrii Kurdiumov | atelier:coding_gouter:pedagogique:ppour:introduction [2026-04-22 10:54] (current) – Andrii Kurdiumov |
|---|
| |
| |
| This is introduction into learning how to program. For this journey we will your [[https://github.com/areofyl/pypour|Ppour]] which is French translator to Python, which is kind of Python, but with French keywords. The idea why is like that, so you can concentrate on learning how to program, and don't study English at the same time. If you know English very-very well, obviously Python is fine to learn, and it can be used to following material as it is. | Ceci est une introduction à l’apprentissage de la programmation. Pour ce parcours, nous utiliserons [[https://github.com/areofyl/pypour|Ppour]], qui est un traducteur du français vers Python, une sorte de Python avec des mots-clés en français. L’idée derrière cela est de vous permettre de vous concentrer sur l’apprentissage de la programmation sans devoir étudier l’anglais en même temps. Si vous maîtrisez très bien l’anglais, Python classique convient évidemment, et vous pouvez suivre le matériel tel quel. |
| |
| So what programming is? I would say this is an art of telling computer what to do very very precisely. Unfortunately computers not smart, and where they looks smart they are may decieve you. So you should learn how to think in very small steps, so you can verify each step independently and check how computers doing their job. | Alors, qu’est-ce que la programmation ? Je dirais que c’est l’art de dire à un ordinateur quoi faire de manière très, très précise. Malheureusement, les ordinateurs ne sont pas intelligents, et là où ils semblent l’être, ils peuvent vous tromper. Vous devez donc apprendre à penser en très petites étapes, afin de pouvoir vérifier chaque étape indépendamment et comprendre comment l’ordinateur exécute son travail. |
| |
| Example of the program | Exemple de programme |
| <code> | <code> |
| afficher("=== Nous effectuons des calculs ===") | afficher("=== Nous effectuons des calculs ===") |