Back to Browse

LISTS in Python (Create, Add, Access, Slicing, Remove, Check, Loop, Merge, Sort, Nested) - Beginners

4.1K views
May 24, 2020
18:10

πŸŽ“ Welcome back to Digital Academy, the Complete Python Development Tutorial for Beginners, in which you will discover one of the most used Data Types: Lists in Python - and all of the operations you can perform on Lists (Append, Slice, Remove, Merge, Sort). β–¬β–¬β–¬β–¬ πŸ“– Content β–¬β–¬β–¬β–¬ πŸ–₯️ Python offers a range of compound Data Types, often referred to as sequences. List in Python is one of the most frequently used Data Types. In fact, List in Python is a collection of items, which is: ordered, indexed, allows duplicate members, and is mutable - it can be changed, once it has been created. Consequently, it is often use when you want to store an item, and then access it in a very particular order. There are several ways to create a new list. The simplest way to create a list in Python is: to enclose all the items, separated by commas, inside square brackets []. 🎯 In this video, you will discover: How to create a list in Python? But also what are all the operations you can perform on lists, in order to: add, remove, or access an item, or even search for a specific item inside of this list, using for loops. Plus, some of the built-in methods you can use on lists in Python. Let's play this video, stick around and watch until the end! πŸ‘πŸ» - Digital Academyβ„’ πŸŽ“ β–¬β–¬β–¬β–¬ 🎬 Watch NEXT β–¬β–¬β–¬β–¬ β—‹ PYTHON OPERATORS: https://youtu.be/-wDaVLkKOiU β—‹ PYTHON CONDITIONALS: https://youtu.be/CC5seZ6OBJ4 β—‹ PYTHON FOR Loops: https://youtu.be/JgH-D5DSTho β—‹ PYTHON WHILE Loops: https://youtu.be/2nAOQGJPefU β—‹ PYTHON DICTIONARY: https://youtu.be/39MTu_x-7VI 🌐 Blog: http://digital.academy.free.fr/blog/python-list πŸ“– [PLAYLIST] Complete Python Development Course for Beginners: http://digital.academy.free.fr/playlist/python-development-for-beginners β–¬β–¬β–¬β–¬ πŸ”— Links β–¬β–¬β–¬β–¬ 🌐 Blog: http://digital.academy.free.fr/blog πŸ›’ Shopping: https://payhip.com/DigitalAcademyOnline πŸ“˜ [BOOK] Python for Absolute Beginners: https://amzn.to/3NvyOWV πŸ‘¨πŸΌβ€πŸ« [ALL COURSES] http://digital.academy.free.fr/courses πŸ’Œ Weekly Newsletter for Developers: https://www.getrevue.co/profile/digital_academy β–¬β–¬β–¬β–¬ ⏱ Timestamps β–¬β–¬β–¬β–¬ 00:00 | Intro 00:09 | Introduction 01:20 | Definition Lists in Python 02:16 | Python List - Create a List in Python 03:45 | Python List - Add & Update Item inside a List 05:36 | Python List - Access Item (Indexing, Negative indexing, Slicing) 08:38 | Python List - Remove Item (pop, by index, by value, clear, del) 10:28 | Python List - Check Existence of an Item in a List 11:07 | Python List - Iterate through Items (Loop) + Exercise 14:27 | Python List - Merge two Lists in Python (extend) 15:27 | Python List - Nested Lists in Python 16:36 | Python List - Methods & Functions 17:15 | Conclusion 17:46 | Subscribe, Like, Comment & Share #Python #Tutorial #Beginners #List β–¬β–¬β–¬β–¬ ⭐ FOLLOW US β–¬β–¬β–¬β–¬ ✧ http://digital.academy.free.fr ✧ https://twitter.com/DigitalAcademyy ✧ https://www.facebook.com/digitalacademyfr ✧ https://www.instagram.com/digital_academy_fr ✧ https://www.youtube.com/c/DigitalAcademyOnline β–¬β–¬β–¬β–¬ ⚑ SUPPORT US β–¬β–¬β–¬β–¬ ✧ http://digital.academy.free.fr/join ✧ http://digital.academy.free.fr/donate ✧ http://digital.academy.free.fr/subscribe ✧ https://www.patreon.com/digital_academy ✧ https://www.buymeacoffee.com/digital_academy

Download

1 formats

Video Formats

360pmp428.5 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

LISTS in Python (Create, Add, Access, Slicing, Remove, Check, Loop, Merge, Sort, Nested) - Beginners | NatokHD