Explore >> Select a destination


You are here

www.dabeaz.com
| | dusty.phillips.codes
3.9 parsecs away

Travel
| | I really appreciate Python's pathlib module for managing filesystem stuff. While I don't love the argparse module for command line parsing, I don't think it's worse than other available options. I usually choose it for my CLI scripts, since nothing else is good enough to overcome the inertia of using a third party library. Not many people seem to be aware that the two can very easily be combined such that argparse will return Path objects instead of strings that need to be adapted after you query them:
| | culttt.com
2.5 parsecs away

Travel
| | Elixir is a functional programming language which makes use of the Pipe Operator to simplify the combining of functions and data transformations.
| | doughellmann.com
2.1 parsecs away

Travel
| | [AI summary] This book provides examples of using Python 3's Standard Library modules to enhance application development, covering topics like text processing, data structures, algorithms, and networking.
| | ouroboros.rocks
11.0 parsecs away

Travel
|