date_range 10/03/2022 09:33
Do you generate multiple dataframes and write each one out to its own excel or csv file?
date_range 08/03/2022 11:50
Moving Jira data into a data warehouse is not difficult task for both cloud or on-prem deployments, but what about a heavily customized Jira instances?
date_range 13/04/2021 09:17
Django can easily load files onto the server for storage, but what if local storage is a big limitation?
date_range 19/08/2020 09:14
Unlike lambda forms in other languages, where they add functionality, Python lambdas are only a shorthand notation if you’re too “lazy” to define a function - Python.org
date_range 30/07/2020 06:57
The Python slice notation makes it very easy to access sub-lists from an existing list.