
- Introduction to programming and Python
- Overview of Google Colab
- Overview of Github
- Basic syntax: print statements, comments
- Variables and data types (integers, floats, strings)
- Simple input and output using `input()` and `print()`
- Comparison and logical operators
- Conditional statements (if, elif, else)
- Introduction to loops (while loops)
- Using loops for repetitive tasks
– For loops can be understood on Day 4 class
- Lists: creation, indexing, slicing
- Basic list methods (append, remove, etc.)
– Tuple introduction (W3 schools)
- Continue For loop after lists.
- Set Basics
- Set methods
- Dictionaries: creation, accessing values
- Basic dictionary methods
-Built-in Functions
-Defining and calling functions
- Parameters and return values
- Introduction to modules and libraries
- Using the `math` module
- Introduction to Packages
- Understanding PIP
- String operations and methods
- String formatting
- Reading from and writing to files using Colab's file system
- Basic file operations
- Simple project: Creating a basic python project (Learners have to do based on their understanding)
- Review of all Python topics covered
- Overview of text generation tools
- LLMs - an Introduction
- Introduction to ChatGPT, Gemini and Claude
- Practical exercise: Comparing ChatGPT vs. Gemini (zero code exercise)
- Using OpenAI Playground and Google AI Studio
- Demo: Google AI Studio, Open AI Playground
- Introduction to code generation with AI
- Leveraging Claude / ChatGPT to build tools / softwares
- Asking the right questions using better Prompt Engineering
- Practical exercise: Building a python code generator using gemini AI model and fastAPI (Using AI code generation - zero code exercise) - Cursor IDE
- Introduction to image generation tools
- Use cases for image generation tools
- Overview of tools: OpenAI DALL-E, Midjourney, Stable Diffusion 2
- Practical exercise: Generating image and animate it with runwayML (zero code exercise)
- Introduction to open source LLMs
- Ollama Introduction
- Setting up Ollama and LM Studio for running the models locally
- Accessing local models with code
- Practical exercise: Creating a simple chatbot as like ChatGPT with Ollama and LMStudio (zero code exercise)
- RAG technique to use LLMs with our own Data
- Embeddings and vector stores (chromaDB, qdrant, pgvector)
- leveraging RAG to use our own data without exposing it to Model
- Practical exercise : python code exercise to build a RAG pipeline for chunking and storing the PDF in FAISS (Code to build the RAG system)
- Introduction to Langchain
- What is LlamaIndex and where to use it
- Practical exercise :
Build a question and answering system on a webpage with LlamaIndex and ChromaDB
- Chat with SQL using Langchain - My github project demo
- Open Source world of AI
- AI advanced : Next steps in learning
Curious about Python programming and Generative AI but not sure where to start? This 15-day beginner-friendly course is designed to take you from zero to confidently building AI-powered projects—all through a practical, storytelling approach! If you’re familiar with Java, we’ll make it even easier by comparing concepts between the two languages, helping you transition smoothly.
From mastering Python fundamentals to exploring popular AI tools like ChatGPT and DALL-E, this course covers everything you need to start working with AI without writing complex code. You’ll dive into hands-on exercises, learn to use local LLMs, and build real-world AI applications—all with no prior Python or AI experience required.
Course Outline:
Day 1-4: Python Fundamentals
Introduction to programming and Python
Overview of Google Colab and Github
Python syntax: print statements, comments, variables, and data types
Control structures: conditional statements, loops, and repetitive tasks
Data structures: lists, sets, tuples, and dictionaries
Day 5-7: Functions, Modules, and Packages
Defining and calling functions
Parameters and return values
Working with Python libraries and modules like math
Understanding PIP and how to install packages
Day 8: Files and Python Project
String operations and formatting
File handling: reading and writing files in Google Colab
A simple Python project based on the learner's understanding
Day 9-10: Introduction to Generative AI
Text generation tools and large language models (LLMs)
Practical exercises: Comparing ChatGPT and Gemini AI
Code generation with AI tools like Claude and ChatGPT
Prompt engineering for effective AI communication
Building a Python code generator using AI (no coding required)
Day 11-14: Advanced Generative AI Concepts
Image generation with tools like DALL-E, Midjourney, and Stable Diffusion
Running LLMs locally using Ollama and LM Studio
Retrieval Augmented Generation (RAG) technique with vector stores like ChromaDB
LLM frameworks: Langchain and LlamaIndex
Building a question-answering system using LLM frameworks
Day 15: Building Real AI Projects
Creating AI-powered tools like SQL chatbots using Langchain
Exploring the open-source world of AI and next steps in AI learning
By the end of the course, you’ll have a solid foundation in Python and Generative AI, with the confidence to build exciting AI projects. Perfect for curious minds looking to step into the future of tech!