Skip to content
View IsusRamzy's full-sized avatar

Block or report IsusRamzy

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
IsusRamzy/README.md

Hi 👋, I'm Isus Ramzy

A general developer working mainly with Python

For people who only speak Python:

class Person():
  def __init__(self, name: str, knowledge: list[str], languages: list[str]):
    self.name = name
    self.knowledge = knowledge
    self.languages = languages

Isus = Person(name="Isus Ramzy Beshara",
  knowledge=["Unity & C# (Learning..)", "HTML & CSS", "CustomTkinter app framework",
            "Ursina game engine", "Flask micro web framework", "MongoDB database", "Arduino micro-controller",
            "GPIO Zero library for Raspberry Pi Hardware control"],
  languages=["English (Advanced)", "Arabic (Native)"]
)
print(f"Hello! I'm {Isus.name}")
print("For programming, I know:")
for item in Isus.knowledge:
  print(item)
print("When speaking, I know:")
for item in Isus.languages:
  print(item)

Programming Platforms:

21502965

Languages and Tools:

CSS3 Flask HTML5 Linux MongoDB Python Unity Ursina Engine

Github Stats



Help

Please take a look and contribute!

Pinned Loading

  1. PyOpenInstall PyOpenInstall Public

    An open-source Python package-manager.

    Python

  2. LOLiPop LOLiPop Public

    A new way to share memes.

    Python

  3. UseLinuxBTW UseLinuxBTW Public

    The funniest decoding algorithm.

    Python

  4. ExtraCPP ExtraCPP Public

    C++

  5. CleanGet CleanGet Public

    A command-line tool to scrape the web, right in the terminal!

    Python