В категории материалов: 95
Показано материалов: 51-60
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; |
Python. Lists
- Definition
- Create Lists
- Generating lists
- Indexing lists
- Adding items to the list
- Modifying a list item
- Displaying list items
- Slices of lists
- Removing items
- Lists vs. Arrays
- Questions
- 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;
|
Python. Slicing a string (Срезы строк)
- Strings. Slices
- Questions
- Exercises
11.2.2.2 use slicers to process the string |
Python. Strings (Строки)
- Strings. Indexing
- Negative indexes
- Iterating over the elements of a string.
- Questions
- 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 |
Python. Nested loops
- Definition
- Example
- Task 1
- Task 2
- Task 3
- Questions
- Exercises
11.1.2.7 use nested loops when solving problems
11.1.2.6 debug a program
|
Python. FOR loop
- Syntax
- Range
- When to use FOR loop
- Questions
- Exercises
11.1.2.4 write program code using a for loop
11.1.2.5 define a range of values for a loop |
Python. WHILE Loop
11.1.2.1 write program code using a While loop |