Python Tutorial for Beginners 2020 - Dictionary - Practice Program
Hey guys, this is the 14th 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 create and walk through a simple program that allows us to view, insert, update, and delete the individuals using the dictionary data type. And to make this program more user friendly, we will be using Python's built in input function to prompt the users with individual information. And to allow our dictionary variable to persist with the data that the user is inserting, we will be using a recursion (calling the same function with the function) since we have not talked about while loop just yet. And toward the later portion of the video, we will talk about the current limitations and potential future improvements. ============================================================= Timestamps: 00:00 Introduction 00:22 Program intro 01:17 Setting the base of program 02:38 View 05:27 Insert 07:56 Update 15:21 Delete and Quit 17:18 Potential improvements ============================================================= Share video link: https://youtu.be/jkZ0kCx1Tyw ============================================================= GitHub link: https://github.com/funandeasyprogramming/python_tutorial_for_beginners/blob/master/dictionary_practice/dictionary_practice.py ============================================================= Instagram: https://www.instagram.com/do_programming/ Facebook: https://www.facebook.com/danny.oh.96742
Download
0 formatsNo download links available.