TIL: Python’s splitlines does more than just newlines
(With thanks to Seth Larson for taking me down this rabbit hole.)... (more…)
Read more »
I really enjoyed Classic Computer Science Problems in Python by David Kopec. It covers many different problems I hadn’t read detailed explanations of before. For example: neural networks, con… Read more