Explore tweets tagged as #Argparse
Python has awesome tools for creating CLIs, each with a unique flavor:. 🔹 argparse: Classic but verbose. 🔹 click: User-friendly, decorator-based. 🔹 typer: My favorite! Leverages type hints for a clean, modern interface. 👉 Which one do you use?. #Python #CLI #Programming
2
29
139
Day 36 - #100daysofcodechallenge.I worked on the Stock Trading News Alert project by using the argparse module and responses module. #Python #pythonprogramming
0
0
2
Had an enjoyable afternoon building a custom #cli #parser to replace #argparse in our code. It's easy to use. But it is a custom parser and works only for my use case, but for that case it does more than argparse can and is simpler to use. day1.#comandline #python #100DaysOfCode
2
0
2
🌦️ Just enhanced the Weather Dashboard for #DevOpsAllStarsChallenge! 🛠️ Added bucket deletion, CLI controls & more. 🛠️ Tech Used: Python, AWS S3, OpenWeather API, Boto3, Argparse, dotenv. ✨ Improvements:.1️⃣ 🗑️ Bucket deletion.2️⃣ 💻 CLI controls. 👉
1
0
1
TIL that in #Python you can use a custom formatter class for argument parser to display any defaults. argparse.ArgumentDefaultsHelpFormatter
1
0
0
Cómo programar nuestro propio escáner de puertos con Nmap paso a paso, donde podremos obtener los puertos abiertos de un host, utilizando las librerías de Nmap, argparse y subprocess. #pythonprogramming #python #ciberseguridad #kalilinux #informatica #programacion #scripting
2
57
250