Skip to content
View jborchma's full-sized avatar

Block or report jborchma

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
jborchma/README.md
from typing import List

class Borchmann:

    def __init__(self):
        self.username: str = "jborchma"
        self.name: str = "Jan Borchmann"
        self.location: str = "Toronto, ON"
        self.languages: List[str] = ["English", "German", "Spanish", "Python"]
        self.hobbies: List[str] = ["🚲", "⚽️", "🏒", "✈️", "🎸", "🍺"]
        self.workplace: str = "Shopify"
        self.job: str = "Data Scientist"

    def __str__(self):
        return self.name


if __name__ == "__main__":
    me = Borchmann()

Pinned Loading

  1. qtrade qtrade Public

    Simple Questrade API wrapper for Python

    Python 55 24

  2. project_euler project_euler Public

    My solutions for some of the Project Euler problems

    Python

  3. bokeh_dashboards bokeh_dashboards Public

    Interactive Bokeh dashboards

    Python 1

  4. intro_empirical_bayes intro_empirical_bayes Public

    Jupyter notebooks for empirical Bayes introduction

    Jupyter Notebook 1

  5. tensorflow_fizzbuzz tensorflow_fizzbuzz Public

    Joel Grus' Fizz Buzz v2.0

    Python 1

  6. capitalone/datacompy capitalone/datacompy Public

    Pandas, Polars, and Spark DataFrame comparison for humans and more!

    Python 466 124