#!/usr/bin/env python3
class AboutMe:
def __init__(self):
self.name = "Steeve Nchanda"
self.occupation = {
"Cyber Security Apprentice @ Alstom"
"Former mathematics teacher @ MACSB"
}
self.education = {
"B.A.Sc.(Hons) Digital Technologies @ YorkU" : Current
"B.Sc. Mathematics & Statistics @ UY1" : Graduated in 2020
}
self.certification = "CompTIA Security+"
self.interets = {
"Quantitative Finance": [
"Risk Technology",
"Commodities Technology",
"Equity Technology",
"Fixed Income Technology",
]
"Cloud Engineering": [
"AWS",
"Azure",
"GCP",
]
"Programming": [
"Python",
"Java",
]
"Podcasts":[
"Fancy Quant",
]
}
self.skills = {
"Soft": [
"Lifelong Learner",
"Strong self-starter",
"Excellent communicator",
]
"Technical": [
"Python Data Visualization",
"Java Object Oriented Programming",
"IT Security Policies & Procedures",
]
def say_hello(self, name: str):
print(f"Hello, {name}!")
if __name__ == "__main__":
steeve_nchanda = AboutMe()
steeve_nchanda.say_hello("world")
Passionate about cloud engineering & information security and continuously building my skills and knowledge to make a positive impact in the world.
-
Alstom
- Toronto
- in/steevenchanda
Pinned Loading
-
-
Roller_Coaster
Roller_Coaster PublicRoller Coaster project designed for the introduction to computational problem solving course.
Python
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.