Skip to content
BS | @bskokdev
Github

BS | @bskokdev

Howdy.
src/about-me/boris.py
1class Boris:
2 def __init__(self):
3 name = "Boris Skok"
4 occupation = "Computer Science student"
5 hobbies = "System design, data management, problem-solving"
6
7 # Introduction message
8 introduction = f"""
9 I'm {name}, a {occupation}.
10 I'm passionate about {hobbies}, and I code a lot :o
11 """
12 print(introduction)
13
14if __name__ == "__main__":
15 b = Boris()

Latest Posts

Prefix sum

Backtracking

Some of my projects

  • Sorting visualizer
  • Bus position tracker
  • Business portfolio website
  • JavaFX text editor
  • Pomodoro timer
  • Pathfinding visualizer