Python + AI
Module 1: Python Programming Basics (2 Hours)
● Introduction to Python & Setup (IDEs, environments)
● Variables, Data Types, and Operators
● Conditional Statements (if, else, elif)
● Loops (for, while)
● Functions and Modules
● Basic Data Structures: Lists, Tuples, Dictionaries
Module 2: Data Handling & AI Foundations (2 Hours)
● File Handling (CSV, JSON)
● Introduction to Libraries: NumPy, Pandas
● Data Cleaning & Exploration
● Basic Visualization (Matplotlib / Seaborn)
● What is AI? Machine Learning vs Deep Learning
● AI Workflow Overview: Data, Model, Evaluation
Module 3: Intro to AI with Python (2 Hours)
● Scikit-Learn Overview
● Supervised Learning: Linear Regression, Decision Trees
● Unsupervised Learning: Clustering basics
● Model Evaluation: Accuracy, Confusion Matrix
● Brief intro to neural networks (using TensorFlow/Keras)