Commit 0861ee3
committed
🌐 [translation-sync] Improve clarity and fix typos in need_for_speed lecture
Syncs translation of lectures/need_for_speed.md with upstream source PR #523.
Changes include:
- Restructure 'Pure Python is slow' → 'Why is Pure Python Slow?' with new subsections
- Rewrite 'Why do we need them?' section (two reasons: Python is small, Python is slow)
- Add three acceleration strategies (vectorization, JIT, parallelization)
- Restructure parallelization section (multithreading before multiprocessing)
- Rewrite multiprocessing/multithreading definitions correctly
- Consolidate GPU/TPU sections into simpler structure
- Remove redundant subsections and blank lines
- Various wording improvements throughout
Source: QuantEcon/lecture-python-programming#5231 parent 0d03a4f commit 0861ee3
File tree
2 files changed
+90
-145
lines changed- .translate/state
- lectures
2 files changed
+90
-145
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments