Skip to content
View revolutionisme's full-sized avatar

Highlights

  • Pro

Block or report revolutionisme

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

Hi there ๐Ÿ‘‹

I'm a Data and ML Engineer from India ๐Ÿ‡ฎ๐Ÿ‡ณ, working in Germany ๐Ÿ‡ฉ๐Ÿ‡ช these days.

More about me

  • ๐Ÿ’ผ Data Engineering Consultant at Thoughtworks
  • ๐Ÿ”ญ Haven't been building super awesome crazy things here on Github yet (Want to change that soon), although some private projects and scripts.
  • โค๏ธ Mostly work with Python but have brief experience with Java/Scala, although used YAML for writing infrastructure as well.
  • ๐Ÿ˜„ Pronouns: He/Him

Quick overview

  • GitHub stats:

Pinned Loading

  1. DSND_Term1 DSND_Term1 Public

    Forked from udacity/DSND_Term1

    Contains files related to content and project of DSND

    Jupyter Notebook

  2. Remove Network interfaces created by... Remove Network interfaces created by AWS Lambda while undeploying stack
    1
    import boto3
    2
    from botocore.exceptions import ClientError
    3
    from time import sleep
    4
    
                  
    5
    # Fix this wherever your custom resource handler code is
  3. muenchen-termin muenchen-termin Public

    Forked from changkun/muenchen-termin

    Automated appointment booking service for muenchen.de

    Python

  4. Get the absolute path for the given ... Get the absolute path for the given relative path, the relative path is calculated from the module where this function is called
    1
    from os import path
    2
    from inspect import getframeinfo, stack
    3
    
                  
    4
    
                  
    5
    def get_abs_path(relative_path):
  5. datateam-challenge datateam-challenge Public

    Forked from hardmettle/datateam-challenge

  6. Read html table using pandas and wri... Read html table using pandas and write to csv
    1
    import pandas as pd
    2
    import os
    3
    from bs4 import BeautifulSoup
    4
    import re
    5
    import sys