Unsorted, non-SPSS
Unsorted Python scripts and notes from learning Python, mostly non-SPSS-related.
- Python dataclasses, @dataclass decorator
- Decorator for caching function's result (function memoization)
- Python list filtering using the built-in `filter' function and lambda
- Find average (mean) from nested list
- Convert string with a list syntax to a list object Several options, how string can be converted to a Python object (variable), with the example of string conversion to a list.
Related pages
...
Navigate from here