If you want your program to use less memory, you will need to measure memory usage. You’ll want to measure the current usage, and then you’ll need to ensure it’s using less memory once you make some improvements. It turns out, however, that measuring memo... (more…)
Read more »
Cache rules everything around me. `pyc` files can contain secrets and should not be checked in to source control. (more…)
Read more »
Learn how to detect blinks, count blinks, and recognize blinks in video streams using OpenCV and Python. (more…)
Read more »
If we call a language a high level language, then it becomes necessary for that language to have object oriented paradigm. This chapter will guide you through how to implement the concept of classes, constructors, destructor, instances, class variables an... (more…)
Read more »
Theano is a Python library that allows you to define, optimize, and
evaluate mathematical expressions involving multi-dimensional
arrays efficiently. Theano features: (more…)
Read more »