[python_by_example] Corrections de style et de terminologie - #19
Open
Honaminto wants to merge 2 commits into
Open
[python_by_example] Corrections de style et de terminologie#19Honaminto wants to merge 2 commits into
Honaminto wants to merge 2 commits into
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Full review of
python_by_example.mdagainst the English source.I describe the list of changes I did.
Un exemple introductif
Objectif
headings)headings)Importation de bibliothèques
sqrtsouvent dans notre code." ---> "Cette écriture permet d'alléger le code lorsque la fonctionsqrtest utilisée fréquemment."sqrt, s'ils le souhaitent." ---> "En revanche, dans un programme long, il peut devenir plus difficile de déterminer de quelle bibliothèque provientsqrt."Tirages aléatoires
Implémentations alternatives
Listes
Méthodes
La boucle for
Boucles while (logic fix, not just style)
i < ts_length) est vraie."#la condition de fin de la boucle while---># la condition de fin de la boucle whileUne autre application
for."Exercice 4
Exercice 1
Exercice 5 (Monte-Carlo)
# division par radius**2---># division par rayon**2