Explore >> Select a destination


You are here

saeedesmaili.com
| | blog.nuculabs.de
8.3 parsecs away

Travel
| | It's been a while since I wrote a post and I'm also going to make this one a short one. Python Fire is a pretty cool Python library from Google that lets you turn any Python script into a command line tool, this means that you don't have to write any logic for handling command line parameters and options, but, if you script has sophisticated use cases then you'll be probably be better by using argparse from the standard library.
| | joshua.hu
5.2 parsecs away

Travel
| | Regular expressions are rarely the solution, but sometimes they can be helpful. I recently needed to create some regex which could be used to parse real domain names, and finding a definitive expression seemed to be difficult; especially one that wasn't vulnerable to ReDoS.
| | preslav.me
6.0 parsecs away

Travel
| | I am a software engineer with decades of experience developing software in Python, Go, and Java.
| | 4bes.nl
50.0 parsecs away

Travel
| I look at my first PowerShell script to see what I would do different now and how I started out. By rewriting it I get to look back at where I started.