Skip to content

PRO TIP Block youtube.com at the DNS level — Pi-hole, NextDNS or your hosts file — but allow youtube-nocookie.com and i.ytimg.com. These tutorials keep playing; the rabbit hole does not.

Learning without distractions

Learn Python format specifiers in 5 minutes! 💬

158.2K views on YouTube

#Python #course #tutorial

# format specifiers = {:flags} format a value based on what flags are inserted

00:00:00 intro
00:01:35 decimal precision
00:02:41 padding
00:03:15 justify
00:04:18 comma separator
00:04:37 mix and match format specifiers
00:05:03 conclusion