#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Kushal Prajapati"
self.role = "Software Engineer"
self.language_spoken = ["en_US" , "hi-IN" ]
self.fields_of_interests = [
"Web Development",
"Data Science",
"Machine Learning",
"UI/UX",
]
self.currently_learning = ["ReactJS", "OOP Design Patterns", "Data Analysis with SQL"]
self.goals_2025 = [
"Build 20+ impactful projects",
"Learn 5+ new technologies + VIM",
"Launch a Developer Blog Website"
]
self.hobbies = ["Coding", "Reading", "Gaming", "Photography"]
def say_hi(self):
print(" Thanks for dropping by, hope you find some of my work interesting! ")
me = SoftwareEngineer()
me.say_hello()
Programming Languages:
Frameworks & Libraries:
Databases:
Tools and Services:
π» Explore my latest projects and creations! π
π Visit My Portfolio Site