#!/usr/bin/python
# -*- coding: utf-8 -*-
class TechnologistSoftwareDevelopment:
def __init__(self):
self.name = "Josue Lopez"
self.role = "software development technologist"
self.language_spoken = ["es_ES"]
self.work = ['Credimatic']
self.hobbies = ['Games','Memes']
self.age = 23
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
if __name__ == "__main__":
me = TechnologistSoftwareDevelopment()
me.say_hi()
Highlights
- Pro
Pinned Loading
-
-
tecno-quiz
tecno-quiz PublicPlataforma web, donde podrás realizar diferentes Quiz de cursos en general para desarrollo de software
JavaScript
-
sistema-gestion-pedidos
sistema-gestion-pedidos PublicProvecto reto - Un sistema gestion de pedidos, para la empresa asoprotosue
-
sistema-control-nominas
sistema-control-nominas PublicProyecto reto - Sistema de Nominas para la empresa w@security
-
-
Sistema-Asistencia-RasberryPi
Sistema-Asistencia-RasberryPi PublicProjecto Reto - Biometrico
Python
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.