Basics of Python


Module

1

(Python) Let's get acquainted!

Dedicated to the study of the interface with courses

Problems:   


Module

2

(Python) Printing text to the screen

Learning to output various text on the screen

Problems:   


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.

Problems:   


Module

4

(Python) Arithmetic expressions

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

Problems:   


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.

Problems:   


Module

6

(Python) Real numbers

We study the features of working with real numbers

Problems:   


Module

7

(Python) Workshop - 1 "Sofia the first". Linear Algorithms

The practice is devoted to developing skills in compiling linear algorithms.

Problems:   


Module

8

(Python) Conditional statement

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

Problems:   


Module

9

(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

Problems:   


Module

10

(Python) Workshop-2 "Chess and chess players". Conditional operator

We gain skills in developing programs using a conditional operator and complex conditions

Problems:   


Module

11

(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

Problems:   


Module

12

(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

Problems:   


Module

13

(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

Problems:   


Module

14

(Python) Tasks for using a while loop

Complicated tasks for applying a while loop

Problems:   


Module

15

(Python) Processing data in a loop. Anchoring

We strengthen the skills of programming using cycles

Problems:   


Module

16

(Python) Workshop - 3: "A Few Harry Potter Facts"

We fix the studied material

Problems:   


Module

17

(Python) Nested Loops

Problems:   


Module

18

(Python) Subroutines: Procedures and Functions - 1

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

Problems:   



Module

20

(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

Problems: