Skip to content
View murtadapy's full-sized avatar
🐍
.py
🐍
.py

Organizations

@mscribe @Murtadapy-YouTube @shadowjs-dev

Block or report murtadapy

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

Hello There 👋

class SoftwareEngineer:
  def __init__(self) -> None:
      self.name = "Murtada Altarouti"
      self.role = "Senior Software Engineer"
      self.langauges = ["English", "Arabic"]
  
  def __str__(self) -> None:
      return "Hi, my name is {}".format(self.name)

if __name__ == "__main__":
    me = SoftwareEngineer()
    print(me)

✨ Top Technologies

Python MySQL SQLite HTML5 CSS3 JavaScript

Pinned Loading

  1. pyportion/pyportion pyportion/pyportion Public

    A Python CLI tool that helps developers kickstart new projects and manage existing ones

    Python 5 3

  2. mscribe/mscribe mscribe/mscribe Public

    A blog

    HTML 3 1

  3. teleporter teleporter Public

    Teleporter is a Visual Studio Code extension that allows you to teleport your cursor to any position within the document

    TypeScript 8