Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
logkeys
A GNU/Linux keylogger that works!
-
backtesting.py
🔎 📈 🐍 💰 Backtest trading strategies in Python. -
xsuspender
👀 💻 💤 🔋 Auto-suspend inactive X11 applications. -
mdx_unimoji
Python-Markdown extension that replaces common smileys with their Unicode emoji emoticons.
-
mindforth
Automatically exported from code.google.com/p/mindforth
-
awesome-links.css
Embellish links on your web page with familiar FontAwesome icons. https://kernc.github.io/awesome-links.css/
1 contribution in 2017 in Python
Activity in Python
Contribution activity in Python
December 2017
Created a pull request in python/cpython that received 3 comments
bpo-29620: iterate over a tuple of sys.modules
Fixes https://bugs.python.org/issue29620 by wrapping sys.modules.values() into a tuple before iteration.
The change is so miniscule I was not sure …