Skip to content
Β 
Β 

Latest commit

Β 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 

Repository files navigation

#!/usr/bin/python
# -*- coding: utf-8 -*-


class Explorer:

    def __init__(self):
        self.name = "Gaurav Singh"
        self.role = "Web 3.0 Learner/Explorer"
        self.language_spoken = ["hn_In", "en_US"]
        self.learning = "Web 3.0 languages and frameworks"
        self.fun_fact = "I'm a Stoic"
        
    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = Explorer()
me.say_hi()

Open Source Love

🌐 Socials:

Discord Instagram LinkedIn Medium Twitter website

πŸ’» Tech Stack:

C++ Dart Python Vercel Flutter ANDROID SASS MySQL NumPy

πŸ“Š GitHub Stats:



Code Time

Lines of code

πŸ† GitHub Trophies

πŸ“ Activity Graph

Gaurav's github activity graph

✍️ Random Dev Quote

Here's some humor for you:

Readme Quotes


My Professor has a message for you......



Python fake tip: to improve the readability of your code, you can import __future__ as tomorrow

Here are some 🦜 party parrots:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors