This course aims to introduce students to data analytics techniques using Python, with a focus on Exploratory Data Analysis (EDA), regression, and supervised learning. It equips learners with practical skills in handling data, automating EDA, and applying machine learning concepts in real-world scenarios.
Welcome to the official repository for the TYBCA β Data Analytics Using Python course under VNSGU. This repository is designed to provide students with:
- Interactive Google Colab notebooks
- High-quality teaching materials
- Practical assignments & lab exercises
- Real-world datasets
- Step-by-step EDA & Machine Learning basics
- Student-friendly explanations + hands-on examples
This course emphasizes learning-by-doing, enabling students to explore data, visualize patterns, clean datasets, and understand foundational ML concepts.
β Well-structured unit-wise content β Colab-ready notebooks with βOpen in Colabβ support β Beginner-friendly explanations & visualizations β Assignments + practice tasks for each unit β Real datasets for hands-on learning β Mini-project templates for student submissions β Vedic Mathematics Sutra implementations (Unit 4) β Continuously updated with new notebooks and improvements
data-analytics-using-python/
β
βββ 1_Syllabus/
β βββ 602_Data_Analytics_using_Python.pdf # official syllabus (uploaded)
β
β
β
βββ 2_Lecture_Notes/
β βββ Unit1_Fundamentals
β βββ Unit2_Automated_EDA/
β βββ Unit3_Supervised_Learning/
β βββ Unit4_Vedic_Math_Sutras/
β
βββ 3_Projects_Presentations/
β βββ Mini_Project_Template.ipynb
β βββ Student_Submissions/ # (one folder per student/group or zipped uploads)
β βββ Project_Evaluation_Rubric.md
β
βββ 4_Assignments/
β βββ Unit1_Assignment/
β βββ Unit2_Assignment/
β βββ Unit3_Assignment/
β
βββ 5_QuestionBank/
β βββ Unit1_MCQ.md
β βββ Unit1_Short_Long_Questions.md
β βββ Practical_Exam_Questions.md
β
βββ 6_eBooks_ExtraResources/
β βββ Reema_Thareja_Python_for_Data_Analysis.pdf # if allowed by license / links
β βββ References.md # canonical reading list + links
β βββ Tutorials/ # curated external links
β
βββ 7_Previous_Year_Papers/
β
βββ resources/
β βββ datasets/
β β βββ students_performance.csv
β β βββ iris.csv
β β βββ house_prices.csv
β βββ notebooks/
β β βββ notebooks_list.md # index of notebooks + "Open in Colab" links
β β βββ Unit1_Fundamentals.ipynb
β β βββ Unit1_Student_Workbook.ipynb
β β βββ Unit2_Automated_EDA.ipynb
β βββ assets/
β β βββ github_banner.png
β β βββ logos/
β βββ data_dictionary.md
β
βββ README.md
βββ LICENSE
βββ .gitignore
- EDA introduction
- Types of analysis (Univariate, Bivariate, Multivariate)
- Missing values, outliers
- Normal & skewed distributions
- Skewness & kurtosis
π Notebook: /notebooks/Unit1_Fundamentals.ipynb
- Pandas & NumPy techniques
- Automated EDA tools
- Regression basics
- Covariance & correlation
- Machine Learning introduction
π Notebook: /notebooks/Unit2_Automated_EDA.ipynb
- Classification vs Regression
- Dataset splitting
- Overfitting & Underfitting
- Evaluation metrics: MSE, MAE, RΒ²
π Notebook: /notebooks/Unit3_Supervised_Learning.ipynb
- Logical reasoning with Vedic Math
- 16 Sutras implemented in Python/C
- Fast numeric techniques
- Algorithmic thought development
π Notebook: /notebooks/Unit4_Vedic_Math_Sutras.ipynb
Every notebook in this repository is Colab-ready.
Use this badge template:
[](
https://colab.research.google.com/github/sbccas/data-analytics-using-python/blob/main/notebooks/<NOTEBOOK_NAME>.ipynb)This repository includes:
- π Unit-wise Assignments
- π§ͺ Lab exercises
- π Practice datasets
- π Mini-project templates
- π― Final capstone project outline
Students can open all tasks directly in Google Colab.
- StudentsPerformance dataset
- Iris dataset
- House Prices dataset
- Small Retail Sales dataset
- Attendance / Marks dataset
Datasets are located in /datasets/.
Students and educators are welcome to contribute by:
- Adding new datasets
- Improving notebook content
- Creating examples & visualizations
- Submitting beginner-level ML notebooks
- Reporting issues or suggesting improvements
Pull requests are encouraged!
Hitech Educator & IT Professional Expert in Python, Data Analytics, C Programming, .NET, and teaching under VNSGU for over two decades. Passionate about helping students learn through interactive examples and hands-on exploration.
If you find this repository useful:
- β Star this repo
- π£ Share with classmates
- π Open issues for feedback
- π€ Contribute with notebooks/datasets
This repository is intended for educational and academic use. All materials are freely available for students and faculty for learning purposes.