Advanced Foundations of Python Programming | 2021 Training

Advanced Foundations of Python Programming | 2021 Training

Advanced Foundations of Python Programming | 2021 Training

Share:

    Udemy has restricted coupons for Indian Users, If coupons are not working for you, Please use VPN to change your country

    Description


    Digging Into The Advanced Foundations of Python Programming - Become An Advanced Python Developer - Hands-On Training

    Advanced Collections: Named Tuples, Default Dictionary, Counters, Ordered Dictionary, Queues, and Deques

    Advanced Functions: Zipping, Unzipping, Evaluating expressions, Memory view, Mapping objects with lambda, Enumerating objects, and Executing Python expressions

    The *args and **kwargs to pass a variable number of args

    Iterators and Iterables in Python: Iterate over sequences using different techniques and tricks. Building Iterators using FP and OOP

    Generator functions with many yield statements and Generator expressions

    Metaclass: Built-in metaclasses and building custom metaclass

    Decorators: Functional Programming, Regular way to decorate a function, and the best way using @

    Comprehensions: List comprehension, Dict comprehension, Set comprehension, and Tuple comprehension

    Building Logger to indicate the problems

    Creating custom Calendar with different ways