In this tutorial, we will learn how to perform Edge Detection using our webcam video with OpenCV in Python. We will use the Canny filter tool. (more…)
Read more »
Using mlxtend to perform market basket analysis on online retail data set. (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 »
Ice is a Python module with a WSGI microframework meant for developing
small web applications in Python. (more…)
Read more »
Many Python developers are unaware of the extent to which you can use functional programming in Python, which is a shame: with few exceptions, functional programming allows you to write more concise and efficient code. Moreover, Python’s support for funct... (more…)
Read more »