JasonKessler / IndiethinkersTutorial

Python for Text Analysis tutorial presented to Indiethinkers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IndiethinkersTutorial

Python for Text Analysis tutorial presented to Indiethinkers

Setup

Install Miniconda on your computer for Python 3.9. See https://docs.conda.io/en/latest/miniconda.html for how to do this. Create a new virtual environment using miniconda. Call this "idt". Type the following into your computer's command line after installing:

conda install jupyter 
conda create -n idt anaconda python=3 
conda activate idt
conda install scattertext
pip install agefromname

Next, please watch and program along to this video (https://www.youtube.com/watch?v=ZyhVh-qRZPA) giving a short introduction to Pandas and Jupyter Notebooks

About

Python for Text Analysis tutorial presented to Indiethinkers

License:Apache License 2.0


Languages

Language:HTML 99.9%Language:Jupyter Notebook 0.1%