Skip to content
View N3dal's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report N3dal

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

Hi there πŸ‘‹

I'm Nedal Abudllah an 24 y.o. Electronic-Communication engineering student from πŸ‡±πŸ‡Ύ "Libya", and a self-taught developer with deep passion for Computer-Science and Technologies.

  • πŸ‘€ I’m looking to collaborate on Open-Source Projects.
  • 🐍 I’m looking to collaborate on Python projects.
  • πŸ‘¨β€πŸ’» All of my projects are available at https://github.com/N3dal
  • πŸ’¬ Ask me about Electromagnetic or Python.
  • 🐧 I like GNU/Linux.
  • πŸ“« How to reach me [email protected]
  • πŸ˜„ Pronouns: He/Him.

Visitors

Visitors


class N3dal(Abdullah):
   """self-taught developer that love to learn more about Computer-Science and Technologies"""
   
   def __init__(self):
     
      self.name = "Nedal Abdullah"
      self.age = 23
      self.role = "Student"

      self.TOOLS = {
          "ScriptingLanguages" : ("Python", "Bash-Script", "matlab"),
          "ProgrammingLanguages" : ("C", "C++"),
          "MarkupLanguages" : ("Html", "markdown"),
          "OtherLanguages" : ("json", ),
          "Editors" : ("VsCode", "Sublime"),
          "Platform" : ("GNU/LINUX",),
          "OtherTools" : ("GIMP", "Git", "Arduino")
         }

      self.INTERESTS = [
         "Computer Sciences",
         "Electrical & Electronic Engineering",
         "Computer Networks and Networking",
         "Electromagnetic & Antenna Design"
         ]

   def use(self, tool):
      """use one of my tools or use bunch of them."""
      return self.tools[tool]


   def work(self):
      """"""
      while not WORK_DONE:
         # keep work.
         self.use(tool)

      return WORK_DONE


   def __len__(self):
      """Fun Fact"""
      return 181 # cm


   def __repr__(self):
      """"""
      return f"{self.name} an {self.age} y.o self-taught developer and {self.role}"

Top Commits Rank (Libya):

committers.top badge


N3dal GitHub stats


CodeWars Stats:

N3dal Codewars stats

Where to find me

Codewars Gmail Telegram

Thank you for taking the time to read my profile 🀣🀣

Pinned

  1. Richard-Watterson-Calculator Richard-Watterson-Calculator Public

    Richard Watterson Calculator.

    Python 4

  2. txt2pdf txt2pdf Public

    convert txt files to pdf files

    Python 1

  3. analog-clock-python analog-clock-python Public

    Simple try to build an analog clock πŸ•§ using PyQt5.

    Python

  4. Quick-Do Quick-Do Public

    Simple To-Do app for Quick Tasks.

    Python

  5. rolling-dice rolling-dice Public

    just simple rolling dice game.

    Python

  6. numbers-to-written-numbers numbers-to-written-numbers Public

    just simple script for convert numbers to written form.

    Python