Tag

builtin

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 31, 2024 · Fundamentals

10 Common Ways to Call Functions in Python

This article introduces ten frequently used Python function‑calling techniques—including built‑ins like filter, eval, exec and utilities from functools and operator—explaining their purpose, typical use cases, and providing clear code examples for each method.

FunctionsOperatorPython
0 likes · 6 min read
10 Common Ways to Call Functions in Python
Test Development Learning Exchange
Test Development Learning Exchange
Jul 23, 2018 · Fundamentals

Understanding Python's dir() Function: Syntax, Parameters, and Practical Examples

This article explains Python's built‑in dir() function, covering its syntax, optional object argument, returned attribute list, and demonstrates multiple usage scenarios—including inspecting modules, classes, objects, and functions—through detailed code examples and output illustrations.

Pythonbuiltindir
0 likes · 8 min read
Understanding Python's dir() Function: Syntax, Parameters, and Practical Examples