Back to Browse

Python Tutorial for Beginners 2020 - List

582 views
Sep 26, 2020
13:35

Re-uploaded due to the resolution issue. Hey guys, this is the ninth video for my Python's tutorial course for beginners. We will be covering all the basics about Python including installing and setting up the development environment, variables, data structures, iterations, conditionals, operators, error handlings, functions, classes and many more. The aim for this tutorial is to provide with a solid foundation layer for Python and programming in general so that we can proceed to more advanced level Python tutorials and also look into different application areas of using Python such as web development and data science. In this video, we are going to talk about list data type in Python. So the list data type is one of the most frequently used data type in Python because 1) it allows us to store various different elements in the list 2) the order of elements are maintained in the list 3) all elements in the list are changeable. So we will first start off the video with a brief explanation about what list is, then we will get into list indexing and slicing which we have learned in string indexing and slicing video, and we will get into changing element values in the list, and finally to various different list-related operations using Python's built-in functions and keywords. ============================================================= Timestamps: 00:00 Introduction 00:30 What is List? 00:54 Creating List 01:54 List Indexing and Slicing 05:16 Changing Element Values 08:10 Other List Operations 10:04 Deleting Elements 11:57 Plus and Multiply Operators with List ============================================================= Share video link: https://youtu.be/fSgRSsnUssg ============================================================= GitHub link: https://github.com/funandeasyprogramming/python_tutorial_for_beginners/blob/master/list/list.py ============================================================= Instagram: https://www.instagram.com/do_programming/ Facebook: https://www.facebook.com/danny.oh.96742

Download

0 formats

No download links available.

Python Tutorial for Beginners 2020 - List | NatokHD