Skip to content

littleKitchen/ds-class-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ds-class-intro

Welcome to the intro-level DS class, where we will learn about python basics and how to use python for exploratory data analysis. Hope you'll enjoy the class and learn something from it.

0. Get started -

If you can, try to go throug the following reading and set up your local environment before class:

1. Python basics

You can run python in different settings, for example, you can use jupyter notebook for interactive exploration, use interpreter in command line by typing python in terminal (you'll see >>> prompt appear), or run python script in command line by python <your_script>.py. We will be using notebooks for the class as it's easy to follow with markdown and easy to interact with.

class01:

0. Environment set up (material in section 0)
1. Assign values to variables and simple arithmetics
2. `Print` and simple string manimulation

class02:

3. Value comparison and conditions using `if-elif-else`
4. Collections: list, tuple, set, and dictionary
*  Git - Commiting, Pushing, and Pull Request

Homework_01(Exercise0,3,4) is due next class. Please refer to homework submission instructions for how to open pull request for submission.

class03:

5. Iteration: loops and comprehensions
*  HW01 review [delayed]
Ref:

https://github.com/tdpetrou/Minimally-Sufficient-Pandas

https://github.com/cmawer/pycon-2017-eda-tutorial/blob/master/EDA-cheat-sheet.md

https://github.com/Tian-Su/Walmart_MI_ML_interview_campus

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.0%
  • Python 2.0%