Skip to content
View lazaros-23's full-sized avatar
πŸ‘»
Building..
πŸ‘»
Building..

Block or report lazaros-23

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

Lazaros Paschalidis- @lazaros-23

  • πŸ“Š Data Scientist
  • 🧠 Machine 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 = "Lazaros Paschalidis"
        self.pronouns = "he/him"
	self.role1 = "Data Scientist"
	self.role2 = "Technology Entrepreneur"
	self.bsc_studies = ("Business Administration", "University of Macedonia")
	self.msc_studies = ("Data Analytics", "Computing Dept.", "University of Portsmouth")
        self.language_spoken = ["el_GR", "en_US"]
	self.country = "Greece"
	self.city = "Thessaloniki"
	self.values = ["Gratitude", "Empathy", "Humility","Teamwork", "Integrity", "Trust", "Accountability", "Passion", "Leadership", "Kaizen"]
				

    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!")
        print("Thanks to @papaemman who inspired me to do this!!!")


me = Me()
me.say_hi()

πŸ› οΈ My favorite tools

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

Python R SQL Bash

🧰 Frameworks, libraries and DB

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

πŸ’» Software and tools

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

Popular repositories Loading

  1. crypto-news-price-correlation crypto-news-price-correlation Public

    Crypto price/news correlation POC

    HTML 2

  2. lazaros-23.github.io lazaros-23.github.io Public

    My personal websit

    CSS 1

  3. data-transformation-bot data-transformation-bot Public

    A bot that extract infromation from product descriptions

    Jupyter Notebook 1

  4. numerai numerai Public

    Jupyter Notebook

  5. lazaros-23 lazaros-23 Public

    Config files for my GitHub profile.

  6. kinoAI kinoAI Public

    Beating KINO with ai

    Python