Install miniconda on MacOS
One of the most used tools in data science field (alongside R) is Python with his enormous amount of libraries like NumPy, pandas or SciPy.
Alongside these there is also the web frontend Jupyter that makes it easy to create interactive Python notebooks which are locally served on your system. If this is not your cup of tea there are several existing hosted solution like Google Colaboratory
read more…Quick tip: Formatting date/time data in Django
There are situations where you obtain JSON data from an external source (e.g. via a REST-API) which contains date and time Information in the ISO 8601 format which looks like this:
2020-10-27T13:47:25.662Z
read more…