Video: Install Python and write your first program

In this first tutorial of Python Made Easy for Beginners, you will learn how to install Python and set up an editor for writing programs. Fundamental programming concepts such as variables, data types and operators will also be introduced. This tutorial on Python is for people with little or no programming…

Continue ReadingVideo: Install Python and write your first program

A Tutorial on BASIC Character Set, Variables and Commands

https://www.youtube.com/watch?v=FiOsyl1GCwg In this lesson, I introduce the concept of variables, BASIC character set and how to use some BASIC commands in simple programs. BASIC was arguably the most popular programming language for many years. It is still a good choice for learning the fundamentals of programming given that it is easy…

Continue ReadingA Tutorial on BASIC Character Set, Variables and Commands

An Introduction to Algorithm

This video tutorial on algorithm is for absolute beginners who want to understand the role of algorithms in programming. An algorithm is a sequence of steps for performing a particular task. An algorithm can be expressed as a flow chart or a pseudocode. It should be finite and unambiguous. Algorithms and…

Continue ReadingAn Introduction to Algorithm