В категории материалов: 41
Показано материалов: 21-30
Страницы: « 1 2 3 4 5 »


Python. Множества

  1. Определение
  2. Особенности
  3. Операции множеств
  4. Логические операции двух множеств
  5. Сравнение множеств
  6. Вопросы
  7. Упражнения
Programming languages | Просмотров: 970 | Добавил: bzfar77 | Дата: 09.05.2022 | Комментарии (0)

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

  1. Тематическое планирование
  2. Ссылки на материалы и упражнения к урокам 
Algorithms | Просмотров: 6766 | Добавил: bzfar77 | Дата: 22.03.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 | Просмотров: 4635 | Добавил: 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 | Просмотров: 4605 | Добавил: bzfar77 | Дата: 30.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 | Просмотров: 4186 | Добавил: 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 | Просмотров: 3985 | Добавил: bzfar77 | Дата: 05.01.2022 | Комментарии (0)

Python. Strings. Functions and methods

  1. Functions/Methods
  2. Description
  3. Examples
  4. Questions
  5. Exercises
  6. Tasks

11.2.2.3 apply functions and string processing methods

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

Python. Converting data structure (sets, strings, lists, tuples)

  1. String to List to String
  2. Tuple to List to Tuple
  3. List to Set to List
  4. Tuple to Set to Tuple
  5. Set to List
  6. Questions
  7. Exercises

11.2.4.2 convert from one data structure to another

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

Python. Tuple (Кортеж)

  1. Description
  2. Immutability
  3. Comparisons of tuples
  4. Assigning Tuples
  5. Questions
  6. Exercises

11.2.4.1 create a tuple;
11.2.2.1 perform access to the elements of strings, lists, tuples;

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

Python. Lists

  1. Definition
  2. Create Lists
  3. Generating lists
  4. Indexing lists
  5. Adding items to the list
  6. Modifying a list item
  7. Displaying list items
  8. Slices of lists
  9. Removing items
  10. Lists vs. Arrays
  11. Questions
  12. Exercises

11.2.3.1 create a list;
11.2.3.2 organize the output of a string using the split() and join() methods;
11.2.2.1 perform access to the elements of strings, lists, tuples;
11.2.3.6 determine the difference between different data structures;

 

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