π Data Science student at UBC with a passion for elegant code and data-driven solutions.
I'm on a mission to transform complex problems into efficient, user-friendly applications. With strong foundations in mathematical computing and software development, I bring analytical precision to every project I tackle.
- π Currently working on Parallel Computing
- π± Learning advanced data structures and algorithms
- π― Looking to collaborate on open-source projects
- π₯ Goals: Contribute more to open source
def tushar_jindal():
education = {
"degree": "BSc in Data Science",
"institution": "University of British Columbia",
"graduation": "May 2028",
"key_courses": ["Data Analytics", "Machine Learning", "Software Construction"]
}
skills = {
"languages": ["JavaScript", "TypeScript", "Java", "Python", "C++", "SQL", "Racket"],
"frameworks": ["React", "Angular", "Node.js", "Django", "Flask", "Spring Boot"],
"data_science": ["Pandas", "NumPy", "TensorFlow", "Scikit-learn", "Classification", "Clustering"]
}
return "Passionate mathematics and data science student seeking opportunities in software engineering and data science"
# Output: "Passionate mathematics and data science student seeking opportunities in software engineering and data science"

