Advanced Python Programming: Using Functions as First Class Objects

Поделиться
HTML-код
  • Опубликовано: 5 июл 2024
  • Learn how to leverage Python functions as objects enabling you to do more with less code and write more scalable and extensible applications. This is the basic of Python decorators used in many popular Python frameworks including Airflow and Django.
    Patreon Community and Watch this Video without Ads!
    www.patreon.com/bePatron?u=63...
    Jupyter Notebook Used in the Video:
    github.com/bcafferky/shared/b...
  • НаукаНаука

Комментарии • 7

  • @averylearning
    @averylearning Год назад +1

    Bryan!!!! I can't express how grateful I am for your video. How Python decorators pass arguments from the outer to the inner function has confused me for sooooo long even after countless articles and videos on decorators. Thank you so much for breaking it down for us!

  • @vadymurupa4187
    @vadymurupa4187 Год назад +1

    I do like a part of video, where you are talking about list of functions. Thanks for information.

  • @Kralnor
    @Kralnor Год назад

    What a great introduction to functions as objects in Python. I've been using the language for almost a handful of years, and there were a lot of intricacies here that I had not thought about.
    Keep up the good work!

  • @GuilhermeMendesG
    @GuilhermeMendesG Год назад

    This man is awesome. Thanks for the great video Bryan.

  • @caiyu538
    @caiyu538 Год назад

    Great lectures.