Functions in Python

Publicado em: 07 Setembro 2021
no canal de: Anders Munk-Nielsen
410
3

This video explains the simplest three ways of working with functions in Python: lambda functions (also called anonymous functions), named functions, and modules.

Anonymous functions are simple small functions that are defined in a single line of code. They are defined with the lambda keyword.
Named functions are defined with the def keyword and can span multiple lines.
Modules are .py files that can contain functions which can be imported from other python files, notebooks, or the terminal.

Chapters:
00:00 lambda functions
1:15 "def": Named functions
2:45 Scope
3:14 Using variables that are not inputs
5:00 Importing functions from .py-files
7:12 Autoreloading modules
9:45 Calling other functions in the same .py-file


Nesta página do site você pode assistir ao vídeo on-line Functions in Python duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário Anders Munk-Nielsen 07 Setembro 2021, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 410 vezes e gostou 3 espectadores. Boa visualização!