Giter VIP home page Giter VIP logo

Hi there 👋

My name is Thomas Antonakis, please follow my profile:

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

class Me:
    """
    A class to represent a person.
    """
    def __init__(self):
        self.name = "Thomas Antonakis"
        self.role = "Senior Staff Business Intelligence Analyst"
        self.employer = "Orfium"
        self.bsc_studies = ("Statistics", "Statistics Dept.", "Athens University Of Economics & Business")
        self.msc_studies = ("Computational Methods in Decision Making", "Statistics Dept.", "Athens University Of Economics & Business")
        self.language_spoken = ["el_GR", "en_US", "it_IT", "fr_FR", "es_ES"]
        self.country = "Greece"
        self.city = "Athens"
        

    def say_hi(self):
        print("Thanks for stopping by, hope you find some of my work interesting!")


thomas = Me()
thomas.say_hi()

🛠️ My favorite tools

👨‍💻 Programming languages

Python R SQL Bash

🧰 Frameworks, libraries and DB

NumPy Pandas PostgreSQL MySQL SQLite

💻 Software and tools

Linux Jupyter Visual Studio Code Google Colab Docker Git Stack Overflow Google Chrome Google Sheets


Thomas's Projects

2014 icon 2014

Official content for the Fall 2014 Harvard CS109 Data Science course

2014_data icon 2014_data

Data directory for the CS109 Data Science course

cdgr_monthly icon cdgr_monthly

Scripts for extracting figures for monthly marketing report

cdgr_traffic icon cdgr_traffic

Data extraction and manipulate for weekly traffic report

courses icon courses

Course materials for the Data Science Specialization: https://www.coursera.org/specialization/jhudatascience/1

ddp icon ddp

S\Developing Data Product

gacd_cp icon gacd_cp

Getting And Cleaning Data Course Project

makrosva icon makrosva

Algorithm to calculate Stock Valuation Allowance according to Metro Group Policy

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.