Skip to content
View rootski1729's full-sized avatar

Highlights

  • Pro

Block or report rootski1729

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
rootski1729/README.md
class Rootski:
    def __init__(self, name, role, languages_spoken, learning, fun_fact):
        self.name = name
        self.role = role
        self.languages_spoken = languages_spoken
        self.learning = learning
        self.fun_fact = fun_fact

    def say_hello():
        current_hour = datetime.datetime.now().hour
        if current_hour < 12:
            greeting = "Good morning"
        elif 12 <= current_hour < 18:
            greeting = "Good afternoon"
        else:
            greeting = "Good evening"
        print(f"{greeting}! Thank you for the visit, see you in the repo section!\n")
        
def main():
    me = Rootski(
        name="Rahul Joshi",
        role="Backend developer in Django, Node.js, Flask and FastAPI",
        languages_spoken=["hi_IN", "en_US"],
        learning="DevOps and Cloud Tools",
        fun_fact="I'm passionate about design and develop Idea's into REALITY!"
    )
    
    Rootski.say_hello()

if __name__ == "__main__":
    main()

Socials:

Linkedin Badge Instagram Badge Gmail Badge

⚡My Tech Stack:

Python MySQL C C++ Figma CSS3 Django AWS Render PostgreSQL FastAPI Nginx Node.js Express.js

Pinned Loading

  1. Scrapper Scrapper Public

    Python 1

  2. Binance_trading_bot Binance_trading_bot Public

    Python 1

  3. SIH-Chithi/backend-chithi SIH-Chithi/backend-chithi Public

    Python

  4. railsath_backend railsath_backend Public

    Python 1

  5. TicketHive TicketHive Public

    JavaScript 1

  6. DriveBot DriveBot Public

    PowerShell 1