The Cerebot Project

Summer Internship 2025

View project on GitHub

Welcome to Week 1 !

Welcome to Week 1 of the Cerebot Project. This is where we teach your chatbot how to exist. That means getting your tools ready, practicing basic Python, and writing your first lines of real code. Think of this week as assembling your bot’s brain stem—basic input, output, and memory.

By the end of the week, your bot will:

  • Say hello to users
  • Ask questions
  • Respond differently based on answers
  • Be saved safely in your GitHub repo

You’ll also:

  • Set up VS Code, Python, and GitHub
  • Understand how print(), input(), and variables work
  • Write your first if/else logic
  • Learn how to commit and push code like a real engineer 🚀

Week 1 Overview

Day What You’ll Do
Day 1 – Set Up Your Tools and Project Install everything, learn about the Cerebot project, create your GitHub repo
Day 2 – Make the Bot Talk Learn print(), input(), and variables; create your first basic chatbot
Day 3 – Teach It to Decide Use if, else, and elif to give your bot reactions and personality
Day 4 – Make It Modular Break your code into functions and reuse logic like a pro

If you’re ever confused, stuck, or just curious, ask questions. That’s what great engineers do!.

Good luck!

  • Viraj