________ _______ ________ ___ ___ _________ ___ ___
|\ __ \|\ ___ \ |\ __ \|\ \|\ \|\___ ___\ |\ \ / /|
\ \ \|\ /\ \ __/|\ \ \|\ \ \ \\\ \|___ \ \_| \ \ \/ / /
\ \ __ \ \ \_|/_\ \ __ \ \ \\\ \ \ \ \ \ \ / /
\ \ \|\ \ \ \_|\ \ \ \ \ \ \ \\\ \ \ \ \ \/ / /
\ \_______\ \_______\ \__\ \__\ \_______\ \ \__\__/ / /
\|_______|\|_______|\|__|\|__|\|_______| \|__|\___/ /
\|___|/
I code stuff for the web and mobile.
- π Visit my portfolio website for more information and to get in touch.
- π Check out my twitter blog for daily updates.
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareDeveloper:
def __init__(self):
self.name = "Beauty"
self.role = "Software Developer"
self.programming_lingos = ["Python", "JavaScript", "C#", "Dart", "PHP"]
def say_hi(self):
print("Dig in my repos, pretty sure you'll find some gold and get rich")
def Ambitions():
LearnGerman()
CreateATinyVerse()
MakeShittyRobots()
# Assume infinite awesome ambitions here ;)
me = SoftwareDeveloper()
me.say_hi()
- Breaking into Robotics !!
- I'm currently working on π building Mobile Apps using Flutter and working up on polishing my skills π± in Algorithms.
- I dabble in Deep Learning
Show me what you got :)