Popular repositories
-
-
-
-
Forked from sdelquin/data_science
Different study cases of handling and analysis data, using python tools.
-
Forked from shreyans29/thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
-
272 contributions in the last year
Contribution activity
December 2020
Created 9 commits in 1 repository
Created a pull request in python/cpython that received 6 comments
bpo-25246: Optimize deque.remove()
Alternate PR without an API change. Equivalent to: i = d.index(v); del d[i].
Baseline timing:
$ ./python.exe -m timeit -r 11 -s 'from collections i…
+43
−32
•
6
comments
Opened 9 other pull requests in 1 repository
python/cpython
8
merged
1
closed
- Add convolve() to the itertools recipes
- bpo-38308: Add optional weighting to statistics.harmonic_mean()
- bpo-29030: Document interaction between *choices* and *metavar*.
- bpo-9694: Fix misleading phrase "optional arguments"
- bpo-42572: Improve argparse docs for the type parameter.
- bpo-34805: Guarantee that __subclasses__() is in definition order.
- bpo-42559: Note that getrandbits() is non-negative.
- bpo-23522: Misleading note in Statistics module documentation
- bpo-38843: Document behavior of default when attribute is already set