Skip to content
View yuzyayvri's full-sized avatar
💭
Finals coming up. Will be inactive.
💭
Finals coming up. Will be inactive.

Block or report yuzyayvri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
yuzyayvri/README.md

print('Hello World! I'm Yuzy!') 👋

I'm Yuzy Ayvri, or just Yuzy for short. I'm a 15-year-old programmer with a strong interest in computer science and an aspiring software engineer. I've been passionate about programming— and computers as a whole— since childhood.

I'm an honor student, though I spend most my free time coding or self-studying. But what exactly do I do other than these? I read and write literature. Any form works, honestly— poems, essays, stories, novels... I love them all; and I also enjoy playing video games.

I started coding at age 10 through Roblox— though in February 2026 I began serious self-study in Python and computer science. In the coming months, I also plan to learn C++ and JavaScript.

Committing code— and my heart... to my Moon. 🌙


Accomplishments & Stats 🏆

  • Honor student (90+ GWA) throughout my academic life, currently with a 95.06 GWA
    • Strongest subjects: Math 99, Computer 97, English 97
  • Inter-school Academic Athletic League (IT Competition) 2025 Champion
  • Programming Languages:
    • Python (intermediate) - GUI apps, data structures, algorithms
    • Luau/Lua (advanced) - 5 years of Roblox scripting experience
    • HTML/CSS (basic) - creating and styling simple web pages
    • C, C++, JavaScript (future) - planned learning goals
  • Self-Studying:
    • I'm actively learning college-level computer science and math through Harvard CS50 (YouTube), MIT OpenCourseWare, and other online resources— with a steep learning curve that helps me grasp concepts quickly and deeply.

Projects 💻

  • My basic Python calculator, which is also my first ever Python project! I continuously update it the more I learn. I never add something unless I know I already have a grasp of what it does.
  • My algorithms library, essentially my personal library for a bunch of algorithms— ones that I learn and write personally. So like my calculator, everything in the repository was learned and applied by me!
  • My data structures collection, like my algorithms library, this is where I put data structures that I have learned and written myself.
  • Working on a project named Gnosis! A small language model for evaluating the credibility of sources and research while maintaining scholarly integrity. It's still heavily in the works, but the PythonAnywhere website is under my profile!

These repos show my growth as a programmer! And of course, I have many more projects to make.


Contact Me 💬

Discord: _alistaire

  • I'm open to chats, especially meaningful conversations where I can learn new things and concepts— I'm also willing to receive feedback and criticism.

Pinned Loading

  1. basic-python-calculator basic-python-calculator Public

    Repository for my first Python project, a basic Python calculator. This showcases my Python journey. Happy reading— or, if you actually use it, happy computing!

    Python

  2. algorithms algorithms Public

    A repository for all of my algorithms, learned and written personally. These are libraries and are reusable! Not really much else to say. Feel free to use them, though!

    Python

  3. data-structures data-structures Public

    Python