Skip to content
View joj-macho's full-sized avatar

Block or report joj-macho

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

Hi there 👋. I'm Joj Macho - A Pythonista and a Data Enthusiast.

Open Source Love

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

class JojMacho:

    def __init__(self):
        self.name = "Joj Macho"
        self.role = "A Pythonista and a Data Enthusiast"
        self.languages = ["Python", "R", "JavaScript", "Bash"]
        self.interests = ["Machine Learning", "Data Visualization", "Software Development", "Web Development"]
        self.hobbies = ["Gaming", "Anime/Manga", "Problem-Solving", "Literature", "Technology"]

    def greet(self):
        print(f"Hello there! I'm {self.name}- a {self.role}.")

    def introduce(self):
        print(
            f"I'm {self.name}, a {self.role}. I'm passionate about science and programming; "
            f"exploring complex systems through modeling, simulation, and data analysis. "
            f"Beyond coding, I enjoy anime, literature, and problem-solving. "
            f"I create CLI/GUI/Web apps in Python and contribute to problem-solving on platforms "
            f"like Codewars and Project Euler. My programming journey revolves around Python, "
            f"from exploring science problems to game and application development. "
            f"I enjoy Machine Learning and Data Science, especially computer vision and natural language processing. "
            f"I also enjoy literature, I read avidly and work on contributing through technical blogs and articles. "
            f"You'll find my work on GitHub, from simulations to games, and more. "
        )

# Create an instance of JojMacho
joj_macho = JojMacho()
joj_macho.greet()
joj_macho.introduce()

Technologies & Tools 🔧

Programming

Python Badge LaTeX Badge HTML5 Badge CSS3 Badge JavaScript Badge Node.js Badge R Badge GNU Bash Badge Wolfram Mathematica Badge Markdown Badge

Frameworks & Libraries

Flask Badge FastAPI Badge SciPy Badge SymPy Badge NumPy Badge pandas Badge Keras Badge TensorFlow Badge MySQL Badge PostgreSQL Badge SQLite Badge Chart.js Badge D3.js Badge

Tools & Platforms

PythonAnywhere Badge Heroku Badge Anaconda Badge VSCodium Badge DigitalOcean Badge Power BI Badge Git Badge GitHub Badge Kaggle Badge Canva Badge Dribbble Badge Figma Badge GIMP Badge VirtualBox Badge Linux Badge Windows Badge macOS Badge

Pinned Loading

  1. Pythological-Playground Pythological-Playground Public

    A Playground of Python Programs for Various Applications

    Python 2

  2. Math-Science-Playground Math-Science-Playground Public

    A collection of Python Math and Science programs

    Python

  3. Cryptography-Playground Cryptography-Playground Public

    This repo contains Python programs showcasing various cipher algorithms.

    Python

  4. Computational-Programming-Playground Computational-Programming-Playground Public

    This repo contains a range of Python programs covering topics in numerical methods.

    Python

  5. Data-Science-Playground Data-Science-Playground Public

    A collection of data science programs and notes

  6. Web-Development-Playground Web-Development-Playground Public

    A Collection of web dev programs

    HTML