Code Monkey home page Code Monkey logo

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

Rahul Kalluri's Projects

cs105x icon cs105x

BerkeleyX: CS105x Introduction to Apache Spark

csv2sql icon csv2sql

A small python utility to convert CSV files into SQL insert statements

halite icon halite

Code for the Halite AI Programming challenge

pandas icon pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more

plexcache icon plexcache

Move the media currently On Deck on Plex from the array to the cache (unraid).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.