import json
class JineshParakh:
def __init__(self):
self.info = {
"😄 Pronouns" : ["He", "Him"],
"💻 Studying" : {
"Degree" : "Computer Engineering",
"College" : "Pune Institute of Computer Technology",
"Batch" : "2018-2022"
},
"🔭 Workplace" : {
"Company" : "UBS",
"Position" : "Summer Intern",
"Department" : "Group Functions - Network Tools"
},
"💡 Exploring" : ["PrimeFaces", "Hibernate"],
"👥 Positions of Responsibility" : {
"Chairperson" : "PICT ACM Student Chapter",
"CP Lead" : "DSC PICT",
"Editor in Chief" : "Pictoreal"
},
"⚡ Funfact" : "Could've added languages & tools here itself but couldn't resist using badges"
}
def sayHello(self):
print("Hello, thanks for dropping by. Do ⭐ the repo if you liked it!\n")
def getInfo(self):
print(json.dumps(self.info, sort_keys = False, indent = 4, ensure_ascii = False))
jineshparakh = JineshParakh()
jineshparakh.sayHello()
jineshparakh.getInfo()
👨💻
Focusing
Pinned Loading
-
-
ExpenseManagerApp
ExpenseManagerApp PublicAn Android App to manage your expenses in an Easy manner with a user friendly UI. This app was designed and created as a part of the Mini Project Under the Skills Development Lab Coursework
-
codeforcesChecker
codeforcesChecker PubliccodeforcesChecker is an invaluable command-line tool for Competitive Programmers. It helps in reducing the hassles to check the validity of code with sample test-cases.
Python 4
-
TSP-Genetic-Algorithm
TSP-Genetic-Algorithm PublicThis project aims to use Genetic Algorithms for optimizing the Travelling Salesperson Problem.
Python
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.