Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.72 KB

README.md

File metadata and controls

24 lines (16 loc) · 1.72 KB

Python for Data Science and Machine Learning

This repo houses tons of intro exercises for beginner Python programmers.

These exercises were originally authored by Milad Toutounchian, Assistant Teaching Professor at Drexel University.

How to Use this Repo:

Start Here to see our welcome document! This will get your feet wet in what Python has to offer.

Chapter 0: Python Skills Needed For Data Science

In this section we discuss a variety of utilities in Python for solving problems, especially those involving array manipulations (which you might just happen to across in the field of data science :).

  1. Chapter Activites:
    1. Part 1
    2. Part 2

Chapter 1: Exploratory Data Analysis

Currently TBD. If you have ideas for what we could do in this chapter, please join the discussion in the GitHub issue!

Chapter 2: Applied Machine Learning

Currently TBD. If you have ideas for what we could do in this chapter, please join the discussion in the GitHub issue!

Chapter 3: Applied Deep Learning

Currently TBD. If you have ideas for what we could do in this chapter, please join the discussion in the GitHub issue!