Skip to content

Add materials for "Python Performance Optimization: A Practical Guide" - #801

Merged
stephengruppetta merged 13 commits into
masterfrom
python-performance-guide
Aug 29, 2026
Merged

Add materials for "Python Performance Optimization: A Practical Guide"#801
stephengruppetta merged 13 commits into
masterfrom
python-performance-guide

Conversation

@mostafaibrahim17

Copy link
Copy Markdown
Contributor

Where to put new files:

  • New files should go into a top-level subfolder, named after the article slug. For example: my-awesome-article

How to merge your changes:

  1. Make sure the CI code style tests all pass (+ run the automatic code formatter if necessary).
  2. Find an RP Team member on Slack and ask them to review & approve your PR.
  3. Once the PR has one positive ("approved") review, GitHub lets you merge the PR.
  4. 🎉

mostafaibrahim17 and others added 13 commits August 8, 2026 14:46
Keeps the script in sync with the tutorial, which now distinguishes the
500,000-run total from the time a single call takes. Also formats the
currency so the output no longer shows a float artifact.
The timeit call was wrapped across three lines but fits within the repo's
79-character limit, so ruff format collapses it. Makes ruff format --check
pass on this folder.
Matches the pattern used by the other materials folders, and adds the
missing trailing newline.
@stephengruppetta
stephengruppetta merged commit cf1c7a8 into master Aug 29, 2026
1 check passed
@stephengruppetta
stephengruppetta deleted the python-performance-guide branch August 29, 2026 21:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants