Skip to content
View jr1os's full-sized avatar
🐍
🐍
Block or Report

Block or report jr1os

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
jr1os/README.md

Hello there 👋

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


class SoftwareDeveloper:

    def __init__(self):
        self.name = "Jesus Ali Rios O."
        self.role = "Software Developer"
        self.experience = 17
        self.language_spoken = ["pt-br", "en-us", "es-es"]

    def say_hi(self):
        print("I am a software developer with a passion for problem-solving (I can't say no to a challenge). 
              I am constantly learning and improving!")


me = SoftwareDeveloper()
me.say_hi()

📫 How to reach me:

Connect on LinkedIn

📝 Blogs

  • Personal website and blog: http:/alirios.pythonanywhere.com/

🔧 Technologies & Tools

Popular repositories Loading

  1. information_security_python information_security_python Public

    cybersecurity functions

    Python 1

  2. construindo-apis-robustas construindo-apis-robustas Public

    Forked from cassiobotaro/construindo-apis-robustas

    Construindo API's robustas utilizando Python

    Python 1

  3. pythonbirds pythonbirds Public

    Forked from pythonprobr/pythonbirds

    Projeto para Ensino de Programação Orientadas a Objetos em Python

    Python

  4. libblackship libblackship Public

    Módulo para exemplificar construção de projetos Python

    CSS

  5. request request Public

    Forked from request/request

    🏊🏾 Simplified HTTP request client.

    JavaScript

  6. Pyxis Pyxis Public

    Forked from Al1rios/Pyxis

    Pyxis is a small and faint constellation in the southern sky.

    Python