Getting Started With Python

Getting Started:

a beginners tutorial on Data Analysis.

Did you ever feel left behind when your friends start talking about their awesome analysis? Are you kaggle scores embarrassingly low? Then this is the meetup for you!

This special session will focus on a beginners guide to some general tools for data analysis with python. Bring your laptop for this hands on introduction to a full analysis chain. Including some exercises on:

Join us and other users on Gitter!

Gitter


In the ‘live’ session we began with an introduction to git and python every developer has thier own preferences for running these. You might want to run everything in colab, or on the Google Cloud Platform. Many sites will recommend installing everything locally with anaconda. Docker is becoming an essential tool for data science. All these options are perfectly valid and are left at the discression of the user. The outline of the tutorials is as follows

the code for these excercises can be found here

01 python basics

02 numpy basics

03 numpy operations

04 Pandas

05 Numpy generators

06 Matplotlib

07 Scikit learn