Skip to content

Instantly share code, notes, and snippets.

@humanshu001
Last active February 8, 2024 16:19
Show Gist options
  • Save humanshu001/c4905a48b7394a523f4d9f98185fe7d5 to your computer and use it in GitHub Desktop.
Save humanshu001/c4905a48b7394a523f4d9f98185fe7d5 to your computer and use it in GitHub Desktop.
from world import love and peace
class HumanBeing:
def __init__(self):
self.name = "Humanshu Jaglan"
self.education = "B.Tech in Computer Science"
self.university = "Geeta University"
self.age = 18
self.country = "India"
self.city = "Panipat"
self.email = "humanshujaglan@gmail.com"
self.tools = ["VSCode", "Git", "GitHub"]
self.askMeAbout = ["full stack web development"]
self.skills_in_frontend = ["HTML", "CSS", "JS", "Reactjs","Angular"]
self.skills_in_backend = ["Django","PHP","Express"]
self.skills_in_database = ["MongoDB","MySQL"]
self.languages = ["C","C++","Python","PHP","JavaScript"]
self.learning = ["PHP", "Python", "Django"]
self.hobbies = ["Coding", "Reading", "Blog Writing"]
self.identity = "Sanatani"
self.funFact = "I'm a Noobie"
self.currentFocus = "Learning Linux and exploring Ethical Hacking 🚀"
def spread_love(self):
print("Thanks for dropping by the end, hope you liked my intro")
def jai_shri_ram_🙏(self):
print("Jai Shree Ram 🚩")
me = HumanBeing()
me.spread_love()
me.jai_shri_ram_🙏()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment