Skip to content
This repository has been archived by the owner on Jul 6, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
16 lines (10 loc) · 654 Bytes

Python_IDE_Setup.md

File metadata and controls

executable file
·
16 lines (10 loc) · 654 Bytes

Python IDE

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:

  1. tweepy
    • pip install tweepy or conda install -c conda-forge tweepy
    • pip show tweepy
  2. pandas