Getting started with Python ، lesson 11 in the Python language Python Tuples is very easy and simple. It will help you to get started in the Python language. It contains the most important questions and answers that you need before starting to study the practical part.
About the Python Tuples booklet:-
A small summary of lesson eleven in PDF format consisting of 16 pages.
Python Tuples Topics:-
- Python Tuples
- Tuple
- Tuple Items
- Ordered
- Unchangeable
- Allow Duplicates
- Tuple Length
- Create Tuple With One Item
- Tuple Items – Data Types
- type()
- The tuple() Constructor
- Python Collections (Arrays)
- Access Tuples
- Access Tuple Items
- Negative Indexing
- Range of Indexes
- Range of Negative Indexes
- Check if Item Exists
- Update Tuples
- Change Tuple Values
- Add Items
- Remove Items
- Unpack Tuples
- Unpacking a Tuple
- Using Asterisk*
- Loop Tuples
- Loop Through a Tuple
- Loop Through the Index Numbers
- Using a While Loop
- Join Tuples
- Join Two Tuples
- Multiply Tuples
- Python – Tuple Methods
- Python – Tuple Exercises
Session Format:-
to Download PDF:-
Getting started with Python from here (Session 1) PDF From here
Python Syntax (Session 2) PDF From here
Python Variables (Session 3) PDF From here
Python Data Types (Session 4) PDF From here
Python Numbers (Session 5) PDF From here
Python Casting (Session 6) PDF from here
Python Strings (Session 7) PDF From here
Python Booleans (Session 8) PDF From here
Python Operators (Session 9) PDF From here
Python Lists (Session 10) PDF From here