My GitHub
HERE has some R code for numerical methods and some Python code for numerical methods and machine learning.
Faster Python for Intel CPUs
HERE requiring no changes to your code.Â
Beautified Python Error Messages
HERE is a package that attempts to beautify your error messages; all you need to do is add the line import pretty_errors to the top of your code.
Python Context Managers
HERE (with a Google account sign in), you may run the following example that I gave my students in order to motivate and hopefully demystify the idea of context managers.