Skip to content
View keshavbansal015's full-sized avatar
  • Arlington, Texas
Block or Report

Block or report keshavbansal015

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
keshavbansal015/README.md

Welcome

visitors

#!/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()

📝 Blogs

Latest Blogs:

Get in touch with me

Linkedin X

Popular repositories Loading

  1. Job-Description-Parser Job-Description-Parser Public

    Using spaCy (an NLP library) I created a custom project for semantic analysis and custom rule-matcher for Job Descriptions/ Resumes.

    Python 16 3

  2. MR_IMDB_Project MR_IMDB_Project Public

    Java 1

  3. Python-programming-exercises Python-programming-exercises Public archive

    Forked from CleverProgrammer/Python-programming-exercises

    100+ Python challenging programming exercises

    Python

  4. Spider Spider Public

    Forked from buckyroberts/Spider

    Python website crawler.

    Python

  5. py py Public

    Forked from codebasics/py

    Repository to store sample python programs for python learning

    Jupyter Notebook

  6. code_snippets code_snippets Public

    Forked from CoreyMSchafer/code_snippets

    Jupyter Notebook