Skip to content
View TryNeo's full-sized avatar
:shipit:
:shipit:
  • Ecuador
  • 07:22 (UTC -05:00)

Highlights

  • Pro
Block or Report

Block or report TryNeo

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
TryNeo/README.md
#!/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()

Pinned

  1. sistema-control-ppp sistema-control-ppp Public

    Sistema control de practicas profesionales

    PHP

  2. tecno-quiz tecno-quiz Public

    Plataforma web, donde podrás realizar diferentes Quiz de cursos en general para desarrollo de software

    JavaScript

  3. sistema-gestion-pedidos sistema-gestion-pedidos Public

    Provecto reto - Un sistema gestion de pedidos, para la empresa asoprotosue

    JavaScript 1 4

  4. sistema-control-nominas sistema-control-nominas Public

    Proyecto reto - Sistema de Nominas para la empresa w@security

    PHP 1 2

  5. sistema-control-eventos sistema-control-eventos Public

    PHP

  6. Sistema-Asistencia-RasberryPi Sistema-Asistencia-RasberryPi Public

    Projecto Reto - Biometrico

    Python