Skip to content
View httpsneo's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report httpsneo

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
httpsneo/README.md

Hi! I'm Diego Flores!

I love to code and I'm always learning new things. I'm pursuing a technical degree in Software Development at a public School in Buenos Aires, Argentina. I'm also working as Help Desk at IUARGSA.

#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareDeveloperStudent:

    def __init__(self):
        self.pronouns = "He" | "Him"
        self.role = "Student"
        self.language_spoken = ["es_ES", "en_US"]
        self.code = ["Python", "JavaScript", "Java"]
        ask_me_about = ["Games", "Tech", "Music", "Apps", "Anime"]
    def say_hi(self):
        print("Thanks for dropping by, hope you find some interesting.")

me = SoftwareDeveloperStudent()
me.say_hi()

🌐 Socials:

Instagram linkedin Linktree

📚 Projects:

Pinned Loading

  1. IFTS_18_TP_ABDD IFTS_18_TP_ABDD Public

    Trabajo Integrador de la materia Administracion de Base de Datos del profesor Emanuel Alejandro Odstrcil de la Institucion I.F.T.S N° 18.

    Astro 1 1