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


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 | Просмотров: 7293 | Добавил: 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 | Просмотров: 2521 | Добавил: 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 | Просмотров: 3391 | Добавил: 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 | Просмотров: 5030 | Добавил: bzfar77 | Дата: 22.11.2021 | Комментарии (0)

Python. Slicing a string (Срезы строк)

  1. Strings. Slices
  2. Questions
  3. Exercises

11.2.2.2 use slicers to process the string

Algorithms | Просмотров: 3844 | Добавил: bzfar77 | Дата: 15.11.2021 | Комментарии (0)

Python. Strings (Строки)

  1. Strings. Indexing
  2. Negative indexes
  3. Iterating over the elements of a string.
  4. Questions
  5. Exercises

11.2.2.3 apply functions and string processing 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

Algorithms | Просмотров: 4675 | Добавил: bzfar77 | Дата: 15.11.2021 | Комментарии (0)

Python. Sets (Множество)

 

Algorithms | Просмотров: 7991 | Добавил: bzfar77 | Дата: 28.10.2021 | Комментарии (0)

Ссылки на материалы для подготовки к экзаменам

Input/Ouput devices | Просмотров: 12934 | Добавил: bzfar77 | Дата: 25.08.2021 | Комментарии (0)

Visual Studio C#. Ввод и вывод массива. Обработка элементов массива

Фрагменты программ для использования:

  • Процедура заполнения массива случайными числами
  • Процедура вывода массива целых чисел
  • Вывод целых чисел, которые делятся на 5
  • Подсчет суммы элементов массива
  • Подсчет суммы элементов, которые лежат в диапазоне
  • Поиск максимального элемента массива

Задачи на обработку элементов массива

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

Практическая работа «Visual Studio C#. Ввод и вывод массива»

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