class Ruphin:
def __init__(self):
# Identity
self.name = "Ruphin Bahati"
self.role = "Python Developer"
self.location = "π¨π© Democratic Republic of the Congo"
# Education
self.school = "Collège Mwanga"
# GitHub
self.github = "@geniruphin-junior"
self.rank = "#16 Most Active Public GitHub Developer in DR Congo π"
# Languages
self.languages = [
"Python",
"C++",
"JavaScript",
"SQL"
]
# Interests
self.interests = [
"Artificial Intelligence",
"Data Science",
"Scientific Computing",
"Software Engineering"
]
# Current Projects
self.building = [
"π Data Analyzer",
"π€ Ruphia AI",
"π¬ DevChat"
]
# Future Project
self.future = "𧬠BioPy"
def mission(self):
return (
"Build intelligent software that solves "
"real-world problems."
)
if __name__ == "__main__":
me = Ruphin()|
Professional data analysis platform built with Python. β
CSV / Excel analysis Python β’ Pandas β’ Plotly β’ Streamlit View Project β |
Personal AI assistant ecosystem. β
AI experiments Python β’ Flask β’ JavaScript View Project β |
Python ecosystem for biology and medical data. β
DNA analysis Python β’ Biopython β’ Data Science View Project β |


