Skip to content
View gcherchye's full-sized avatar
Block or Report

Block or report gcherchye

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

codewars

class GoodyeAAr(DataScientist):
    """Instanciate your own GoodyeAAr at home !"""
    
    def __init__(self):
        super().__init__()
        
        self.name = 'GoodyeAAr'
        
        self.language = {
            'python': 'Advanced',
            'SQL': 'Advanced',
            'bash': 'Intermediate',
        ]
        
        self.slip = 'de bain'

Pinned Loading

  1. Games Games Public

    A bunch of games in python

    Python 2

  2. MachineLearning MachineLearning Public

    Models, Models everywhere

    Python