class Angel:
def __init__(self):
self.name = "Angel Pedroza"
self.role = "Software Developer & Data Engineer"
self.location = "Colombia π¨π΄"
self.current_work = "Backend Developer @ Attention"
self.interests = ["Software Development", "Data Engineering", "Open Source"]
def say_hi(self):
print("Thanks for dropping by! Let's build something amazing together!")
me = Angel()
me.say_hi()
Highlights
- Pro
Pinned Loading
-
TzStrikerYT/AirBnB_clone_v4
TzStrikerYT/AirBnB_clone_v4 PublicForked from jzamora5/AirBnB_clone_v3
β Holbertonbnb is a complete full-stack web application, integrating a MySQL database and πΆFlask RESTful API with a dynamic HTML5/CSS3/jQuery front-end.
Python 1
-
TzStrikerYT/Hackberton_CrowdLendingApp
TzStrikerYT/Hackberton_CrowdLendingApp Publicβ Rappilending es un servicio dedicado a Rappitenderos que facilita el acceso a crΓ©ditos para compra de moto, sustentado por pequeΓ±as inversiones realizadas por personas que deseen generar ingresosβ¦
CSS 1
-
jzamora5/sorting_algorithms
jzamora5/sorting_algorithms PublicRepo for the study of sorting algorithms in C language
-
holberton-smiling-school
holberton-smiling-school PublicThis repo contains step by step the creation of a responsive web page, using technologies HTML5 and CSS3
HTML
-
If the problem persists, check the GitHub status page or contact support.