Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Advanced Foundations of Python Programming
Rating: 4.5 out of 5(595 ratings)
130,866 students

Advanced Foundations of Python Programming

Digging Into The Advanced Foundations of Python Programming - Become An Advanced Python Developer - Hands-On Training
Last updated 6/2023
English

What you'll learn

  • 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 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

Course content

11 sections58 lectures3h 57m total length
  • Introduction to Training6:35
  • Python Named Tuples overview1:42
  • Python Named Tuples 14:05
  • Python Named Tuples 23:56

    Explore Python named tuples by unpacking points, formatting with placeholders, indexing, iterating, and using rename to create valid field names and access fields via _fields.

  • The DefaultDict in Python 11:44
  • The DefaultDict in Python 25:54
  • Building Counters overview1:34
  • Building Counters 16:40
  • Building Counters 24:11
  • The OrderedDict in Python 11:09
  • The OrderedDict in Python 23:35
  • The OrderedDict in Python 35:17

    Explore manipulating an ordered dictionary in Python 3 by adding, updating, and deleting items in a sample order; move items to ends and iterate in reverse.

  • Queues in Python4:05

    Discover how to use Python's queue library to implement a first in, first out queue, creating it with from queue import queue and using put and get.

  • Deques in Python3:36

    Learn how to use Python's deque from the collections module to create a queue, append items, pop from the left, and clear the container.

Requirements

  • Python Basics such as Variables, Data Types, Data Structures, Control Flow, Loops, Functions and Classes
  • The Jupyter Notebook or any working environment for Python

Description

Hello and welcome to the Advanced Foundations of Python Programming | 2023 Training Masterclass.

Learn the Advanced foundations of modern python programming with this powerful, deep, direct to the point and interactive training.

For each concept in this course, you'll master the theory then you'll  practice with many real examples.

Do you want to Advance your Python development career?

Do you want to be able to create real programs using the advanced concepts of Python?

This effective training course is created for you to help you master the most important advanced concepts in python programming language, and it will save your valuable time.

By the end of this course you'll learn:

  • 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 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.


    This advanced training course is full of examples to clarify each concept in detail.

    You'll master all that and more, and if you encounter any problems during this course, you'll get the QA Instructor support as soon as possible.

Learn, understand, practice and master the advanced foundations of the python programming language like python experts .

So, what are you waiting for, enroll now to go through this advanced and deep Training of the most popular Programming Language on the market, Python.

Become An Advanced Python Guru in no time!

Let’s get started!

Who this course is for:

  • Python Beginners who know the Python basics
  • Intermediate Python developer
  • Anyone who wants to master the advanced foundations of Python in no time
  • Python developer who wants to advance his dev career
  • Python Developers from all levels who know the Python basics and curious about advanced concepts