class PratikThapa:
"""
A special object representing the Pratik Thapa class.
"""
def __init__(self)
self.name = "Pratik Thapa"
self.title = "Programmer & Student"
self.interests = ["Full Stack Development", "Machine Learning", "Open Source"]
self.toolbelt = {
"languages": ["Python", "Java", "C/C++", "JavaScript", "Bash"],
"front_end_development": ["React", "Bootstrap", "Tailwind", "Sass", "CSS", "HTML"],
"back_end_development": ["Node.js", "Express", "Flask"],
"machine_learning": ["TensorFlow", "OpenCV", "PyTorch", "Pandas", "scikit-learn"],
"database": ["MySQL", "PostgreSQL", "SQLite"],
"devops": ["AWS", "Bash"],
"others": ["Linux", "Git", "Arduino"]
}
self.humor_level = "High" # Because coding should be fun!
If you found the syntax error in the code above, let's connect on LinkedIn!
Also, if you want to check out the two web application that I've hosted, the links are Let's Study Together & Leetcode Journal.