Skip to content
View marcosporteiro's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report marcosporteiro

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
marcosporteiro/README.md

Welcome to my github

import BestCountries
import Job

class MyBiography:
    def __init__(self):
        self.name = 'Marcos'
        self.lastName = 'Porteiro'
        self.job = Job('Software Developer', 'IBM')
        self.country = BestCountries.Uruguay
        self.contact = 'https://marcosporteiro.github.io/me/'
        self.someSkills = ['Python', 'Java', 'Golang', 'TypeScript', 'SQL', 'HTML', 'Jenkins', 'Openshift', 'Git']
        self.frameworks = ['Spring Boot', 'Angular', 'Flutter', 'Flask']
        self.energy = 100

    def program(self):
        if self.energy < 10:
            self.drinkCofee()
        # Do amazing stuff
        self.energy -= 1
        self.program()

    def drinkCofee(self):
        self.energy = 100

Pinned

  1. GeneradorCedulasUruguayas GeneradorCedulasUruguayas Public

    Valida y genera cedulas aleatorias Uruguayas. *=

    Python

  2. me me Public

    Simple website whith my basic info and social media

    HTML

  3. cards cards Public

    A card gallery

    JavaScript

  4. pg pg Public

    Password generator

    HTML