class AshishBindra:
def __init__(self):
self.name = "Ashish Bindra"
self.role = "Junior Data Scientist"
self.location = "Patiala, Punjab, India ๐ฎ๐ณ"
self.languages = ["Python", "Java", "PHP", "SQL"]
self.interests = ["Machine Learning", "Data Science", "DSA", "Open Source"]
self.currently = "Building cool data science projects ๐ฌ"
self.fun_fact = "I think in algorithms and dream in datasets ๐"
def say_hi(self):
print("Thanks for dropping by! Let's build something awesome together ๐")
me = AshishBindra()
me.say_hi()| ๐ Project | ๐ Description | ๐ Tech |
|---|---|---|
| python_data_science | Advanced Python libraries for Data Science โ Pandas, NumPy & more | Jupyter Notebook |
| python_programing | Collection of all Python projects | Python |
| ds_algo | Data Structures & Algorithms practice | Java |
| AirlineReservation | Airline Reservation System | Java |
| journalMVC | MVC based journal web app | PHP |
| CRUD | CRUD operations across multiple frameworks | HTML/JS |
