Today I quickly debugged a hacky automation script I have using a great tip from @mariatta, using =
on f-strings
print(f'{len(divs)=} {len(cat_puzzle_lists)=} {col_len=}')
output:len(divs)=3 len(cat_puzzle_lists)=4 col_len=1.3333333333333333
Learn more at: https://youtu.be/SNA2O0NQl_Q
@borutzki mind you there are many contexts of Python use that are not professional development. "Deployment" is not something I have to think about much :)
@villares I totally understand. But to be honest, personal stuff often looks better than professional production codebase in some $$$ company