Python 2.1.1 : Basic Concept Part 1

How does programming work? I will explain here the basic concepts of programming that are essential to all developers We have : variables functions The loops The conditions and also what is an algorithm fundamental concept that all developers know absolutely, no matter the language you use that it is python, js, php, java or c# is the same thing. These concepts apply to all languages and I will explain them here. We are going to explain these notions through the cooking of an omelette.