#!/usr/bin/python
# -*- coding: utf-8 -*-
class ConstantlyDeveloping:
def __init__(self):
self.name = "Lucas Marques Medeiros"
self.role = "Student software development"
self.language_spoken = ["pt_BR", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = ConstantlyDeveloping()
me.say_hi()
-
π I am currently enrolled at 42Porto, where I have been exposed to the peer-to-peer learning methodology. This unique approach fosters the development of crucial team skills and underscores the significance of collaborative project work. It has enlightened me about the immense value of sharing experiences and seeking guidance from others when faced with challenges.
-
π At present, my primary focus lies in furthering my knowledge and expertise in the field of software development, data science, and AI. I am committed to a continuous learning journey, constantly seeking opportunities to expand my understanding of these subjects.
-
π± Alongside my academic pursuits, I am actively engaged in acquiring practical skills in software development, data science, and AI. This involves hands-on projects and practical exercises, which enable me to consolidate my theoretical knowledge and gain valuable real-world experience.
-
π I am keen on collaborating with projects that align with my area of study, where I can contribute my skills and expertise. However, I am also open to participating in initiatives that promote education and help others in their learning journeys. I firmly believe in the power of knowledge sharing and the positive impact it can have on individuals and communities.