#python-functions

[ follow ]
Realpython
4 weeks ago
Python

Working With Global Variables in Python Functions - Real Python

Using global variables in Python functions requires caution to differentiate between accessing and changing values. [ more ]
Realpython
3 months ago
JavaScript

Primer on Python Decorators - Real Python

Functions in Python can have side effects and return values based on given arguments.
Functions in Python can be treated as first-class objects, meaning they can be passed as arguments and used like any other object. [ more ]
Realpython
4 months ago
Python

Python Basics Exercises: Functions and Loops - Real Python

Functions are important for breaking down code into smaller, manageable chunks
Loops are useful for repeating code multiple times [ more ]
[ Load more ]