-
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
modernpython PublicSample code for the video course: Modern Python: Big Ideas, Little Code
-
-
-
data_science
data_science PublicForked from sdelquin/data_science
Different study cases of handling and analysis data, using python tools.
-
thesemicolon
thesemicolon PublicForked from shreyans29/thesemicolon
This repository contains Ipython notebooks and datasets for the data analytics youtube tutorials on The Semicolon.
-
revad
revad PublicForked from Rufflewind/revad
Reverse-mode automatic differentiation in Rust (experiment)
Rust 1
262 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Contribution activity
March 2024
Created 9 commits in 1 repository
Created a pull request in python/cpython that received 7 comments
Consistently spell out *predicate* instead of *pred*.
📚 Documentation preview 📚: https://cpython-previews--116308.org.readthedocs.build/
Opened 9 other pull requests in 1 repository
python/cpython
9
merged
-
Add cumulative option for the new statistics.kde() function.
This contribution was made on Mar 19
-
Minor kde() docstring nit: make presentation order match the function signature
This contribution was made on Mar 15
-
gh-116842: Improve comment and fix a test
This contribution was made on Mar 15
-
[3.12] Minor improvements to the itertools documentation (gh-116833)
This contribution was made on Mar 14
-
Minor improvements to the itertools documentation
This contribution was made on Mar 14
-
Better presentation order for recipes.
This contribution was made on Mar 13
-
Modernize roundrobin() recipe and improve variable names
This contribution was made on Mar 13
-
Minor clarity improvement for the iter_index() recipe. Also add value subsequence tests.
This contribution was made on Mar 13
-
Beef-up tests for the itertool docs.
This contribution was made on Mar 12
Reviewed 6 pull requests in 1 repository
python/cpython
6 pull requests
-
[3.12] gh-116842: Improve test comment and fix a doctest (gh-116846)
This contribution was made on Mar 15
-
[3.12] Better presentation order for recipes. (gh-116755)
This contribution was made on Mar 13
-
[3.12] Modernize roundrobin() recipe and improve variable names (gh-116710)
This contribution was made on Mar 13
-
[3.12] Beef-up tests for the itertool docs. (gh-116679)
This contribution was made on Mar 12
-
[3.12] Consistently spell out *predicate* instead of *pred*. (gh-116308)
This contribution was made on Mar 4
-
Consistently spell out *predicate* instead of *pred*.
This contribution was made on Mar 4
Created an issue in more-itertools/more-itertools that received 13 comments
Update all_equal() to include a key function
The itertool recipe docs have recently extended all_equal()
to include a key function:
def all_equal(iterable, key=None): "Returns True if all the …
Opened 4 other issues in 1 repository
more-itertools/more-itertools
4
closed
-
Consider adding column_vector()
This contribution was made on Mar 13
-
Minor improvement to totient()
This contribution was made on Mar 13
-
Document behavior of iter_index() for non-scalar search targets
This contribution was made on Mar 13
-
Add powerset_of_sets()
This contribution was made on Mar 13