Skip to content
View gautamnag279's full-sized avatar
🐦
typing...
🐦
typing...
  • Bangalore, India
  • 02:24 (UTC +05:30)
Block or Report

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only 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

  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. Automating-The-Boring-Stuff Automating-The-Boring-Stuff Public

    😶‍🌫️ Wise Words: It is almost always a right decision to spend 10 days automating something that takes you 10 minutes to manually do.

    HTML 1

  3. College-Projects College-Projects Public

    ⚡Here are some of my projects I worked on during my 4-year undergrad in Electrical & Electronics Engineering and some other leisure projects.

    MATLAB 2

  4. Online-Courses Online-Courses Public

    🌅 This repository contains projects I created while I was taking the course on the said E-Learning platform. Feel free to fork and have a look around.

    MATLAB 1