63  technical stuff

63.1 operating systems

I recommend working with UNIX-based operating systems (MacOS or Linux). Everything is easier.

If you use Windows, consider installing Linux on Windows with WSL.

63.2 software

Anaconda’s Python distribution

VSCode

63.3 python packages

Kats — a one-stop shop for time series analysis
Developed by Meta

statsmodels statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models.

ydata-profiling
Quick Exploratory Data Analysis on time-series data. Read also this.