В категории материалов: 95
Показано материалов: 41-50
Страницы: « 1 2 3 4 5 6 7 ... 9 10 »


Программирование на Python

  1. Тематическое планирование
  2. Ссылки на материалы и упражнения к урокам 
Algorithms | Просмотров: 7505 | Добавил: bzfar77 | Дата: 22.03.2022 | Комментарии (0)

Python. Вывод данных

  1. Функция print
  2. Аргументы sep и end
  3. Экранирующие последовательности
  4. Переменные
  5. Вопросы
  6. Упражнения

 

Programming languages | Просмотров: 2793 | Добавил: bzfar77 | Дата: 22.03.2022 | Комментарии (0)

Python. Object-oriented programming (OOP). Classes

  1. Terms and definitions
  2. Creating classes
  3. Class Methods
  4. Method __init__
  5. Questions
  6. Exercises
  7. Tasks

11.4.1.1 create classes and instances of classes
11.4.1.2 develop methods for the class
11.4.1.3 use special method __init__ to set default properties

Programming languages | Просмотров: 9385 | Добавил: bzfar77 | Дата: 11.03.2022 | Комментарии (0)

Python. Lambda function. map(), filter() functions.

  1. Lambda function
  2. Benefits of using Lambda expressions
  3. map()
  4. filter()
  5. Questions
  6. Exercises
  7. Tasks

11.3.2.1 write code in a programming language using lambda functions
11.3.2.2 determine the result of a lambda function

Programming languages | Просмотров: 4719 | Добавил: bzfar77 | Дата: 24.02.2022 | Комментарии (0)

Python. Functions. Variable scope.

  1. Local variables
  2. Global variables
  3. Questions
  4. Exercises
  5. Tasks

11.3.1.3 define the scope of variables

Programming languages | Просмотров: 2075 | Добавил: bzfar77 | Дата: 18.02.2022 | Комментарии (0)

Python. Functions

  1. Definition
  2. Passing Parameters to Function Arguments
  3. Setting default values
  4. Arbitrary Arguments (*args)
  5. Keyword arguments (**kwargs)
  6. Questions
  7. Exercises
  8. Tasks

11.3.1.1 write code in a programming language using functions
11.3.1.2 assign function parameters
11.3.1.3 define the scope of variables

Programming languages | Просмотров: 4876 | Добавил: bzfar77 | Дата: 07.02.2022 | Комментарии (0)

Python. Dictionaries

  1. Definition
  2. Actions (changing, adding, deleting)
  3. Dictionary methods
  4. Ready dictionaries
  5. Questions
  6. Exercises
  7. Tasks

11.2.5.1 create a dictionary
11.2.5.2 search for data in a dictionary for a given key

Programming languages | Просмотров: 4741 | Добавил: bzfar77 | Дата: 30.01.2022 | Комментарии (0)

Python. f-strings

  1. Definitions
  2. Examples
Programming languages | Просмотров: 2270 | Добавил: bzfar77 | Дата: 20.01.2022 | Комментарии (0)

Python. Nested lists (2D arrays)

  1. Definition
  2. How to create 2D lists filled with zeros?
  3. How to fill a 2D list with dimensions n*m from the keyboard?
  4. How to process each element of a matrix?
  5. How to display all elements in a table?
  6. Questions
  7. Exercises
  8. Tasks

11.2.3.4 create nested lists
11.2.3.5 enter elements of nested lists from the keyboard

Programming languages | Просмотров: 4332 | Добавил: bzfar77 | Дата: 17.01.2022 | Комментарии (0)

Python. Lists. Functions and methods

  1. Description
  2. Examples
  3. Questions
  4. Exercises
  5. Tasks

11.2.3.3 apply functions and methods of processing lists

Programming languages | Просмотров: 4096 | Добавил: bzfar77 | Дата: 05.01.2022 | Комментарии (0)