Skip to content

codedchapter/codedchapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors