NLP with Python Scikit-Learn, NLTK, Spacy, Gensim, Textblob and more Setup VSCode with python3 and virtual environment: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt code .