
One of the most useful things to know how to do when just learning how to program is knowing how to read and write text files. In this video, I show you how to do just that.
Example code from the video:
Continue readingOne of the most useful things to know how to do when just learning how to program is knowing how to read and write text files. In this video, I show you how to do just that.
Example code from the video:
Continue readingIn this lesson, I show you how you can work with text. Text in programming lingo is also referred to as a string. And a string can be described as a group of characters. A character can be a letter, a number, a space, a comma, a point, a hash (#), etc.. So far, so good …
Continue reading![]() |
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!”.