Skip to content
View antunesdq's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report antunesdq

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
antunesdq/README.md
from Matts_Workplace import greeetings


class SoftwareEngineer():
    def __init__(self):
        self.Name = "Matt"
        self.Location = "Sweden"
        self.Languages = ["Portuguese - BR", "English - US", "Swedish"]
        self.Company = "Scania"
        self.Age = 26
        self.Interests = {
            "Games":["FPS", "RTS", "RPG", "CardGames"],
            "Books":["Sci-Fi", "Fantasy", "Horror"],
            "Sports":["Swimming", "Biking", "Hiking"]
        }
        self.Coding = True

    def say_hi():
        print("Thanks for being here, hope you find something interesting. ;D")
        return greetings


me = SoftwareEngineer()
me.say_hi()




Pinned Loading

  1. WickedTwister WickedTwister Public

    Android app to control my financial life, connects to a backend on cloud and retrieve useful information.

    Kotlin

  2. SFLControlAPI SFLControlAPI Public

    Backend application for my financial control app (WickedTwister).

    Python