Tag: Python
-
Export and Backup Your Data and Files from Slack
We decided to opt-out of the very noisy universe of Slack in favor of native frictionless messaging, note-taking, and sharing tools. So after navigating the Slack Data Export Jungle and finally exporting data as JSON files, we created a handy Python script to download and backup all shared files, so you don’t have to.
-
Running Python Azure Function Locally on an M1
Currently, the Azure Function Tools do not support Python functions on an M1. There is an ongoing process to update the tools in the future. When trying to start the python function, you will receive an error message like the following: Microsoft.Azure.WebJobs.Script: Architecture Arm64 is not supported for language python. Meanwhile, it is necessary to implement a workaround […]