Skip to content
View papaemman's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro
Block or Report

Block or report papaemman

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

Banner Image


Panagiotis Papaemanouil - @papaemman

  • πŸ“Š Data Scientist
  • πŸ“ Mathematician
  • 🧠 Machine Learning / Deep Learning Engineer
  • πŸ‘¨β€πŸ’» Technology Entrepreneur
#!/usr/bin/python
# -*- coding: utf-8 -*-

class Me:
    """
    A class to represent a person. (Actually just for me)
    """
    def __init__(self):
        self.name = "Panagiotis Papaemmanouil"
        self.pronouns = "he/him"
	self.role1 = "Data Scientist"
	self.role2 = "Technology Entrepreneur"
	self.bsc_studies = ("Mathematics", "Mathematics Dept.", "Aristotle University of Thessaloniki")
	self.msc_studies = ("Data and Web Science", "Computer Science Dept.", "Aristotle University of Thessaloniki")
        self.language_spoken = ["el_GR", "en_US"]
	self.country = "Greece"
	self.city = "Thessaloniki"
	self.values = ["Respect", "Integrity", "Trust", "Accountability", "Passion", "Innovation", "Quality", "Teamwork", "Leadership", "Constant Improvement", "Continuous Learning"]
				

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting. \n I'll be happy to connect with you on Social Media!")


me = Me()
me.say_hi()

πŸ› οΈ My favorite tools

πŸ‘¨β€πŸ’» Programming languages

Python R SQL Bash

🧰 Frameworks, libraries and DB

NumPy Pandas ScipyPy Scikit-Learn TensorFlow Keras XGBoost lightgbm catboost Plotly Dash Apache Spark PostgreSQL MongoDB MySQL SQLite Databricks Databricks

πŸ’» Software and tools

Linux Ubuntu Jupyter Visual Studio Code Google Colab Docker Git Wordpress Mathematica Stack Overflow Google Chrome Google Sheets Notion Markdown LaTeX Overleaf


πŸ“˜ Selected Open Source Projects

decentralized-technologies multimedia_db decentralized-technologies decentralized-technologies

All Repositories


My GitHub Stats

Papaemman's Github Stats papaemman's Github Trophy


Ko-Fi

    PayPal BuyMeACoffee Ko-Fi

Pinned

  1. DataMinds-gr/machine_learning_project_template DataMinds-gr/machine_learning_project_template Public template

    Machine Learing project Template

    Jupyter Notebook