#!/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
-
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
-
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.
JavaScript 1
-
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
-
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
If the problem persists, check the GitHub status page or contact support.