Skip to content
View Franm99's full-sized avatar
🔎
Looking for a new job
🔎
Looking for a new job

Block or report Franm99

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
Franm99/README.md
#!/usr/bin/python
# -*- coding: utf-8 -*-

class FranciscoMoreno(Human, SoftwareEngineer):
    
    def __init__(self):
        self.name: str = "Francisco"
        self.surnames: str="Moreno Rodríguez"
        self.age: int = 24
        self.languages: list = ["es_ES", "en_US"]
        
        self.skills = [
            "Python",
            "HTML",
            "CSS",
            "JavaScript",
            "C++"
        ]
        
        self.current_role = "Quality Assurance Specialist"
        self.expected_job_conditions: set = {"software_developer", "learning", "nice_people", "flexibility"}
        
        
    def greeting(self):
        print(f"Hi! I am {self.name} {self.surnames}")
        
    @staticmethod
    def get_interests():
        return [
            "Computer Vision",
            "Web Development",
            "DevOps",
            "Data Science"
        ]
    
    def hire_me(self, new_role: Role):
        """
        Contact me via LinkedIn, Gmail or Telegram.
        """
        if new_role.conditions == self.expected_job_conditions:
            self.current_role = new_role
            return True 
        else: 
            return False

Linkedin Badge My portfolio

GitHub stats

Pinned Loading

  1. glomeruli-segmentation-keras glomeruli-segmentation-keras Public

    Python 1

  2. home-balance home-balance Public

    Track your home balance for better financial control

    Python

  3. password-manager-api password-manager-api Public

    API using FastAPI to manage passwords

    Python

  4. productivity-tracker productivity-tracker Public

    Python 1

  5. distance-on-earth distance-on-earth Public

    Computes the distance between two points on the Earth surface

    HTML

  6. bball-coach-board bball-coach-board Public

    JavaScript 1