class SoftwareDeveloper:
def __init__(self):
self.name = "Aditya Pattanayak"
self.role = "Software Developer"
self.location = "India ๐ฎ๐ณ"
self.learning = ["Python ๐", "Ruby on Rails ๐ค๏ธ"]
self.interests = ["Open Source ๐", "Web Development ๐", "GSoC ๐"]
def say_hi(self):
print("Thanks for dropping by! Let's craft something amazing together!")
me = SoftwareDeveloper()
me.say_hi()
- ๐ญ I'm currently working on building my development skills
- ๐ฑ Learning the magic of Python and Ruby on Rails
- ๐ก Aspiring to contribute to Google Summer of Code
- ๐ Exploring the vast world of Web Development
- ๐ฎ When I'm not coding, you'll find me hibernating like a polar bear ๐ปโโ๏ธ
- ๐ค Open to collaborating on interesting projects
## ๐ ๏ธ Tech Stack
## ๐ฅ Pull Request Stats