排序
Python’s random.choices is Awesome
Python's random.choices is Awesome,I'm reading through Classic Computer Science Problems in Python (affiliate link) by David Kopec, and I'm working on his Genetic Algorithm example...
Giving Meaning to Magic Numbers with Python Enums
Giving Meaning to Magic Numbers with Python Enums,This article is not super in-depth. I just discovered a cool module in the Python Standard Library and wanted to share it to spark...
defaultdicts: Never Check If a Key is Present Again!
defaultdicts: Never Check If a Key is Present Again!,Cover image by Romain Vignes on Unsplash. It's fall, so it seems like the perfect time to write some posts about PSL. Nope, not...