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


Python. f-strings

  1. Definitions
  2. Examples
Programming languages | Просмотров: 2272 | Добавил: 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 | Просмотров: 4336 | Добавил: 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 | Просмотров: 4102 | Добавил: 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 | Просмотров: 4889 | Добавил: 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 | Просмотров: 1821 | Добавил: 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 | Просмотров: 2288 | Добавил: 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 | Просмотров: 3647 | Добавил: 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 | Просмотров: 2880 | Добавил: 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 | Просмотров: 3491 | Добавил: bzfar77 | Дата: 15.11.2021 | Комментарии (0)

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

 

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