Skip to main content
Isus Ramzy's user avatar
Isus Ramzy's user avatar
Isus Ramzy's user avatar
Isus Ramzy
  • Member for 2 years, 9 months
  • Last seen more than a month ago

Stats

17
reputation
124
reached
2
answers
2
questions

About

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)

Tools:

  • HTML & CSS
  • Flask
  • Linux
  • MongoDB
  • Python
  • Unity
  • Ursina

New

Badges

This user doesn’t have any gold badges yet.
This user doesn’t have any silver badges yet.
9
bronze badges
0
Score
3
Posts
75
Posts %
0
Score
1
Posts
25
Posts %
0
Score
1
Posts
25
Posts %
0
Score
1
Posts
25
Posts %
0
Score
1
Posts
25
Posts %
0
Score
1
Posts
25
Posts %

Top posts