This course requires you to have certain basics on Python programming, and of course, Python(3.7 or later) and Jupyter to be installed.
For Windows and MacOS users, it is recommended to install Anaconda, a open-platform for data science. This will set up both python and IDE all in one step.
For Linux users, you probably won't need any suggestion.
Link to Anaconda download: https://www.anaconda.com/products/individual
The workshop will also require some packages that can be installed through pip3 or conda:
- tweepy
pip install tweepy
orconda install -c conda-forge tweepy
pip show tweepy
- pandas