[python_by_example] Corrections de style et de terminologie - #25
Merged
Conversation
Contributor
Author
Hours logged ( python_by_example.md & numpy.md)Period: Jul 23 – Aug 3, 2026
|
Contributor
|
Merci Emile — validated the same way as #24 (fidelity vs English, French quality, technical integrity, independently double-checked): 18 of 25 changes are clear improvements, none major-negative, both code-cell changes are comment-only, and your heading renames follow the heading-map contract exactly (body + YAML together — textbook usage, the sync engine will pick the new titles up cleanly). Recommendation is to merge. Your two "logic" fixes are both defects in the English source, which the machine translation had reproduced faithfully:
Five small things, none blocking:
The « cours » vs « chapitre » question from #24 applies here too (this file now has both). One ruling from you settles the series. |
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.
I'm providing a full review of python_by_example.md against the English python_by_example doc.
I describe the list of changes I did.
Un exemple introductif
Objectif
Importation de bibliothèques
Tirages aléatoires
Implémentations alternatives
Listes
Méthodes
La boucle for
Boucles while (logic fix, not just style)
Une autre application
Exercice 4
Exercice 1
Exercice 5 (Monte-Carlo)