Back to Browse

Python Tutorial for Beginners 2020 - For Loop (2)

604 views
Nov 30, 2020
19:32

Hey guys, this is the 19th 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. This video is the second video for iterations using for loop. In this video, we will apply what we've learned in the first video to various iterable data type available in Python including string, list, dictionary, set, and tuple. For the indexable and iterable data types (string, list, tuple), we will go through the iteration using two different methods (Python's default and range), and for non-indexable data types such as dictionary, we will go through some of the dictionary methods that we can utilizes to iterate through them in the for loop. Toward the end of the video, we will talk about enumerate function to gain access to both the indexes and elements in the iterable data types. ============================================================= Timestamps: 00:00 Introduction 00:19 For loop - list 0 2:24 For loop - tuple 03:51 For loop - string 05:59 For loop - dictionary 12:16 For loop - set 14:43 enumerate ============================================================= Share video link: https://youtu.be/8NXqw_0i1bg ============================================================= GitHub link: https://github.com/funandeasyprogramming/python_tutorial_for_beginners/blob/master/for_loop_two/for_loop_two.py ============================================================= Instagram: https://www.instagram.com/do_programming/ Facebook: https://www.facebook.com/danny.oh.96742

Download

1 formats

Video Formats

360pmp428.4 MB

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

Python Tutorial for Beginners 2020 - For Loop (2) | NatokHD