A Brief Guide To Manage Configurations Using TOML Files
Why are TOML files better than JSON and YAML? How to manage Python project config? Why Netlify, Hugo, and many others prefer TOML.
Why are TOML files better than JSON and YAML? How to manage Python project config? Why Netlify, Hugo, and many others prefer TOML.
Use python to run commands on a remote computer. Learn to do it password less with key files and run multiple commands with script files.
Learn to use Python argparser with examples. Customize help messages, add data type conversion, and restrict inputs to a list of values.
You can build CLIs with Typer. It can accept command line arguments and get the output printed on the terminal.
A complete guide to converting tuples to other iterable types. Tuples are one of the four iterable types in Python.
Techniques to iterate over tuple elements. Loop using enumeration, steps, end do nested iterations.
Tuples are an ordered, immutable collection type in Python. They are ordered and indexed. Also Tuples allow duplicates.
You can read CSVs into Pandas data frame, Numpy arrays, a list, a dictionary, etc. You can read them from the local filesystem or an S3 bucket. Here’s a list of ways to do them in Python.
You can convert a large number of Excel files to CSV format using Python without the help of a spreadsheet software.
You can find social media profiles by username with this free tool from LinkedIn, Twitter, Instagram, Facebook, etc.