Python function syntax and argument parsing
June 18, 2022
- PEP3102
- PEP0448
- PEP0570
- Link
- https://docs.python.org/3/tutorial/controlflow.html#default-argument-values
- https://realpython.com/defining-your-own-python-function/#argument-passing
- https://stackoverflow.com/questions/56939639/default-values-for-positional-function-arguments-in-python https://stackoverflow.com/questions/986006/how-do-i-pass-a-variable-by-reference
- https://mathspp.com/blog/pydonts/pass-by-value-reference-and-assignment
- https://docs.python.org/3/reference/expressions.html#calls - grammer of function calling
- https://docs.python.org/3/reference/compound_stmts.html#function-definitions - grammer of function definition
- https://www.educba.com/python-references/ - variable vs object references