|
You are here |
vincent.bernat.ch | ||
| | | | |
blog.frost.kiwi
|
|
| | | | | Matplotlib colormaps exported for DaVinci Resolve | |
| | | | |
www.trickster.dev
|
|
| | | | | Code level discussion of web scraping, gray hat automation, growth hacking and bounty hunting | |
| | | | |
pythontest.com
|
|
| | | | | I was asked recently about how to test the argument parsing bit of an application that used argparse. argparse is a built in Python library for dealing with parsing command line arguments for command line interfaces, CLI's. You know, like git clone . git is the application. is a command line argument. clone is a sub-command. Well, that might be a bad example, as I'm not going to use subcommands in my example, but lots of this still applies, even if you are using subcommands. | |
| | | | |
simonwillison.net
|
|
| | | I was exploring how ChatGPT agent works today. I learned some interesting things about how it exposes its identity through HTTP headers, then made a huge blunder in thinking it ... | ||