#!/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
🔎
Looking for a new job
Software Engineer with interest in Computer Vision, Data Science and Web Development. I love programming and helping people through technology
- Spain
-
09:52
(UTC +01:00) - https://franm99.github.io/portfolio-fr/
- in/franciscomorenorodgiruez
Pinned Loading
-
-
-
-
-
distance-on-earth
distance-on-earth PublicComputes the distance between two points on the Earth surface
HTML
-
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.