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  • 

Java for Beginners

My first program in Java

I’ve often been asked if I could start a series that starts from the very beginning. If you have no programming experience and would like to learn Java you are in the right place.

Last updated on March 3, 2019 by Michael Lossagk , 9 min  • 

Java Interview

The infamous FizzBuzz test

The question of the FizzBuzz algorithm is one of the most frequently asked questions in programming interviews and is used to filter out programmers who can not code. The algorithm looks very simple, but it is difficult for those programmers who have trouble neatly structuring their code.

Last updated on October 29, 2018 by Michael Lossagk , 12 min  •