Skip to content
View fabricekwizera's full-sized avatar

Block or report fabricekwizera

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

Short bio 😄

class Kwizera:
    def __init__(self):
        self.other_name = 'Papa Mickaël'
        self.work = 'Software Engineer'
        self.home_country = 'Rwanda'
        self.local_time = 'GMT+2'

    def __repr__(self):
        return 'I am also called {}, I am a {} living in {} ({})'. \
            format(self.other_name, self.work, self.home_country,
                   self.local_time)

Popular repositories Loading

  1. deepspeech-rest-api deepspeech-rest-api Public

    Asynchronous RESTful API to consume Mozilla DeepSpeech

    Python 2 6

  2. aws-scaling aws-scaling Public

    Autoscaling and horizontal scaling on AWS with Python

    Python

  3. fabricekwizera fabricekwizera Public