/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

pythontest.com
| | me.micahrl.com
2.0 parsecs away

Travel
| | All rituals restricted. All rites reserved.
| | dusty.phillips.codes
1.4 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:
| | 0x00.cl
1.8 parsecs away

Travel
| | Tomas Gutierrez L. personal website (0x00)
| | blog.ndk.io
17.1 parsecs away

Travel
| [AI summary] The author debunks the common myth that JVM slow startup time is a significant issue in Clojure development by demonstrating that the actual slowness stems from Clojure's runtime initialization rather than the Java Virtual Machine itself.