В категории материалов: 42
Показано материалов: 21-30
Python. Строки - тип string.
- Строки. Индексация
- Отрицательные индексы
- Перебор элементов строки
- Особенности строк
- Вопросы
- Упражнения
- Задачи
11.2.2.3 применять функции и методы строк
11.2.2.1 выполнять доступ к элементам строк
|
Python. Множества
- Определение
- Особенности
- Операции множеств
- Логические операции двух множеств
- Сравнение множеств
- Вопросы
- Упражнения
|
Программирование на Python
- Тематическое планирование
- Ссылки на материалы и упражнения к урокам
|
Python. Functions
- Definition
- Passing Parameters to Function Arguments
- Setting default values
- Arbitrary Arguments (*args)
- Keyword arguments (**kwargs)
- Questions
- Exercises
- 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 |
Python. Dictionaries
- Definition
- Actions (changing, adding, deleting)
- Dictionary methods
- Ready dictionaries
- Questions
- Exercises
- Tasks
11.2.5.1 create a dictionary
11.2.5.2 search for data in a dictionary for a given key |
Python. Nested lists (2D arrays)
- Definition
- How to create 2D lists filled with zeros?
- How to fill a 2D list with dimensions n*m from the keyboard?
- How to process each element of a matrix?
- How to display all elements in a table?
- Questions
- Exercises
- Tasks
11.2.3.4 create nested lists
11.2.3.5 enter elements of nested lists from the keyboard |
Python. Lists. Functions and methods
- Description
- Examples
- Questions
- Exercises
- Tasks
11.2.3.3 apply functions and methods of processing lists |
Python. Strings. Functions and methods
- Functions/Methods
- Description
- Examples
- Questions
- Exercises
- Tasks
11.2.2.3 apply functions and string processing methods |
Python. Converting data structure (sets, strings, lists, tuples)
- String to List to String
- Tuple to List to Tuple
- List to Set to List
- Tuple to Set to Tuple
- Set to List
- Questions
- Exercises
11.2.4.2 convert from one data structure to another |
Python. Tuple (Кортеж)
- Description
- Immutability
- Comparisons of tuples
- Assigning Tuples
- Questions
- Exercises
11.2.4.1 create a tuple;
11.2.2.1 perform access to the elements of strings, lists, tuples; |