-
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
236 contributions in the last year
Contribution activity
January 2022
Created 4 commits in 1 repository
Created a pull request in python/cpython that received 3 comments
Opened 2 other pull requests in 1 repository
python/cpython
1
closed
1
merged
Reviewed 7 pull requests in 1 repository
python/cpython
7 pull requests
- bpo-46280: Minor code improvement flagged in subissues #324 and #325.
-
bpo-46266: Improve day constants (
MONDAY...SUNDAY) incalendar - bpo-46257: Convert statistics._ss() to a single pass algorithm
- bpo-23677: Mention dict and set comprehension in stdtypes
- bpo-23952: Document cgi module's maxlen variable
- bpo-46228: argparse docs: prog default is the basename of argv[0]
- bpo-46218: Change long_pow() to sliding window algorithm