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
35 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Activity overview
Contributed to
couchbase/indexing
Loading
Contribution activity
March 2025
1
contribution
in private repositories
Mar 17