class AboutMe:
def __init__(self, name: str) -> None:
self.name = name
self.about: str = (
"Iβm an explorer of the vast universe that data science offers, "
"continuously learning, thinking, and building projects to tackle "
"real-world challenges. Currently, Iβm diving deep into machine learning, "
"data analysis, and artificial intelligence, and Iβm passionate about "
"unraveling the complexities of this ever-evolving field."
)
def introduce(self) -> None:
print(f"Hello, my name is {self.name}. {self.about}")
if __name__ == "__main__":
about_me = AboutMe("Kelvin")
about_me.introduce()
Computer Science Student | Aspiring Data Scientist
- Salvador/BA
-
02:02
(UTC -03:00)
Pinned Loading
-
-
PhastAuth
PhastAuth PublicA lightweight RESTful API built with pure PHP, featuring JWT authentication and MySQL stored procedures for secure database operations.
PHP
-
Ziply
Ziply PublicHigh-performance URL shortener API using PHP and Redis for fast redirection and link tracking. Designed for simplicity and scalability.
PHP
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.