dc96de71-445d-4854-9963-08f1be22e15a
Asianometry & Dylan Patel – How the Semiconductor Industry Actually Works - YouTube
The Complete Guide to Yakisugi (Shou Sugi Ban)
Python Programming Exercises, Gently Explained
What are some good python codebases to read? - Lobsters
The Composition Over Inheritance Principle
miyuchina/mistletoe: A fast, extensible and spec-compliant Markdown parser in pure Python.
python: how to check if a line is an empty line - Stack Overflow
If you want to ignore lines with only whitespace:
if line.strip():
... do something
The empty string is a False value.
Or if you really want only empty lines:
if line in ['\n', '\r\n']:
... do something
Metaphor: ReFantazio - Rock Paper Shotgun