Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

Python for Data Science — NPTEL

Notes, slides, assignment solutions, and revision material for the NPTEL course Python for Data Science by Prof. Ragunathan Rengasamy, IIT Madras.

Syllabus

Week Topics
Week 1 Basics of Python & Spyder — Introduction to Spyder, Setting Working Directory, Creating & Saving Script Files, File Execution, Clearing Console/Environment, Commenting, Variable Creation, Arithmetic & Logical Operators, Data Types
Week 2 Sequence Data Types (Strings, Lists, Arrays, Tuples, Dictionary, Sets, Range), NumPy ndArray
Week 3 Pandas DataFrame Operations (Reading Files, EDA, Data Preparation & Preprocessing) on Toyota Corolla Dataset; Data Visualization with Matplotlib & Seaborn (Scatter, Line, Bar, Histogram, Box, Pair Plots); Control Structures (if-else, for/while loops, break, Functions)
Week 4 Case Study — Regression (Predicting Price of Pre-owned Cars), Classification (Classifying Personal Income)

Repository Structure

Each Week-XX/ folder contains:

  • slides/ — lecture slides/notes
  • assignment-solutions/ — weekly assignment questions, solutions, explanations
  • revision/ — quick revision and important concepts

Credits

  • All lecture content and slides referenced/summarized in this repository belong to NPTEL and are based on the official course Python for Data Science taught by Prof. Ragunathan Rengasamy, IIT Madras. This repository is an independent, unofficial set of personal notes for learning purposes — not affiliated with or endorsed by NPTEL.
  • Official platform: NPTEL / SWAYAM

License

See LICENSE.

About

Structured notes, slides, and assignment solutions for NPTEL's Python for Data Science (IIT Madras) — covering Python basics, NumPy, Pandas, data visualization, and regression/classification case studies. Organized week-wise for easy revision.

Topics

Resources

Contributing

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors