Skip to content
View codedchapter's full-sized avatar
  • Joined Apr 17, 2026

Block or report codedchapter

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
codedchapter/README.md
Typing SVG

YouTube Gmail GitHub followers Profile Views


πŸ§‘β€πŸ’» About Me

#!/usr/bin/env python3
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#             WHO AM I? β€” CodedChapter
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

class CodedChapter:
    def __init__(self):
        self.name      = "CodedChapter"
        self.origin    = "Kashmir, India 🍁"
        self.course    = "Harvard CS50P πŸŽ“"
        self.learning  = ["Python", "Linux", "Problem Solving"]
        self.goal      = "Become a Software Engineer πŸš€"
        self.creating  = "Python tutorials on YouTube 🎬"
        self.status    = "Starting college soon πŸ“š"
        self.motto     = "Chapter by chapter. Line by line. πŸ’‘"

    def current_focus(self):
        return {
            "studying"  : "CS50P β€” Week 5: Functions",
            "building"  : "YouTube channel @CodedChapter",
            "improving" : "Python & Linux every single day",
            "next"      : "College + first real Python project πŸ”₯"
        }

    def say_hi(self):
        print("Thanks for visiting! Let's grow together 🌱")

me = CodedChapter()
me.say_hi()

# OUTPUT:
# >> Thanks for visiting! Let's grow together 🌱

πŸ—ΊοΈ My Learning Journey

"Chapter by chapter, line by line."

πŸ“˜ CS50P Progress

Topic Status
πŸ”’ Variables & Data Types βœ… Done
πŸ”€ Conditions βœ… Done
πŸ” Loops βœ… Done
⚠️ Exceptions βœ… Done
πŸ“¦ Functions πŸ”„ In Progress...
πŸ§ͺ Unit Testing πŸ”’ Coming Soon
πŸ“ File I/O πŸ”’ Coming Soon
🌐 Libraries & APIs πŸ”’ Coming Soon
🏁 Final Project πŸ”’ Coming Soon

πŸ› οΈ Tech Stack & Tools

Python Linux Markdown VS Code Git GitHub YouTube CS50P Terminal


πŸ“Š GitHub Stats


GitHub Streak

🎬 What I'm Doing on YouTube

I document my entire learning journey on YouTube as @CodedChapter β€” from raw beginner mistakes to real breakthroughs. If you're learning Python too, let's figure it out together.

πŸ“Œ Current Series: Harvard CS50P β€” Full Course Walkthrough
🎯 Goal: Help other beginners not feel alone in the process

YouTube Channel


🌍 Where I'm From

🍁 Kashmir, β€” the paradise on Earth
Where the mountains are tall and the ambitions are taller.


🀝 Let's Connect

I'm always open to connecting with fellow learners, developers, and anyone who loves tech!

YouTube Email GitHub


"The best time to start was yesterday. The second best time is now." 🌱

⭐ Star my repos if you find them helpful β€” it motivates me to keep going!

Popular repositories Loading

  1. cs50p-python-journey cs50p-python-journey Public

    Learn python. Python resources for beginners. A-Z guide.

    2

  2. codedchapter codedchapter Public

    2