Python Tutorial - 4 [ Tuples in Python - Examples | Properties ] #python #tuple #datatypes
Connect with me on LinkedIn - https://www.linkedin.com/in/rohit-grewal Watch our videos in Hindi on new channel: https://www.youtube.com/@ITCoursesEasy Purchase - Python Data Analysis Self Study Notes & All Projects Source Codes (Rs.499 only) - https://rzp.io/l/dslnotes239 Enrol in our Udemy courses : 1. Python Data Analytics 13 Projects - https://www.udemy.com/course/bigdata-analysis-python/?referralCode=F75B5F25D61BD4E5F161 2. Python For Data Science - https://www.udemy.com/course/python-for-data-science-real-time-exercises/?referralCode=9C91F0B8A3F0EB67FE67 3. Numpy For Data Science - https://www.udemy.com/course/python-numpy-exercises/?referralCode=FF9EDB87794FED46CBDF -------------------- In the video, we have explained what is a Tuple in Python. This is a very useful and informative video for beginners. This video is a part of our course - Data Analysis with Python ( Basics ) Tuple is a collection of different data-types like Integers, Floats, Strings. Each element or value of the tuple is called an 'Item'. We can also say that a Tuple is a sequence of items. A Tuple is created within ( ) List Vs Tuple * List is created within [ ] while Tuple is created within ( ) * List items can be changed while Tuple items can't be changed Tuple = ( integer , float , string ) Properties of a Tuple 1. A tuple allows duplicate items(values) in it. 2. A tuple is immutable. It means a tuple items can not be changed after creating the tuple. Indexing in a Tuple X[0:7] Why Use Tuple ? Tuple is used if you have to create a sequence of constant items which not needs to be changed later in the program ----------------------------- You must check our other Data Analytics Projects : HR Data Analytics - https://youtu.be/fykrwQD3HR4 AI Market Financial Data Analysis - https://youtu.be/WmJYHz_qn5s Airlines' Flights Data Analysis - https://youtu.be/gu3Ot78j_Gc Spotify-YouTube Data Analysis - https://youtu.be/xqtbBosGMl0 Project 9 - https://youtu.be/dQwnyCEZ-UU Project 8 - https://youtu.be/b7Kd0fLwgO4 Project 7 - https://youtu.be/AO5uhxa1R84 Project 6 - https://youtu.be/e1zKFSrKeLs Project 5 - https://youtu.be/q-Omt6LgRLc Project 4 - https://youtu.be/89eYAAPyRfo Project 3 - https://youtu.be/GyUbo45mVSE Project 2 - https://www.youtube.com/watch?v=fhiUl7f5DnI Project 1 - https://youtu.be/4hYOkHijtNw ---------------------------------------------------------- Contact Mail Id : [email protected] #python #dataanalytics #datascience
Download
1 formatsVideo Formats
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.