Skip to content

tuncozturk/2021-09-13-python_live

 
 

Repository files navigation

2021-09-13 Python Live

Binder

Install Python using Anaconda: https://www.anaconda.com/distribution/

We will be using the Jupyter Notebook (via jupyter lab) which is pre-installed with the Anaconda distribution

Getting the data:

  1. If you know git, you can clone this repository.
  2. If you do not know git, there is a green "Clone or download" button on the top of the page. You can click "Download ZIP" to download the contents of this project (including the datasets).

Test your installation

If you can run the following lines in Python without error, you should be good to go

import pandas as pd
import seaborn as sns
import sklearn as sk
import numba

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%