Python Tutorial for Beginners 2020 - Set
Hey guys, this is the 15th 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 set data type. So set is an unordered, mutable, and iterable data type that does not allow any duplicate elements. And because of these characteristics, set data type can be useful in various different scenarios especially performing any operations such as intersections, unions, difference, and many more (we will talk about these operations in next video). So first we will start off this video by talking about set, and we will get into manipulating elements in set looking into various different methods to add and delete items. And toward the last portion of the video, we will briefly talk about frozenset highlighting the similarities and differences between set and frozenset. ============================================================= Timestamps: 00:00 Introduction 00:20 Creating a set data type 04:33 Adding elements to set 07:24 Deleting elements from set 10:12 Intro to fronzenset ============================================================= Share video link: https://youtu.be/YygMIoegvHA ============================================================= GitHub link: https://github.com/funandeasyprogramming/python_tutorial_for_beginners/blob/master/set/set.py ============================================================= Instagram: https://www.instagram.com/do_programming/ Facebook: https://www.facebook.com/danny.oh.96742
Download
0 formatsNo download links available.