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
268 contributions in the last year
Contribution activity
September 2021
Created 10 commits in 1 repository
Created a pull request in python/cpython that received 9 comments
bpo-20499: Rounding error in statistics.pvariance
Make the _ss() function exact.
Also improve the speed:
$ python -m timeit -r 11 -s 'from statistics import variance' -s 'from random import random,…
Opened 11 other pull requests in 1 repository
python/cpython
1
closed
10
merged
- Modest speed-ups for the _sum() helper function in statistics module
- bpo-45155: Apply new byteorder default values for int.to/from_bytes
- Clarify the before_and_after() example
- bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes
- Fix typo and add a module prefix
- [3.10] bpo-20499: Rounding error in statistics.pvariance (GH-28230)
- bpo-45024 and bpo-23864: Document how interface testing works with the collections ABCs
- bpo-45104: Clarify when __init__ is called.
- bpo-44571: Add itertool recipe for a variant of takewhile()
- Add more itertool recipes
- More useful OrderedDict LRU recipes
Reviewed 10 pull requests in 1 repository
python/cpython
10 pull requests
- bpo-24076: Inline single digit unpacking in the integer fastpath of sum()
- bpo-34451: Document prompt and output toggle feature in html tutorial
- bpo-39549: reprlib.Repr uses a “fillvalue” attribute
- [3.10] bpo-45198: __set_name__ documentation not clear about its usage with non-descriptor classes (GH-28439)
- bpo-45235: Fix argparse overrides namespace with subparser defaults
- [3.10] Fix typo and add a module prefix (GH-28401)
- bpo-45225: use map function instead of genexpr in capwords
- [3.10] Add more itertool recipes (GH-28165)
- [3.10] More useful OrderedDict LRU recipes (GH-28164)
- [3.10] bpo-44571: Add itertool recipe for a variant of takewhile() (GH-28167)