Python-AI-Bootcamp GitHub Details, Stars and Alternatives | OpenRepoFinder
ahmadsanafarooq / repository
Python-AI-Bootcamp
This repository contains all the hands-on projects, assignments, notebooks, and learning materials from the Python & AI Bootcamp at iCode Guru. Topics covered include Python ,Data Analysis, visualization, machine learning, deep learning,NLP, Generative AI, Agentic AI and real-world AI applications.
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
52
Community adoption25% weight
15
Maintenance state20% weight
100
License clarity10% weight
0
Project information10% weight
75
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
🤖✨ AI & ML Bootcamp – iCodeGuru
Welcome to the AI & ML Bootcamp by iCodeGuru — a hands-on, project-driven journey from Python fundamentals to cutting-edge GenAI with LangChain, Transformers, and beyond.
This Bootcamp combines concept mastery with real-world application, preparing you for the AI revolution.
🧭 Curriculum Overview
Explore each module’s concepts, practice areas, and tools below. Each folder contains relevant notebooks, assignments, and practice files — not listed here for brevity.
📦 Module 1: Python Programming Fundamentals
Topics Covered:
Variables, data types, and operators
Control flow: if, for, while
Functions, lambda, decorators
Lists, tuples, sets, dictionaries
File I/O and error handling
Classes, objects, and OOP principles
✅ Foundation for everything ahead.
📊 Module 2: Data Analysis with Pandas
Topics Covered:
Series vs DataFrames
Data cleaning & transformation
GroupBy, aggregation, merging
Working with real datasets
Basic exploratory data analysis (EDA)
🔍 From raw CSV to clean, insightful data.
📈 Module 3: Data Visualization
Tools Used:
Matplotlib for core plotting
Seaborn for statistical graphs
Plotly for interactive charts
Skills Gained:
Bar, line, pie, scatter plots
Histograms, heatmaps, correlation plots
Plot customization and storytelling
🎨 Turn data into clear visual stories.
📐 Module 4: NumPy – Numerical Computing
Topics Covered:
Array creation and manipulation
Indexing, slicing, and reshaping
ALGORITHMICALLY RELATED
Similar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository will contain the presentation and python jupyter notebooks for my DataHack Summit 2025 conference talk, Building Effective Agentic AI Systems: Lessons from the Field. Drawing from my experience building deploying Agentic AI systems, we’ll focus on three pillars: Architecting, Optimizing, and Observability for Agentic AI Systems.
This repository contains all code samples, Jupyter notebooks, Python scripts. It is designed to help beginners learn Agentic AI concepts in a practical, hands-on way.
This repository contains end-to-end examples of building agentic AI systems using LangGraph. It covers implementations like chatbots, retrieval-augmented generation (RAG), custom agent structures, and more — all using Jupyter Notebooks for easy experimentation.