Hi, I'm Pratham Yadav
print("Build. Break. Debug. Repeat.")
class Pratham:
"""
A problem solver running on curiosity,
logic, and urge to learn Everything.
"""
def __init__(self):
self.username = "prathmyx"
self.name = "Pratham"
self.mode = "learning β building β improving"
self.languages = {
"primary": ["Python π", "C++ β‘", "JavaScript"],
"familiar": ["C", "Java"]
}
self.frontend = [
"HTML",
"CSS",
"React βοΈ"
]
self.backend = [
"Node.js",
"Backend Development π§"
]
self.currently_learning = [
"Backend Architecture",
"AI / Machine Learning π§ "
]
self.interests = {
"competitive_programming": "actively solving π§©",
"algorithms": "always interesting",
"problem_solving": "probably thinking about one right now"
}
self.status = {
"currently": "exploring",
"bug_found": False
}
def greet(self, visitor):
return f"""
Hey, {visitor}! π
You made it to my little corner of GitHub.
Feel free to inspect the commits,
question the code,
or just stay and explore.
"""
me = Pratham()
print(me.greet("fellow human"))βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β PRATHMYX.DEV :: SYSTEM STATUS β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€
β β
β π§© Competitive Programming ββββββββββ ACTIVE β
β βοΈ Frontend Development ββββββββββ BUILDING β
β βοΈ Backend Development ββββββββββ LEARNING β
β π§ AI / Machine Learning ββββββββββ EXPLORING β
β β
β > curiosity: unlimited β
β > edge_cases: always present β
β > next_commit: loading... β
β β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
#include <iostream>
using namespace std;
int main() {
string goal = "solve the next problem";
while (alive) {
read_problem();
think();
if (solution_found()) {
code();
submit();
} else {
stare_at_the_problem();
try_again();
}
}
return little_more_happy_me;
}
