#!/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 π±"Chapter by chapter, line by line."
| Topic | Status |
|---|---|
| π’ Variables & Data Types | β Done |
| π Conditions | β Done |
| π Loops | β Done |
| β Done | |
| π¦ Functions | π In Progress... |
| π§ͺ Unit Testing | π Coming Soon |
| π File I/O | π Coming Soon |
| π Libraries & APIs | π Coming Soon |
| π Final Project | π Coming Soon |
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
π Kashmir, β the paradise on Earth
Where the mountains are tall and the ambitions are taller.