-
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 Loading
-
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
253 contributions in the last year
Contribution activity
November 2021
Created 4 commits in 1 repository
Created a pull request in python/cpython that received 4 comments
Opened 5 other pull requests in 1 repository
python/cpython
3
merged
1
open
1
closed
- bpo-19072: Classmethod can wrap other classmethod like descriptors. See b83861f
- bpo-45235: Revert an argparse bugfix that caused a regression
- Minor edit: Factor-out constant calculation.
- bpo-45766: Add direct proportion option to linear_regression().
- bpo-45735: Promised that lists can be used for Thread args.