Skip to content
View LucasMarMed's full-sized avatar
🧑‍💻
Working in progress
🧑‍💻
Working in progress

Highlights

  • Pro

Block or report LucasMarMed

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
LucasMarMed/README.md

#!/usr/bin/python

class ConstantlyDeveloping:

  def __init__(self):
      self.name = "Lucas Marques Medeiros"
      self.role = "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()
c logo linux logo bash logo python logo cplusplus logo javascript logo github logo git logo

Snake animation

  • 📚 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.

Pinned Loading

  1. minishell minishell Public

    Forked from Lucas42Porto/minishell

    C

  2. 42Porto 42Porto Public

    Projects developed during my journey at 42Porto

    C

  3. StudyCSharp StudyCSharp Public

    Desenvolvimentos de projetos durante os estudos de C#

    C#