Python Tuples | Python Tuples Tutorial | Python Tutorial | Python Programming | Simplilearn

preview_player
Показать описание

This Python tuples tutorial will help you understand the concept of tuples in Python. It will also take you through some of the important concepts in Python including creating tuples, what are the differences between list and tuple, different operations on a tuple, built-in function with a tuple, how to convert a list into a tuple, defining tuple inside a list and vice versa using hand-on simple Python programming which helps you to write intermediate level programs using tuples in Python. Now, let us get started and understand Python tuples in detail

Below topics are explained in this Python tuples tutorial:
1. What are tuples in Python? (00:38)
2. Creating tuples (02:16)
3. Difference between tuple and list (06:29)
4. Accessing elements in a tuple (06:56)
5. Operations on tuples (08:05)
6. Built-in functions with tuples
7. Converting lists into tuples (16:49)
8. Defining tuple inside a list (17:50)
9. Defining list inside a tuple (19:17)
10. Exercise (21:13)

#pythontutorial #pythontuples #pythonprogrammingforbeginners #pythontraining #pythontutorialforbeginners #numpypythontutorial #pythonsimplilearn #simplilearn

➡️ About Post Graduate Program In AI And Machine Learning

This AI ML course is designed to enhance your career in AI and ML by demystifying concepts like machine learning, deep learning, NLP, computer vision, reinforcement learning, and more. You'll also have access to 4 live sessions, led by industry experts, covering the latest advancements in AI such as generative modeling, ChatGPT, OpenAI, and chatbots.

✅ Key Features

- Post Graduate Program certificate and Alumni Association membership
- Exclusive hackathons and Ask me Anything sessions by IBM
- 3 Capstones and 25+ Projects with industry data sets from Twitter, Uber, Mercedes Benz, and many more
- Master Classes delivered by Purdue faculty and IBM experts
- Simplilearn's JobAssist helps you get noticed by top hiring companies
- Gain access to 4 live online sessions on latest AI trends such as ChatGPT, generative AI, explainable AI, and more
- Learn about the applications of ChatGPT, OpenAI, Dall-E, Midjourney & other prominent tools

✅ Skills Covered

- ChatGPT
- Generative AI
- Explainable AI
- Generative Modeling
- Statistics
- Python
- Supervised Learning
- Unsupervised Learning
- NLP
- Neural Networks
- Computer Vision
- And Many More…

🔥🔥 Interested in Attending Live Classes? Call Us: IN - 18002127688 / US - +18445327688
Рекомендации по теме
Комментарии
Автор

Do you have any questions on this topic? Please share your feedback in the comment section below and we'll have our experts answer it for you. Thanks for watching the video. Cheers!

SimplilearnOfficial
Автор

Man, this was SO helpful. Very clear and helped me understand the concept of tuples better. THANK YOU SO MUCH!

taradulock-swiftthompson
Автор

one of the nicest videos ever watched! very well explained

deodatekidikala
Автор

You saved me from giving up CS! Thank you so much! You are amazing!

lubadeluka
Автор

absolutely easy to understand. so happy i found this.

minuraphael
Автор

this is amazing guide for tuples thank you very much for teaching us

Sam-mlef
Автор

Excellent. Yes its just simplilearn. So easy to learn :) By the way can you give some examples where we use tuples in Data science projects. IF it's not in pre-processing stage

balareddy
Автор

This is extremely helpful.. Thanks a lot

akashray
Автор

There is an error in the video, 8:06-8:08. Lists are in fact mutable objects and not immutable. I think there is slight confusion between list and tuple there.

TheDivineShadow
Автор

I love the video ♥ Very well explained. Thank you.

madefromjames
Автор

Like your knowledge and delivery confidence

Heroization
Автор

no doubt, the explanation was spot on

abishekkumar
Автор

this video was excellent!! I can't believe you only have 6496 views.

Eli-tbvd
Автор

i tried your exercise with different tuple values
tup = ("yellow", 0, 1, "my tuples", )
print (tup)
tup2 = tup + ("are new", )
print (tup2)
tup3 = tup2[:4] + tup[::-1]
print(tup3)
but im not getting the desired out come? any ideas?

selometesfayederibe
Автор

This is a very good content, thanks for sharing. I'm finding it a bit hard to understand you due to the strong Indian accent but I'm making all the effort because your content is good.

AyoolaBoyejo
Автор

Why u have used double semicolon in slicing(: : -1)

akshaynair