Python has a great ecosystem for machine learning, but deep learning is computationally intensive and Python is slow. In this post, I will… (more…)
Read more »
In my latest book, Fast Python, I bust a lot of speed myths in Python. Some of the most basic advice people give about optimizing Python code is wrong, likely because no one ever bothered to test it. In this book, I go back to the basics and verify (or bu... (more…)
Read more »
The Django Book - comprehensive Python Django Tutorials, easy to understand Django documentation and more!
Read more »
Python script to read data from a solafans MPPT charger over RS485. - blackandwhitetux/solafans_rs485... (more…)
Read more »
This is meant to be an alternative from popular methods inside scikit-learn such as Grid Search and Randomized Grid Search. (more…)
Read more »