You are here |
blog.rtwilson.com | ||
| | | |
blog.nuculabs.de
|
|
| | | | 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. | |
| | | |
blog.martinig.ch
|
|
| | | | Informations and opinions about software architecture, developers on call, holacracy, Scrum, continuous testing, product management, saying thank you, tech leadership, customer journey maps, code reviews, code sharing, good bugs, android testing and open source project management. | |
| | | |
hamatti.org
|
|
| | | | python -m http.server provides a handy way to spin up a local server for your files. | |
| | | |
www.softdevtube.com
|
|
| | Large Language Models (LLM) have enabled machines to write code. The resulting movement, AI-assisted coding, promises to improve the productivity of software developers. However, AI-assisted coding is still in its infancy. This implies that we should embrace it with caution, guardrails, and realistic expectations. This talk presents both the short- and long-term implications of using |