#!/bin/python3
class John:
def __init__(self):
self.first_name = "John"
self.last_name = "Roussos"
self.email = "jroussosdev@gmail.com"
self.website = "https://johnroussos.dev/"
def hello_world(self):
print("Hi, I'm John! I'm a software developer")
print("I like creating interactive motion experiences")
def contact_me(self):
print(f"Feel free to contact me at {self.email}")
me = John()
me.hello_world()
🤯
Stuck between “it works on my machine” and reality
Computer science student | Front-end developer in the making
-
Codica.gr
- Athens, Greece
- https://johnroussos.dev/
- @giannhs_r
Pinned Loading
-
-
monitor-dimmer
monitor-dimmer PublicDim your second monitor if it gets too bright when watching movies, play games, etc..
C++
-
a-reactive-particle-system
a-reactive-particle-system PublicSplitting images into particles with React Three Fiber
JavaScript 1
-
-
react-heaven-scroll
react-heaven-scroll PublicScroll so smooth, it's like it's made in Heaven
JavaScript
-
react-svg-mouse-follower
react-svg-mouse-follower PublicA morphing SVG circle that follows your mouse
JavaScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.