Basics of Python


Module

1

(Python) Let's get acquainted!

Dedicated to the study of the interface with courses


Module

2

(Python) Printing text to the screen

Learning to output various text on the screen


Module

3

(Python) Variables. Output, input, assignment

In the module we analyze what a variable is. Types of variables. We continue to work with the output operator. Getting to know output specifiers. We learn to display and enter values of variables in various formats.


Module

4

(Python) Arithmetic expressions

We study the assignment operator. Master the intricacies of working with integers


Module

5

(Python) Integer division and remainder

An important module for further study of programming. We disassemble the division completely and take the remainder. Trying to deal with the most difficult questions, questions related to these tasks.


Module

6

(Python) Real numbers

We study the features of working with real numbers


Module

7

(Python) Conditional statement

We study various forms of the conditional operator, simple and complex conditions


Module

8

(Python) Nested conditional statement. Difficult conditions

In this module, we continue to get acquainted with the conditional operator. We study the nested conditional operator and complex conditions, solve various problems


Module

9

(Python) Loops. Loop with counter - for

We study what a loop is. What types of loops are there in the C++ programming language. Introducing the construction of the for loop. We fix everything learned in practice


Module

10

(Python) The for loop statement. Typical tasks

Without knowing simple algorithms, it is difficult to write any complex programs. Therefore, in this module we learn to find the sum of a fixed sequence of numbers and determine the maximum and minimum number among the numbers entered from the keyboard


Module

11

(Python) Conditional loop statement - WHILE

We study the loop operator with the condition - while. We get acquainted with the structure of the operator. We solve the problem of the number of digits in the number


Module

12

(Python) Subroutines: Procedures and Functions - 1

We study the subroutines, the difference between procedures and functions. We use the acquired knowledge when writing programs



Module

14

(Python) Subroutines. recursion

We study what recursion is. How to make a program using recursive procedures and functions. We analyze the simplest tasks. We solve problems on number systems and recursive search of lines