class Myself:
def __init__(self) -> None:
'''Constructor method for Myself'''
print("Hello there! Be my guest to snoop around.")
self.name = "Lucas Batista"
self.location = "Cork, Ireland"
self.role = "Software Developer"
self.languages = ["pt_BR", "en_US"]
def present_myself(self) -> str:
return {'Name': self.name, 'Location': self.location, 'Role': self.role, 'Languages': self.languages}
print(Myself().present_myself())
- Cork, Ireland
-
03:18
(UTC +01:00) - https://github.com/BLUCASS
- in/lucas-batista-pilantil
Pinned Loading
-
Bakery_System-FLASK-
Bakery_System-FLASK- PublicThis Flask-based application allows you to explore and purchase a variety of delicious bakery products. From classic croissants to savory sausage rolls, we've got something for every palate.
HTML
-
Warehouse_System-FLASK-
Warehouse_System-FLASK- PublicThis Python and Flask-based warehouse system utilizes HTML and CSS to efficiently manage inventory and streamline logistics. Designed for ease of use, it optimizes warehouse operations while provid…
HTML 1
-
Social_Media_API
Social_Media_API PublicThis program is Python-based for social media. The graphical interfaces were created using HTML and CSS, while the backend is managed with Python, utilizing SQLAlchemy and Flask. The program allows…
Python
-
Worked_hours_API
Worked_hours_API PublicThis is an API that functions as a time bank for your hours
Python
-
ToDo_List_API
ToDo_List_API PublicThis program simulates an agenda where you can insert your tasks, update their status as complete or incomplete, and delete them. Your tasks are saved in a database with SQLAlchemy
CSS
-
Ireland_Tax_Calculator-FLASK-
Ireland_Tax_Calculator-FLASK- PublicThe Ireland Tax Calculator is a convenient and efficient tool designed to assist individuals in estimating and checking their income tax liabilities in Ireland. With a user-friendly interface, user…
HTML
If the problem persists, check the GitHub status page or contact support.