Home ยป Learn How To Code With Python

Learn how to code with python video course

Learn How to Code With Python - Intro
Learn How to Code With Python – Intro

Below is an intro to my free mini video course:

In this course, I will teach you fundamental coding skills using the Python programming language.

Why?

I believe that anyone should learn how to code.

Coding / Computation is all around us and you will understand more of the world around you if you know how to code. It is not my intention to make everyone a software developer,  but coding is a skill like reading and writing. And it can be a lot of fun as well.

Continue reading “Learn how to code with python video course”

Learn how to code with python: Lesson 1 – Hello World!

Learn How to Code With Python
Learn How to Code With Python – Lesson 01

In this first lesson of my free video course: Learn how to code with Python, you will write your first python program. You may think that the program isn’t much, but actually, it is a big step to get code to run for the first time in a new programming language. It is also kind of a tradition that whenever you are introduced to a new language you start with printing a message to the screen, that says: “Hello World!”.

Continue reading “Learn how to code with python: Lesson 1 – Hello World!”

Learn how to code with python: Lesson 3 – Working with numbers

Working with Numbers in Python!
Working with Numbers in Python!

Below is lesson number 3 in the series: Learn how to code with Python. In this lesson I explain the basic things you need to know to start working productively with numbers in Python.

In the video I talk about the different types of numbers:

  • Integers, or int in Python
  • Floating point number, or float in Python

You can use the Python type() function to see the type a number holds.
For example:

Continue reading “Learn how to code with python: Lesson 3 – Working with numbers”