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


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 | Просмотров: 4874 | Добавил: 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 | Просмотров: 1814 | Добавил: 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 | Просмотров: 2284 | Добавил: 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 | Просмотров: 3534 | Добавил: 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 | Просмотров: 2800 | Добавил: 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 | Просмотров: 3403 | Добавил: bzfar77 | Дата: 15.11.2021 | Комментарии (0)

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

 

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

Python. Nested loops

  1. Definition
  2. Example
  3. Task 1
  4. Task 2
  5. Task 3
  6. Questions
  7. Exercises

11.1.2.7 use nested loops when solving problems
11.1.2.6 debug a program

 

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

Python. FOR loop

  1. Syntax
  2. Range
  3. When to use FOR loop
  4. Questions
  5. Exercises

11.1.2.4 write program code using a for loop
11.1.2.5 define a range of values for a loop

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

Python. WHILE Loop

11.1.2.1 write program code using a While loop

Flowcharts | Просмотров: 3627 | Добавил: bzfar77 | Дата: 27.09.2021 | Комментарии (0)