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

Block or report rahulkalluri

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

Hey!

#!/usr/bin/python
# -*- coding: utf-8 -*-


class DataScientist:

    def __init__(self):
        self.name = "Rahul Kalluri"
        self.pronouns = "He/Him"
        self.roles = ["Data Scientist", "Machine Learning Engineer"]
        self.language_spoken = ["en_US"]
        self.degrees = ["Statistics", "Economics"]
        self.hobbies = "Too many to list"

    def say_hello(self):
        print("Welcome to my space. Feel free to drop me a message!")


me = DataScientist()
me.say_hello()

Looking for my commits? They're on my work profile!

💬  Connect with me

Linkedin Badge Website Twitter Badge Gmail Badge

🧰  My toolbox

Python R Spark Docker Kubernetes Apache Airflow SQLite MySQL IBM Cloud Power Bi Tableau Linux Git

Pinned Loading

  1. google-timeline-visualization google-timeline-visualization Public

    Using my Google Timeline data to visualize travel patterns

    HTML

  2. Call-for-Code-for-Racial-Justice/Truth-Loop Call-for-Code-for-Racial-Justice/Truth-Loop Public

    The Truth-Loop solution helps communities simply understand the policies, regulations and legislation that will impact them the most and allows them to share their experiences around how policies h…

    JavaScript 54 29