#!/usr/bin/python
class ControlAndAutomationEngineer:
def __init__(self):
self.name = "Allison Silva"
self.learning = "Robot Operating System (ROS) and Android Development"
self.love = "Open-source technologies"
self.role = "Control and Automation Engineer"
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 = ControlAndAutomationEngineer()
me.say_hi()
- Brazil
- @stalkerfish2
Pinned Loading
-
EasterEggs
EasterEggs PublicDevelopment of an Android Application. It is a game intended to have many easter eggs as the main principle.
Kotlin 1
-
ros-publisher-subscriber
ros-publisher-subscriber PublicLearning how to make information flow using ROS.
Makefile 1
-
TheCalculatorApp
TheCalculatorApp PublicDevelopment of a Android Application. This time, it will be a Calculator App.
Kotlin 1
-
-
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.