Giter Site home page Giter Site logo
#!/bin/python3

class John:

    def __init__(self):
        self.first_name = "John"
        self.last_name = "Roussos"
        self.email = "[email protected]"
        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()

John Roussos's Projects

ascii-video icon ascii-video

Video from the webcam converted to old school ascii art

basic-computer-games icon basic-computer-games

An updated version of the classic "Basic Computer Games" book, with well-written examples in a variety of common programming languages

learning-three-js icon learning-three-js

A collection of cool ideas and stuff I wanted to try and learn as far as 3D web design goes

monitor-dimmer icon monitor-dimmer

Dim your second monitor if it gets too bright when watching movies, play games, etc..

moviereviewer icon moviereviewer

Another university project, this one for the subject of W3 Technologies.

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.