Python for Beginners

Introduction to Strings I

In Python, working with strings is very easy. It is one of the great strengths of the language to be able to manipulate strings in an uncomplicated way. In this tutorial I will show you the most important basics.

Last updated on August 19, 2019 by Michael Lossagk , 13 min  • 

Python for Beginners

Simple Mathematics with Python

The Python interpreter can be used as a simple calculator. In this tutorial I will show you the basics to perform simple mathematical operations with Python.

Last updated on August 13, 2019 by Michael Lossagk , 10 min  • 

Python for Beginners

How to install Python

You want to learn code, but it already fails because of how to work with a programming language or even how to install a programming language? No problem, I can help you with this.

Last updated on August 11, 2019 by Michael Lossagk , 10 min  • 

Python for Beginners

My first program in Python

I am often asked if I can start a series where I could introduce programming with Python step by step. If you do not have any programming experience and would like to learn Python, you are in the right place.

Last updated on March 18, 2019 by Michael Lossagk , 5 min  •