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:
| | mathieuduponchelle.github.io
5.4 parsecs away

Travel
| | [AI summary] This blog post discusses the implementation of a Python-based GStreamer audio test source element, highlighting its capabilities, properties, and integration with GStreamer's framework.
| | www.nayuki.io
1.6 parsecs away

Travel
| | [AI summary] The author concludes their support for Python 2 and fully transitions to Python 3, detailing the reasons for the shift and outlining changes to their codebase.
| | blog.jetbrains.com
23.8 parsecs away

Travel
| Want to write faster Python code? Discover the difference between `async/await` and `threading` and how concurrency works in Python with real-world examples.