-
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
346 contributions in the last year
Contribution activity
December 2022
Created 7 commits in 1 repository
Created a pull request in python/cpython that received 6 comments
GH-98363: Have batched() return tuples
On python-ideas, I got some pushback on the decision to return lists. After rereading the original thread and looking at the use cases with fresh e…
Opened 7 other pull requests in 1 repository
python/cpython
7
merged
- Misc Itertools recipe tweaks
- Add "strict" to dotproduct(). Add docstring. Factor-out common code.
- GH-100425: Improve accuracy of builtin sum() for float inputs
- [3.11] GH-98363: Update batched() recipe in docs to match 3.12
- Remove uninformative itertools recipe
- GH-100234: Set a default value for random.expovariate()
- GH-98363: Shrink the physical size as well as the logical size
Reviewed 8 pull requests in 1 repository
python/cpython
8 pull requests
- [3.11] Misc Itertools recipe tweaks (GH-100493)
- [3.11] Add "strict" to dotproduct(). Add docstring. Factor-out common code. (GH-100480)
- GH-100425: Improve accuracy of builtin sum() for float inputs
- gh-99631: Add custom loads and dumps support for the shelve module
- gh-100272: Fix JSON serialization of OrderedDict
- gh-60203: Revert changes in cycle.__setstate__
- [3.11] gh-99934: test_marshal.py: add more elements in test_deterministic_sets (GH-99935)
- gh-99934: test_marshal.py: add more elements in test_deterministic_sets
Created an issue in python/cpython that received 9 comments
Improve accuracy of builtin sum() for float inputs
Currently sum() makes no efforts to improve accuracy over a simple running total. We do have math.fsum() that makes extreme efforts to be almost pe…






