How to Write Python Functions and Recursion

https://www.youtube.com/watch?v=5_VfOshjzuU&t=859sIn this video tutorial, I will teach you how to create and call functions. A function is a small self-contained program (a block of code) that can be called to perform a task. A function is one of the techniques for achieving code re-usability. At the end of this tutorial, you…

Continue ReadingHow to Write Python Functions and Recursion

Learn Variables, Operators and Data Types in Python

https://www.youtube.com/watch?v=I8aSd1Icw-YIn this video tutorial, the concepts of variables, operators and data types are discussed. Given the importance of variables in programming, many examples are given on how to declare and use them. This is another step forward in your journey to learn programming.

Continue ReadingLearn Variables, Operators and Data Types in Python

A Tutorial on BASIC Character Set, Variables and Commands

  • Post comments:0 Comments
  • Post category:Blog

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