LISTS in Python (Create, Add, Access, Slicing, Remove, Check, Loop, Merge, Sort, Nested) - Beginners
π 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 formatsVideo Formats
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.