Skip to content

Commit cac3f2a

Browse files
authored
🌐 [translation-sync] Improve clarity and fix typos in need_for_speed lecture (#102)
* 🌐 [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#523 * chore: re-trigger CI after body format fix * fix: correct inverted meaning in translation ('هرگز' → 'تنها') The word 'هرگز' (never) inverted the meaning of 'relatively few lines are ever going to be time-critical'. Fixed to 'تنها تعداد نسبتاً کمی از خطوط از نظر زمانی بحرانی هستند' (only relatively few lines are time-critical).
1 parent 0d03a4f commit cac3f2a

File tree

2 files changed

+90
-145
lines changed

2 files changed

+90
-145
lines changed

.translate/state/need_for_speed.md.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
source-sha: 21f1ea0669031ccc0ee0194878439a87de5d248d
2-
synced-at: "2026-04-10"
1+
source-sha: c0a74f003dd77fc52558b7b402b0f058b6b31bf7
2+
synced-at: "2026-04-12"
33
model: claude-sonnet-4-6
44
mode: UPDATE
55
section-count: 5

0 commit comments

Comments
 (0)