#functions

[ follow ]
#python
fromMathspp
7 months ago
Python

Functions: a complete reference | Pydon't

Design functions to do one clear task; prefer many small, composable functions with descriptive names for readability, reuse, and easier composition.
fromRealpython
8 months ago
Python

Defining and Calling Python Functions Quiz - Real Python

Interactive 9-question quiz to practice defining and calling Python functions, positional/keyword arguments, defaults, docstrings, collecting extra arguments, and enforcing parameter passing.
Python
fromMouse Vs Python
1 month ago

Python Pop Quiz - Number Explosion - Mouse Vs Python

A single asterisk in Python is used as an unpacking operator for sets and function arguments.
JavaScript
fromJrsinclair
11 months ago

What's the difference between named functions and arrow functions in JavaScript?

Arrow functions simplify syntax but differ from traditional function declarations and expressions in their handling of 'this' and hoisting.
Games
fromHackernoon
1 year ago

Excel Formulas for Assigning Categories by Value Range Using Functions! | HackerNoon

Excel can categorize values based on defined number ranges using functions like IF and VLOOKUP.
[ Load more ]