π Based in Harare, Zimbabwe | π‘ Passionate about building innovative solutions
Machine Learning | Data Scientist | Dashboard Expert | Reporting Analyst | OpenAi | Flutter | Web Developer
Welcome to my GitHub profile! I'm a Passionate software developer with a love for creating seamless, user-friendly applications. I enjoy working on both frontend and backend technologies, and I'm always eager to learn and explore new tools and frameworks.
I'm always open to collaborating on interesting projects or discussing new ideas. Feel free to reach out to me!
I once wrote a script that automated my morning coffee routine! βπ€
#!/usr/bin/python
# -*- coding: utf-8 -*-
class SoftwareEngineer:
def __init__(self):
self.name = "Chiko Chrles"
self.role = "Passionate AI | Software Engineer"
self.language_spoken = ["sn_ZW", "en_US"]
def say_hi(self):
print("Thanks for dropping by, hope you find some of my work interesting.")
me = SoftwareEngineer()
me.say_hi()