Popular repositories
-
modernpython Public
Sample code for the video course: Modern Python: Big Ideas, Little Code
-
-
-
data_science Public
Forked from sdelquin/data_science
Different study cases of handling and analysis data, using python tools.
-
thesemicolon Public
Forked from shreyans29/thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
-
revad Public
Forked from Rufflewind/revad
Reverse-mode automatic differentiation in Rust (experiment)
Rust 1
267 contributions in the last year
Contribution activity
October 2021
Created 4 commits in 1 repository
Created a pull request in python/cpython that received 3 comments
Improve multiserver queue recipe
A million iterations is reasonably fast but gives more consistent simulation results than a shorter run. The heapreplace() function does less work…
Opened 3 other pull requests in 1 repository
Reviewed 8 pull requests in 1 repository
python/cpython
8 pull requests
- bpo-23677: Mention dict and set comprehension in stdtypes
- bpo-43413: Revert changes in set.__init__
- [3.9] Improve multiserver queue recipe (GH-29012)
- [3.10] Improve multiserver queue recipe (GH-29012)
- bpo-45476: Add _Py_RVALUE() macro
- bpo-45417: fix quadratic behaviour when creating an enum
- bpo-44904: Fix classmethod property bug in doctest module
- bpo-10716: Migrating pydoc to html5.