Software Engineering

Why You SHOULD NOT Work for GOOGLE!

Here are my 6 reasons why you should not work for Google

February 19, 2020 by Michael Lossagk ,  • 

Software Engineering

Why Should I Become A SOFTWARE-ENGINEER?

Here are my 6 reasons why you should become a software engineer 1. The job outlook for a software engineering career is amazing.

February 12, 2020 by Michael Lossagk ,  • 

Python for Beginners

No1 Guide for NESTED LOOPS in Python

Loops are among the most basic and powerful of programming concepts. A loop in a computer program is an instruction that repeats until a specified condition is reached. In a loop structure, the loop asks a question. If the answer requires action, it is executed. And you can take this concept further and put one loop in another loop.

January 30, 2020 by Michael Lossagk ,  • 

Python for Beginners

The BEST WAY to use FOR LOOPS in Python

Loops are among the most basic and powerful of programming concepts. A loop in a computer program is an instruction that repeats until a specified condition is reached. In a loop structure, the loop asks a question. If the answer requires action, it is executed. In this video I will show you how you can write loops in Python.

January 27, 2020 by Michael Lossagk ,  • 

Code Snippets

Convert List, Strings and Tuples

It is very easy to convert lists, strings and tuples in Python. In this tutorial I will show you how you can do this.

January 26, 2020 by Michael Lossagk , 1 min  •