Python Lists & Tuples for Beginners | Python tutorial

Dave Gray ‱ March 21, 2023
Video Thumbnail

About

Web Development tutorials with full courses on HTML, CSS, JavaScript, React, Node.js and more! My goal is to help you learn how to build the web. Teaching helps me learn, too. I work full-time as a Solutions Architect / Developer and part-time as a university web dev instructor. Thank you for subscribing, supporting my channel and sharing the videos you think may help others. Keep striving for progress over perfection. And a little progress every day goes a very long way. Milestones: July 20, 2020 - 1st video Jan 1, 2021 - 1k subs April 2021 - 4k watch hours Nov 2021 - 10k subs Jan 21, 2022 - Video at 100k views Feb 16, 2022 - 100k watch hours Feb 19, 2022 - 1m views Dec 13, 2022 - 100k subs Dec 2022 - Over 1m views in 1 month April 7, 2023 - 10m views May 26, 2023 - 1m watch hours Sept 22, 2023 - Video at 1m views Dec 25, 2023 - 250k subs

Video Description

Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap Learn Python lists & tuples for beginners in this Python tutorial. Lists can hold many values, but we can refer to them with one variable name. Tuples differ from lists because their values and order cannot change. Much more in the video lesson! 💖 Support me on Patreon ➜ https://patreon.com/davegray ⭐ Become a full-stack dev with Zero To Mastery Courses: - The Complete Python Developer: https://bit.ly/CompPythonDev - Complete Machine Learning & Data Science: https://bit.ly/CompMachineLearning - Junior to Senior Dev Roadmap: https://bit.ly/WebDevRoadmap-JrtoSr đŸš© Subscribe ➜ https://bit.ly/3nGHmNn 📬 Course Updates ➜ https://courses.davegray.codes/ ❓ Questions - Please post them to my Discord ➜ https://discord.gg/neKghyefqh ☕ Buy Me A Coffee ➜ https://www.buymeacoffee.com/davegray 👇 Follow Me On Social Media: Github: https://github.com/gitdagray Twitter: https://twitter.com/yesdavidgray LinkedIn: https://www.linkedin.com/in/davidagray/ 🔗 Source Code: https://github.com/gitdagray/python-course 🔗 Playlist for this Python Course: https://bit.ly/dg-beginners-python Python Lists & Tuples for Beginners | Python tutorial (00:00) Intro (00:05) Welcome (00:13) Lesson 5 Correction (00:45) Quick Setup (01:25) What are lists? (02:16) Check for a value in a list (03:06) Retrieve a list value by index (04:10) Retrieve a range of list values (06:11) Get the length of a list (06:49) Appending items to a list (10:06) Inserting values at a specific list index (11:55) Replacing list values (13:16) Removing, deleting, clearing (15:57) Sorting lists (22:47) Copying lists (25:09) List constructor and data type (26:27) Tuples vs Lists (27:55) If you need to change a tuple (29:00) Unpacking tuples (30:26) Using dot notation to find methods 📚 Tutorial References: 🔗 Python Official Site: https://www.python.org/ 🔗Visual Studio Code Official Site: https://code.visualstudio.com/ Was this Python Lists and Tuples tutorial for beginners helpful? If so, please share. Let me know your thoughts in the comments. #python #lists #tuples

You May Also Like