#!/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()
Pinned Loading
-
Pythological-Playground
Pythological-Playground PublicA Playground of Python Programs for Various Applications
Python 2
-
Math-Science-Playground
Math-Science-Playground PublicA collection of Python Math and Science programs
Python
-
Cryptography-Playground
Cryptography-Playground PublicThis repo contains Python programs showcasing various cipher algorithms.
Python
-
Computational-Programming-Playground
Computational-Programming-Playground PublicThis repo contains a range of Python programs covering topics in numerical methods.
Python
-
Data-Science-Playground
Data-Science-Playground PublicA collection of data science programs and notes
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.