-
Mutable Minds, Inc.
- Santa Clara, California
Highlights
- Pro
Block or Report
Block or report rhettinger
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular 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
310 contributions in the last year
Contribution activity
May 2022
Created 10 commits in 2 repositories
Created a pull request in python/cpython that received 12 comments
Opened 9 other pull requests in 2 repositories
python/cpython
8
merged
- Add notes maintaining ABCs
- gh-86388 Remove deprecated behaviors in randrange()
- Fix inconsistent return type for statistics median_grouped() gh-92531
- GH-89519: Deprecate classmethod descriptor chaining
- Clean-up and simplify median_grouped(). Vastly improve its docstring.
- Fix renamed "total" variable
- Compute from_sample() in a single pass over the data
- The stdev calculation is more accurate computing its own mean
python/devguide
1
merged
Reviewed 41 pull requests in 1 repository
python/cpython
25 pull requests
- gh-92727: Add example of named group in doc for re.Match.__getitem__
- bpo-9182: Add a section on specifying positional arguments
- Fix small typo
-
gh-92417:
fractions,decimal: Improve docs for alternative constructor methods - gh-92446: Argparse choices should be a sequence
- [3.9] Fix typo in argparse docs. (GH-92691)
- Add notes maintaining ABCs
- gh-91578: clearer error msg for abc
- Fix typo in argparse docs.
- gh-86388 Remove deprecated behaviors in randrange()
- [3.11] Update numbers.rst (GH-31995)
- gh-91966 Document where key functions are applied in the bisect module
- bpo-31630: Skip tests for tan() near pi/2 on OpenBSD and NetBSD.
- bpo-39278: add docstrings to functions in pdb module
- Add note about IntEnum gotcha
- bpo-46279: Fixed __main__.py documentation typo
- bpo-43689: improve documentation for Differ
- bpo-25377: Clarify use of octal format of mode argument in help(os.chmod)
- bpo-25782: Prevent cycles in the __context__ chain.
- bpo-46978: Correct docstrings for built-in in-place operators
- Improve the Descriptor HowTo Guide
- Fix the output of syntax error example
- bpo-42259: clarify pprint saferepr docs
-
Replace
numbers.RealwithRealin numbers.rst - gh-91578: error message updated for abstract class
- Some pull request reviews not shown.
Created an issue in python/typeshed that received 5 comments
median_grouped() returns a float
There was a bug in median_grouped() that allowed the output type for match in the input type for iterables of length one. Otherwise, it always retu…