Sale!

Python Pro Bootcamp for Teens (Ages 12+): Learn Automation, Build a Telegram Bot & Your Own ChatGPT

Original price was: ₦120,000.Current price is: ₦15,000.

Python Pro Bootcamp for Teens (Ages 12+): Learn Automation, Build a Telegram Bot & Your Own ChatGPT

Course Description:

Get ready to turn your Python skills into powerful, real-world tools!
Python Pro Bootcamp for Teens (Ages 12+) is a hands-on coding experience designed for young programmers who want to level up with automation, bots, and AI.

In this engaging and project-based bootcamp, students will:

βš™οΈ Automate Everyday Tasks – Learn how to write Python scripts that send emails, handle files, and make life easier with automation.

πŸ€– Build a Telegram Bot – Create your own bot that can respond to messages, send updates, and automate tasks inside Telegram.

🧠 Develop a ChatGPT-Style App – Use Flask and DeepSeek-R1:1.5B (via Ollama) to build a custom API that powers a chatbot connected to a React frontend.

By the end of the course, students will not only sharpen their Python fundamentals like functions and loops, but also gain confidence working with APIs, automation, and AI toolsβ€”all while building impressive, portfolio-ready projects.

This bootcamp makes coding practical, creative, and future-focused!

Requirement

A Computer, Stable Internet and a Prepared Mind

Course Duration

4 – 7 Weeks – 3 Classes Per Week

Course Curriculum

  • Why Python? What can it do?
  • Writing your first Python script
  • Variables, input/output
  • Basic math operations
  • Strings, integers, floats, booleans, List, Tuple, Dictionary, Byte, ByteArray
  • if, else, elif statements
  • Python Operators
  • for and while loops
  • break, continue
  • Writing and calling functions
  • Mini project: Multiplication quiz generator
  • Importing libraries
  • Reading and writing .txt files
  • Python standard libraries
  • os, time, random
  • Using smtplib and email.message
  • Setting up Gmail or SMTP test accounts
  • Sending plain text emails
  • Sending personalized messages from a list
  • Automating birthday/holiday emails
  • Mini dashboard in CLI
  • What is an API?
  • Understanding JSON responses
  • Making HTTP requests with requests
  • Creating a bot using BotFather
  • Using python-telegram-bot library
  • Responding to commands (/start, /help)
  • Automate sending reminders or scheduled messages
  • Automate sending reminders or scheduled messages
  • Bonus: Add keyboard buttons
  • What is Flask?
  • Creating a basic API route
  • Connecting with Postman or browser
  • Running DeepSeek locally via Ollama
  • Generating text based on input prompts
  • Generating text based on input prompts
  • Connect API with existing React app (user sends question β†’ Flask β†’ DeepSeek β†’ back to frontend)
  • Wrap-up, demo day, and feedback