Functions are separate pieces of code (sub-programs) that you first define and then call in […]
Passage 10: for Loop (part II)
In this passage, we're continuing to learn the most popular loop in Python: the for loop. […]
Passage 9: for Loop
Today about the simplest and most-used python loop: for. In programming, we often want to repeat […]
Passage 8: We practice sequences
Good day. This passage of our cycle is devoted to practical exercises on sequential collections: […]
Passage 7: Methods
Ever wonder what puts a programming language in motion? How does it all work? How […]
Passage 6: Variables, strings, lists
In the previous passage of our cycle, we started talking about loops, which are how […]
Passage 5: Python Loops
We code in Python Hello! How are you. Today's passage is devoted to loops. We'll […]
Passage 4: Conditional instruction
Very often when you write code, you want to perform different actions for different decisions. […]
Passage 3: A few words about Variables
Hello again. In this passage, we'll try to write a simple Python script together. We […]
Passage 2: Hello World
Welcome to the second passage of our Python programming language series. We already have Python […]