#!/usr/bin/env python3
class AverageCSStudent:
def __init__(self):
self.name = "Muntasirul Islam"
self.preferred_name = "Munta"
self.pronouns = "he/him"
self.started = [09,7,2019]
self.lang = "en_US"
self.dev = ["python", "java", "c", "c++", "rust", "elixir", "bash", "javascript"]
self.role = "CS Student"
self.college = "Toronto Metropolitan University"
def hello(self):
print("Hellooooo, my name is Munta, and thank you for visiting!")
def about(self):
print("Living in Toronto, Canada, and have been here since since I was 11 months old.")
print("I first learned how to code in aroud 2019 in 9th grade, where I learned Scratch.")
print("I was instantly hooked. I kept coding and coding (putting blocks together) and made a bunch of games.")
print("I moved on to Python, then Java, and went from language to language")
print("I learned a lot about web development, as well as making games from scratch with just code (PyGame)")
print("I'm currently learning C++ Game Development and it has been a blast!")
print("Anyways I hope you enjoy your rest of your day, and have a good one!")
if __name__ == '__main__':
munta = AverageCSStudent()
munta.hello()
munta.about()
๐ฏ
Focusing
cs co-op student @ toronto metropolitan university, going into 3rd year
-
Civiconnect
- Remote
- https://muntalee.net/
- in/muntasirul-islam
Highlights
- Pro
Pinned Loading
-
elementary-cellular-automata
elementary-cellular-automata Publicbasic one-dimensional cellular automata using C, opengl, sdl2, and microui
C++ 1
-
-
mr-potato-head
mr-potato-head Publicsimple jquery application where you can make your own potatohead!
JavaScript 1
-
muntalee.github.io
muntalee.github.io Publicpersonal website using vanilla HTML, CSS, and Javascript
HTML 1
-
sample-c-cpp-project
sample-c-cpp-project Public templatea simple C/C++ project setup using Makefile
CMake 1
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.