Send Emails from Linux with Gmail using msmtp
A clean, lightweight way to send emails from a Linux workstation using Gmail SMTP—perfect for cron jobs, scripts, and system alerts.
A clean, lightweight way to send emails from a Linux workstation using Gmail SMTP—perfect for cron jobs, scripts, and system alerts.
The code below demonstrates how to make concurrent requests to the ECMWF API using the cdsapi library and Python’s asyncio module. It defines an asynchronous...
I recently tested three tools for compressing 102 NetCDF files contain gridded rainfall data (138GB) and found 7-Zip to be the best. Here’s a quick compariso...