Skip to content

srigas/srigas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

Hello, world!

#!/usr/bin/python

class SpyrosR:
    def __init__(self):
        self.name = "Spyros Rigas"
        self.role = "Data & ML Engineer"

    def hello_world(self):
        print("➡ Physicist, Theoretical Physics MSc (NKUA) and Data Science & Machine Learning MSc (NTUA)")
        print("➡ Working as a Data & ML Engineer @ SeaQuest Marine Technologies.")
        print("➡ Pursuing a PhD in Physics-Informed Deep Learning for Scientific Computing.")

me = SpyrosR()
me.hello_world()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published