π Hi, Iβm @Alex_XD
A mechanical engineer from Brazil passionate about automation, programming, Data Science, AI and turning ideas into efficient solutions.
π Iβm interested in automation, data analysis, data science, machine learning, and AI.
π± Iβm currently learning Python, data science tools, and machine learning frameworks (via courses like CS50's Python).
ποΈ Iβm looking to collaborate on projects involving automation, data-driven insights, or AI/ML prototypesβor to help others learn! ("When you teach, you learn twice!")
π« How to reach me:
π§ alexstoccorodrigues@gmail.com
β‘ Fun fact: I started coding as a hobby to automate tedious tasksβnow itβs my mission to transition into tech!
class Developer:
def __init__(self):
self.name = "Alexandre Rodrigues"
self.role = βData Science, Software Development, Automationβ
self.based = "London, UK"
self.skills = [βPythonβ, βCβ, βGitβ, βAPIsβ]
self.learning = [βAIβ, βAutomationβ, βData Scienceβ]
def greet(self):
return "Thanks for dropping by! Let's build something cool! π"