-
venv
Isolated code, venv keeps my world tidy, Python dependencies.
-
get pip
Get pip, Python’s friend Installs packages with ease Enhance, customize
-
parse arguments
Command-line input Flexibility with argparse Python power unleashed
-
func returns global
Global keyword used To modify variables Within functions’ scope
-
zip mismatched lengths
Zip mismatched lengths, Iterables must align, Handle with caution.
-
negative index
Negative index Access from end of sequence Python’s useful tool
-
filtering words
Filtering words out, Python’s tools at my command, Clean and precise work.
-
list map lambda zip
List, map, lambda, zip Transforming data with ease Python’s magic tools
-
inner function
Inner function nest Encapsulating logic Modular code grows