filmov
tv
[Python Programming Basics to Advanced] : List Operations and List Methods | Lab 17
Показать описание
This Python programming playlist is designed to take beginners with zero programming experience to an expert level. The course covers installation, basic syntax, practical scenarios, and efficient logic building. The course material includes PDF handouts, review questions, and covers a wide range of topics, from data types to advanced functions like Lambda and Recursive functions, Generators, and JSON data parsing.
We started discussion on List in the last video. In this lesson we will explore different list operations and different list methods available in the List Class or as built-in functions of Python.
We will see many examples to use these operations.
Complete Playlist:
If you have the basic programming knowledge and interested to learn Object-Oriented Programming in Python, check out this playlist:
Lab Manual 17 can be downloaded from here:
Review Questions:
1- Given at 39:08
2- Create a list with different numbers and include 7 in it 3 or 4 times. Then write the logic that will give the index of last 7 inside the list. You have to use list methods and not the loop in this question.
#PythonProgramming #python #pythontutorial
We started discussion on List in the last video. In this lesson we will explore different list operations and different list methods available in the List Class or as built-in functions of Python.
We will see many examples to use these operations.
Complete Playlist:
If you have the basic programming knowledge and interested to learn Object-Oriented Programming in Python, check out this playlist:
Lab Manual 17 can be downloaded from here:
Review Questions:
1- Given at 39:08
2- Create a list with different numbers and include 7 in it 3 or 4 times. Then write the logic that will give the index of last 7 inside the list. You have to use list methods and not the loop in this question.
#PythonProgramming #python #pythontutorial
Комментарии