Skip to content
View gautamnag279's full-sized avatar
🐦
typing...
🐦
typing...
  • Bangalore, India
  • 11:41 (UTC +05:30)

Block or report gautamnag279

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
gautamnag279/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-

class SoftwareEngineer:

    def __init__(self):
        self.name = "Gautam Nag"
        self.role = "Software Engineer"
        self.language_spoken = ["en_US", "fr_FR"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = SoftwareEngineer()
me.say_hi()

Pinned Loading

  1. Data-Structures-And-Algorithms Data-Structures-And-Algorithms Public

    🤹 I occasionally brush up my DSA topics, hence this repository to jot down the practice problems I stumble upon the way. Feel free to fork!

    Python 2

  2. Intake-Food-Tracker Intake-Food-Tracker Public

    This is a food tracker I made to tracker my calories and protein intake in real time. I am still working on this. So it'll keep updating with new features either weekly or monthly.

    JavaScript 1