class WebDeveloper:
def __init__(myself):
myself.name = "Digambar Behera"
myself.role = "Web Developer"
myself.location = "India ๐ฎ๐ณ"
myself.learning = ["Python ๐", "JavaScript ๐"]
myself.interests = ["Web Development ๐", "Machine Learning ๐ค", "Web3 ๐"]
def say_hello(myself):
print("Thanks for dropping by! Let's build something incredible together!")
me = WebDeveloper()
me.say_hello()
- ๐ญ I'm currently working on uplifting my Development skills
- ๐ฑ Learning the magic of Python and JavaScript
- ๐ก Aspiring to contribute to Google Summer of Code
- ๐ Exploring the vast world of Web Development, Machine Learning and Web3
- ๐ค Open to collaborating on interesting projects