Summary
Keywords
Full Transcript
This python video answers about lists. It gives information about what is a list, how to create a list, range element, the use of list method and list function. Exercise: https://github.com/codebasics/py/blob/master/Basics/Exercise/5_lists/5_lists_exercise.md Topics that are covered in this Video: 0:00 Overview 0:58 create list variable 2:06 How list are stored in computer memory 4:01 How do you access a range of elements 5:01 use append() method 7:04 Join two list 8:24 list concatenation 9:00 len() function 9:27 "in" operator Do you want to learn technology from me? Check https://codebasics.io/ for my affordable video courses. 🔖Hashtags🔖 #pythonlist #pythonliststutorial #listappend #listsinpython #listpython #removelist #addtolist #pythonlistmethods Next Video: 6. Install PyCharm on Windows [Python 3 Programming Tutorials]: https://www.youtube.com/watch?v=Vig1IeU2RYk&list=PLeo1K3hjS3uv5U-Lmlnucd7gqF-3ehIh0&index=7 Website: https://codebasics.io/ Facebook: https://www.facebook.com/codebasicshub Twitter: https://twitter.com/codebasicshub
