Skip to content
View codewithriza's full-sized avatar
:octocat:
:octocat:
Block or Report

Block or report codewithriza

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
codewithriza/README.md

Hi There! My name is Riza.

class Riza:
    def __init__(self):
        self.name = "Riza"
        self.age = 14
        self.interests = ["coding", "gaming", "learning", "football"]
        self.skills = ["Python", "JavaScript", "C++", "C#"]

    def __str__(self):
        return f"👋 Hey, I'm {self.name}!\n\n I'm {self.age} years old and passionate about {', '.join(self.interests)}.\n\n💻 My skills include {', '.join(self.skills)}.\n\nLet's connect and build something amazing together!"

riza = Riza()

print(riza)

I've been interested in coding since the age of 10 years old. I started off with block-based Scratch code and grew to learn line languages such as Python and Java. At 12, I used my Java knowledge to experiment with Minecraft plugins and started to create my own web design using languages such as HTML, CSS, and JavaScript. At around 13, I started to try creating my own games in Unity, where I dipped my toes into C#. When I was 14, I delved into projects involving hardware and libraries such as TensorFlow, Raspberry Pi, NumPy, Ultralytics, Flask, Pandas, SQL, SDL2, Jetson Nano, and Keras. Currently, I am playing around with bot development & web design, including projects involving OpenCV. I have tried tools such as Node.js and React, however, I am still learning!


Currently Working On

  • OpenCV Projects: Currently working on projects related to OpenCV.
  • AI/Machine Learning: Self-teaching and experimenting.
  • LeetCode: Grinding LeetCode for fun and practice.

Tech Stack

Web Dev

Other Langs

Game Development

AI

Tools

Pinned

  1. MoodTracker MoodTracker Public

    MoodTracker: AI-powered mood tracking app. Analyzes daily entries, provides mood feedback, insights, and suggestions based on your emotions. Gain insights into your well-being.

    Jupyter Notebook 20 2

  2. knv2 knv2 Public

    Forked from Top-100-Coders/knv2

    Karma Net V2 : A prototype implementation of Beckn Protocol with MuLearn karma ecosystem

    TypeScript 2

  3. PikaStatsBot PikaStatsBot Public

    Pika Stats Bot provides statistics for Pika Network games, offering player profiles, game stats, guild information, and daily vote reminders.

    Python 2

  4. MemeGenie MemeGenie Public

    MemeGenie is a Discord bot that lets you create memes easily. Use the !meme command with an image name and text to generate a custom meme. Add humor to your server with MemeGenie!

    Python