Use basic Computer Vision techniques to detect street lanes, which is crucial for self-driving cars. (more…)
Read more »
6.0001 Introduction to Computer Science and Programming in Python is intended for students with little or no programming experience. It aims to provide students with an understanding of the role computation can play in solving problems and to help student... (more…)
Read more »
We got a complete game, but we need a specific Python environment to run it. In this post, I show how to create a standalone executable and an installer! This post is part of the Discover Python and Patterns series … Continue reading →... (more…)
Read more »
What is Recursion?
If you understand the underlying concept of recursion but struggle to implement it like myself, or you don't even know what it is, then this post if for you.
Recursion is defined as solving a complex problem by breaking the problem... (more…)
Read more »
Python is one of the most popular languages in Data Science. It is a flexible scripting language that is easy to use and has a large amount of available statistical libraries. When we're doing statistical analysis in Python, we naturally need data accessi...
Read more »