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.
In this lesson we will learn about the Tuples. Like List, Tuples are also the ordered sequence. We will see Tuple operations and methods. We will see the cases where we should prefer to use Tuples. A List of Tuples is also very common and we will see those cases too.
Complete Playlist:
https://www.youtube.com/playlist?list=PLWF9TXck7O_wMDB-VriREZ6EvwkWLNB7q
If you have the basic programming knowledge and interested to learn Object-Oriented Programming in Python, check out this playlist:
https://www.youtube.com/playlist?list=PLWF9TXck7O_zuU2_BVUTrmGMCXYSYzjku
Lab Manual 20 can be downloaded from here:
https://github.com/MAN1986/Python-Programming-Basics/blob/main/Lab%20Session%2020.pdf
Review Questions:
Given at 28:42
#PythonProgramming #python #pythontutorial