0% found this document useful (0 votes)
175 views

Data Science in Python

This document outlines 8 steps for learning data science in Python, from beginner to expert level. It recommends setting up an environment, learning Python basics like lists and dictionaries, then advancing to scientific libraries like NumPy and Pandas. Later steps focus on data visualization, machine learning using Scikit-learn, practice, and finally deep learning. The overall path guides the user from introductory concepts to mastery of Python for data science applications.

Uploaded by

David Charles
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
175 views

Data Science in Python

This document outlines 8 steps for learning data science in Python, from beginner to expert level. It recommends setting up an environment, learning Python basics like lists and dictionaries, then advancing to scientific libraries like NumPy and Pandas. Later steps focus on data visualization, machine learning using Scikit-learn, practice, and finally deep learning. The overall path guides the user from introductory concepts to mastery of Python for data science applications.

Uploaded by

David Charles
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Learn Data Science in Python

STEP 0
Before beginning you should have the answers for :
- Why should I learn Python?
- How would Python be useful?

STEP1
Set up your Machine
- Download and Install Anaconda

STEP 2
Get a grip on basics of Python
- Begin with Codecademy.
- Properly understand Lists,Tuples, Dictionaries, List
comprehensions,Dictionary comprehensions.
- Start solving Python assignments

-------- Beginner Level Completed --------

STEP 3
Master the use of regular expressions in Python
-Take google class on Python
-Do 'baby names' excercise
- Understand about Text Mining

STEP 4
application

module module
Gain mastery on Scientific Libraries in Python
instance - NumPy, SciPy, Matplotlib, Pandas.
- Focus on NumPy Arrays
- Go through tutorials of NumPy, SciPy, Pandas

STEP 5
Data Visualization in Python
- Harvard's tutorial on DV 11 23 30 72 68 28 22 13

- Practice Assignment

----- Intermediate Level Completed ------

STEP 6
Time to conquer SciKit Learn and Machine Learning
- Refer to Harvard's CS109 course
- Machine Learning course by Andrew Ng
- Practice Assignments

STEP 7
Practice makes a man perfect
- Practice the above steps religiously

------ Advanced Level Completed -----

STEP 8
Dive deep into Deep Learning
- Course by Geoff Hinton

------ Expert Level Completed --------


To view the complete learning path on Python, visit here:

http://bit.ly/1Iznbcw

You might also like