Weather App Using Tkinter & OpenWeatherMap API | CBSE Class 12 Computer Science Investigatory Project

Weather App Using Tkinter   # ============================================================ # WEATHER APP — TKINTER + OPENWEATHERMAP API # CBSE Class 12 Computer Science Investigatory Project # Topics Covered: Tkinter GUI, requests library, JSON parsing, # API integration, File Handling (search history) # ============================================================ # # REQUIREMENTS: # pip install requests # pip install pillow (for icons/images – … Read more

Expense Tracker Project Using Python, CSV, Pandas & Matplotlib with Source Code

Expense Tracker Project Using Python   # ============================================================ # EXPENSE TRACKER # CBSE Class 12 Computer Science / Informatics Practices # Investigatory Project # # Topics Covered: # – File Handling (CSV read/write) # – pandas — DataFrame, filtering, groupby, aggregation # – matplotlib — pie chart, bar chart, line chart # – datetime module … Read more

Inventory Management System – Python MySQL Project for CBSE Class 12

Inventory Management System   # ============================================================ # INVENTORY MANAGEMENT SYSTEM # CBSE Class 12 Computer Science Investigatory Project # Retail / Shop Context # # Topics Covered: # – Python–MySQL Connectivity # – CRUD Operations (Create, Read, Update, Delete) # – Aggregate Functions (SUM, AVG, MAX, MIN, COUNT) # – Multi-table Queries & Joins # … Read more

School Management System Python Project with Source Code

School Management System Python Project   # ============================================================ # SCHOOL MANAGEMENT SYSTEM # CBSE Class 12 Computer Science Investigatory Project # Topics Covered: Python-MySQL Connectivity, File Handling, # Functions, Lists, Dictionaries, OOP Concepts # ============================================================ # # REQUIREMENTS: # pip install mysql-connector-python # # MYSQL SETUP (run these in MySQL before starting): # CREATE DATABASE … Read more

Student Report Card System | Class 12 CS Project

Student Report Card System – Class 12 CS Project in Python CBSE Class 12 Computer Science Investigatory Project Topics Covered: File Handling, CSV Module, Functions,  Lists, Dictionaries, String Formatting   # ============================================================ # STUDENT REPORT CARD SYSTEM # CBSE Class 12 Computer Science Investigatory Project # Topics Covered: File Handling, CSV Module, Functions, # Lists, … Read more

Class 10 IT Sample Paper 2026

Class 10 IT Sample Paper 2026 Get ready for your Class 10 IT Board Exam 2026 with the latest Class 10 Information Technology (IT) Sample Paper 2026 based on the updated CBSE syllabus and exam pattern. This sample paper helps students understand important topics, question formats, and marking schemes, ensuring effective preparation for both theory … Read more

Electronic Configuration Project using Python for Class 11

Electronic Configuration Project

Fun with Chemistry: Electronic Configuration Project using Python for Class 11 CS In this post, we’ll explore a simple Python program that helps you find the electronic configuration of elements using their atomic number or symbol. It’s perfect for learning Python basics like functions, loops, and error handling while diving into a cool chemistry topic. … Read more

Copywrite © 2020-2026, CBSE Python,
All Rights Reserved