Giter VIP home page Giter VIP logo

opensea-js's Introduction

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

opensea-js's People

Contributors

alexanderatallah avatar austinkline avatar dfinzer avatar djviau avatar eltociear avatar emo-eth avatar git-sgmoore avatar jmac-opensea avatar joshuawu avatar komori556 avatar meemaw avatar montasaurus avatar renovate[bot] avatar royliu2 avatar salomevakhtangadze avatar scohen avatar sunwrobert avatar taylorjdawson avatar

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.