Blog Posts
-
Python Essentials - Lists and Dictionaries
In this video post, we are going to look a little deeper in how to manipulate the different data structures we have seen so far in Python programming. Those are Lists and Dictionaries. More importantly, we will look at the built-in functions for each class.
-
Python Essentials - Control Structures
In this video post, I talk about Python Programming control structures such as if/else/elif, For Loops and While Loops. These are indispensable elements any programmer need to master to write efficient code. This post introduces the idea understandable jargon free format.
-
Python Essentials - Iterables and Functions
In this video, I talk about Iterables such as Lists, Tuples and Strings. I also introduce Functions as an element that makes programming more efficient and reusable.
-
Python Essentials - Variables and Types
In this video post I talk about the first essential elements in python programming - the variable types. This will help to understand the basics of python variables and how to use them.
-
6 Reasons to learn programming in 2020
These are the links to the Podcast and Video post on the 6 reasons to learn programming in 2020.
-
Best Free Video Editors, 2020
I have spent some considerable time in the past 3 days looking for a quick, easy-to-use and FREE video editor. I have tested most of the recommended options on the internet. These are my findings.
-
Getting Started with Python the Easiest Way
About 4 years ago when I wanted to start learning Python Programming, the top question on my mind was, "How do I get started quickly?". Over the years, many things have changed about Python programming itself. It has become more useful and popular for general programming and most especially for Data Science, Machine Learning and Deep Learning. As the interest in the programming language have been increasing over the years, the question is still relevant - "How do I get started with Python Programming in the easiest way?". I will try my best to answer that question in this post.