Skip to content
View ishaansathaye's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@calpoly-csai
Block or Report

Block or report ishaansathaye

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

hi, i'm ishaan

class SoftwareDeveloper:

    def __init__(self):
        self.name = "Ishaan Sathaye"
        self.languages = ["Python"]
        self.tools = ["Git", "Jupyter", "Visual Studio"]
        self.interests = ["Machine Learning", "Algorithms", "Data Structures"]

    def greet(self):
        print("Hi, check out some of my projects and stuff I am currently learning!")

i = SoftwareDeveloper()
i.greet()

visitors

Pinned

  1. int-collector-cisco int-collector-cisco Public

    Cisco Internship Project: INT Collector Program

    Python 2 1

  2. ML ML Public

    Machine Learning Documentation and Libraries

    Jupyter Notebook 1

  3. DataStructAlgorithms DataStructAlgorithms Public

    Data Structures and Sorting Algorithms Prep and Repo before CPE 202 Course

    Python 1 1

  4. ml-ng-stanford ml-ng-stanford Public

    Machine Learning-Andrew Ng-Stanford University Course

    1

  5. CSC365-IntroDatabaseSystems CSC365-IntroDatabaseSystems Public

    Cal Poly CSC 365 Intro to Database Systems Spring 2023

    Jupyter Notebook 1

  6. CSC357-SystemsProgramming CSC357-SystemsProgramming Public

    Cal Poly CSC 357 Systems Programming Course

    C 2