Skip to content
View IamIsmaelDev's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report IamIsmaelDev

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

Developer and Code Traveler! 🌍✈️

Greetings, code adventurers! I'm Ismael, a fearless explorer of bits and bytes who has made the world his home and programming his mother tongue. 🚀💻

class CodeExplorer:
    def __init__(self, name, age, favorite_tech, superpower, preferred_transport):
        self.name = name
        self.age = age
        self.favorite_tech = favorite_tech
        self.superpower = superpower
        self.preferred_transport = preferred_transport

    def bio(self):
        return f"👨‍💻 Hello, world! I'm {self.name}, a {self.age}-year-old passionate about {self.favorite_tech}. My superpower: {self.superpower}. I navigate the code on my {self.preferred_transport}."

me = CodeExplorer("Ismael", 20, "Java", "bug hunter", "flying keyboard")
print(me.bio())

About My Coded Odyssey

class CodingJourneys:
    def __init__(self, current_location, favorite_destination):
        self.current_location = current_location
        self.favorite_destination = favorite_destination

    def explore(self):
        return f"✈️ Currently exploring the {self.current_location} region. My dream destination: {self.favorite_destination}."

my_journeys = CodingJourneys("Python Central", "Java Island")
print(my_journeys.explore())

Inspirational Quote

"Traveling is like programming: the more you do it, the harder it is to return to the original state. 🌍🔄"

Thanks for landing on my repository! If you find a bug, I might be on vacation in some line of code! 🐞✨

Popular repositories Loading

  1. BBDD_Pokemon BBDD_Pokemon Public

    Trabajo de pokemon

    PHP

  2. IamIsmaelDev IamIsmaelDev Public

  3. Chat Chat Public

    Forked from SalesianosZaragoza/chat-chatjdt

    Project about creating a chat in Python using client-server architecture. It includes an installation.py file that must be executed for the chat to work.

    Python

  4. tfg tfg Public

    Proyecto de fin de grado sobre obtención de datos en bruto de archivos .log con un programa Python e inserción en un índice de Elasticsearch para permitir el análisis de datos.

    Python