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
261 contributions in the last year
Contribution activity
September 2021
Created 6 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 6 other pull requests in 1 repository
python/cpython
6
merged
- [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