#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Keshav Bansal"
self.role = "Software Engineer"
self.language_spoken = ["hi_IN", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()
Graduate Computer Science Student at The University of Texas at Arlington
Interests: Data Engineering | ML | Backend
- Arlington, Texas
Popular repositories Loading
-
Job-Description-Parser
Job-Description-Parser PublicUsing spaCy (an NLP library) I created a custom project for semantic analysis and custom rule-matcher for Job Descriptions/ Resumes.
-
-
Python-programming-exercises
Python-programming-exercises Public archiveForked from CleverProgrammer/Python-programming-exercises
100+ Python challenging programming exercises
Python
-
-
py
py PublicForked from codebasics/py
Repository to store sample python programs for python learning
Jupyter Notebook
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.