#argparse — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #argparse, aggregated by home.social.
-
Just released! 🚀
🐍 Python 3.15 alpha 3!
https://discuss.python.org/t/python-3-15-0-alpha-3/105325?u=hugovk
🔬 PEP 799: A new high-frequency statistical sampling profiler and dedicated profiling package
💬 PEP 686: Python now uses UTF-8 as the default encoding
🌊 PEP 782: A new PyBytesWriter C API to create a Python bytes object
🎨 Colour code snippets in argparse help: https://bsky.app/profile/savannah.dev/post/3m7svdqdeqs2x
⚠️ Better error messages#Python #Python315 #CPython #release #PEP799 #PEP686 #PEP782 #argparse
-
Just released! 🚀
🐍 Python 3.15 alpha 3!
https://discuss.python.org/t/python-3-15-0-alpha-3/105325?u=hugovk
🔬 PEP 799: A new high-frequency statistical sampling profiler and dedicated profiling package
💬 PEP 686: Python now uses UTF-8 as the default encoding
🌊 PEP 782: A new PyBytesWriter C API to create a Python bytes object
🎨 Colour code snippets in argparse help: https://bsky.app/profile/savannah.dev/post/3m7svdqdeqs2x
⚠️ Better error messages#Python #Python315 #CPython #release #PEP799 #PEP686 #PEP782 #argparse
-
Just released! 🚀
🐍 Python 3.15 alpha 3!
https://discuss.python.org/t/python-3-15-0-alpha-3/105325?u=hugovk
🔬 PEP 799: A new high-frequency statistical sampling profiler and dedicated profiling package
💬 PEP 686: Python now uses UTF-8 as the default encoding
🌊 PEP 782: A new PyBytesWriter C API to create a Python bytes object
🎨 Colour code snippets in argparse help: https://bsky.app/profile/savannah.dev/post/3m7svdqdeqs2x
⚠️ Better error messages#Python #Python315 #CPython #release #PEP799 #PEP686 #PEP782 #argparse
-
Just released! 🚀
🐍 Python 3.15 alpha 3!
https://discuss.python.org/t/python-3-15-0-alpha-3/105325?u=hugovk
🔬 PEP 799: A new high-frequency statistical sampling profiler and dedicated profiling package
💬 PEP 686: Python now uses UTF-8 as the default encoding
🌊 PEP 782: A new PyBytesWriter C API to create a Python bytes object
🎨 Colour code snippets in argparse help: https://bsky.app/profile/savannah.dev/post/3m7svdqdeqs2x
⚠️ Better error messages#Python #Python315 #CPython #release #PEP799 #PEP686 #PEP782 #argparse
-
Just released! 🚀
🐍 Python 3.15 alpha 3!
https://discuss.python.org/t/python-3-15-0-alpha-3/105325?u=hugovk
🔬 PEP 799: A new high-frequency statistical sampling profiler and dedicated profiling package
💬 PEP 686: Python now uses UTF-8 as the default encoding
🌊 PEP 782: A new PyBytesWriter C API to create a Python bytes object
🎨 Colour code snippets in argparse help: https://bsky.app/profile/savannah.dev/post/3m7svdqdeqs2x
⚠️ Better error messages#Python #Python315 #CPython #release #PEP799 #PEP686 #PEP782 #argparse
-
So my side side project to print out help for ALL the commands and subcommands and so on for an #Argparse app. Although it will make best efforts for other commands.
`totalhelp pipx` -- seems to work.
`totalhelp llm` -- incredibly slow.also has library version for
`my_command --totalhelp` and it shows all the help for all the commands.
-
So my side side project to print out help for ALL the commands and subcommands and so on for an #Argparse app. Although it will make best efforts for other commands.
`totalhelp pipx` -- seems to work.
`totalhelp llm` -- incredibly slow.also has library version for
`my_command --totalhelp` and it shows all the help for all the commands.
-
So my side side project to print out help for ALL the commands and subcommands and so on for an #Argparse app. Although it will make best efforts for other commands.
`totalhelp pipx` -- seems to work.
`totalhelp llm` -- incredibly slow.also has library version for
`my_command --totalhelp` and it shows all the help for all the commands.
-
So my side side project to print out help for ALL the commands and subcommands and so on for an #Argparse app. Although it will make best efforts for other commands.
`totalhelp pipx` -- seems to work.
`totalhelp llm` -- incredibly slow.also has library version for
`my_command --totalhelp` and it shows all the help for all the commands.
-
So my side side project to print out help for ALL the commands and subcommands and so on for an #Argparse app. Although it will make best efforts for other commands.
`totalhelp pipx` -- seems to work.
`totalhelp llm` -- incredibly slow.also has library version for
`my_command --totalhelp` and it shows all the help for all the commands.
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Python
#programming #programacion #cmdline #argparse
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--python
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Python
#programming #programacion #cmdline #argparse
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--python
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Python
#programming #programacion #cmdline #argparse
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--python
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Python
#programming #programacion #cmdline #argparse
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--python
-
#SolucionarioDelProgramador #GNU_linux : Parámetros línea de Comandos en #Python
#programming #programacion #cmdline #argparse
https://ibolcode.net/roor/2025-09-parametros-linea-de-comandos--python
-
Had an enjoyable afternoon building a custom #cli #parser to replace #argparse in our internal tooling. I like its ease of use. But it is a custom parser and works only for my specific use case, but for use case it does more than argparse can and is simpler to use. #comandline #python
-
Had an enjoyable afternoon building a custom #cli #parser to replace #argparse in our internal tooling. I like its ease of use. But it is a custom parser and works only for my specific use case, but for use case it does more than argparse can and is simpler to use. #comandline #python
-
Had an enjoyable afternoon building a custom #cli #parser to replace #argparse in our internal tooling. I like its ease of use. But it is a custom parser and works only for my specific use case, but for use case it does more than argparse can and is simpler to use. #comandline #python
-
Had an enjoyable afternoon building a custom #cli #parser to replace #argparse in our internal tooling. I like its ease of use. But it is a custom parser and works only for my specific use case, but for use case it does more than argparse can and is simpler to use. #comandline #python
-
Had an enjoyable afternoon building a custom #cli #parser to replace #argparse in our internal tooling. I like its ease of use. But it is a custom parser and works only for my specific use case, but for use case it does more than argparse can and is simpler to use. #comandline #python
-
argparse is maybe-okay for simple things, but I don't use it for pretty much anything anymore. Have you tried one of the other extant packages that provide higher-level, more-powerful option handling?
I use `click` extensively for complex multiple-command CLI tools.
-
argparse is maybe-okay for simple things, but I don't use it for pretty much anything anymore. Have you tried one of the other extant packages that provide higher-level, more-powerful option handling?
I use `click` extensively for complex multiple-command CLI tools.
-
argparse is maybe-okay for simple things, but I don't use it for pretty much anything anymore. Have you tried one of the other extant packages that provide higher-level, more-powerful option handling?
I use `click` extensively for complex multiple-command CLI tools.
-
argparse is maybe-okay for simple things, but I don't use it for pretty much anything anymore. Have you tried one of the other extant packages that provide higher-level, more-powerful option handling?
I use `click` extensively for complex multiple-command CLI tools.
-
argparse is maybe-okay for simple things, but I don't use it for pretty much anything anymore. Have you tried one of the other extant packages that provide higher-level, more-powerful option handling?
I use `click` extensively for complex multiple-command CLI tools.
-
It's probably a case of #bikesheding, but I've been really unhappy with the #python 's #argparse library for a while now. It's okay for run of the mill tools, but fails for more complex command line tools that have subcommands and complex options like --no-except to negate an option.
This is my first cut writing a command line parser for a #cli
https://github.com/sumanthvepa/experiments/tree/develop/python/parse-dralithus-cmdline
-
It's probably a case of #bikesheding, but I've been really unhappy with the #python 's #argparse library for a while now. It's okay for run of the mill tools, but fails for more complex command line tools that have subcommands and complex options like --no-except to negate an option.
This is my first cut writing a command line parser for a #cli
https://github.com/sumanthvepa/experiments/tree/develop/python/parse-dralithus-cmdline
-
It's probably a case of #bikesheding, but I've been really unhappy with the #python 's #argparse library for a while now. It's okay for run of the mill tools, but fails for more complex command line tools that have subcommands and complex options like --no-except to negate an option.
This is my first cut writing a command line parser for a #cli
https://github.com/sumanthvepa/experiments/tree/develop/python/parse-dralithus-cmdline
-
It's probably a case of #bikesheding, but I've been really unhappy with the #python 's #argparse library for a while now. It's okay for run of the mill tools, but fails for more complex command line tools that have subcommands and complex options like --no-except to negate an option.
This is my first cut writing a command line parser for a #cli
https://github.com/sumanthvepa/experiments/tree/develop/python/parse-dralithus-cmdline
-
It's probably a case of #bikesheding, but I've been really unhappy with the #python 's #argparse library for a while now. It's okay for run of the mill tools, but fails for more complex command line tools that have subcommands and complex options like --no-except to negate an option.
This is my first cut writing a command line parser for a #cli
https://github.com/sumanthvepa/experiments/tree/develop/python/parse-dralithus-cmdline