f-yes we want some f-string tricks! - Python Bytes Live Stream Episode 241

preview_player
Показать описание
f-yes we want some f-string tricks! - Python Bytes Live Stream Episode 241

▬▬▬▬▬▬ Chapters ▬▬▬▬▬▬▬

00:00 - Introduction
01:17 - Autosync all branches of a fork
07:51 - Measuring memory usage in Python: it’s tricky!
12:36 - Python f-strings can do more than you thought. f'{val=}', f'{val!r}', f'{dt:%Y-%m-%d}'
17:20 - 10 Tips and Tools You Can Adopt in 15 minutes or Less To Level Up Your Dev Productivity
23:29 - How to Start a Production-Ready Django Project
28:09 - Bunch
34:34 - Extras
41:20 - Joke

▬▬▬▬▬▬ Full show notes ▬▬▬▬▬▬▬

▬▬▬▬▬▬ More Episodes ▬▬▬▬▬▬▬

▬▬▬▬▬▬ Dive Deeper ▬▬▬▬▬▬▬

Рекомендации по теме
Комментарии
Автор

Aren't f-strings evil in the sense that if you accept external input you can then be hacked and arbitrary code can be executed? Or can you sanitize?

Superdooperhero