Skip to content
View Abdurahman-hassan's full-sized avatar
πŸ‘¨β€πŸ’»
πŸ‘¨β€πŸ’»

Highlights

  • Pro
Block or Report

Block or report Abdurahman-hassan

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

Hello , I'm Abdelrahman

πŸ™‹β€β™‚οΈ About Me:

  • 🌱 I’m currently learning Backend development using Django framework.

  • βœ’οΈ I'm currently a master degree computer science student

  • πŸ‘― I’m looking to collaborate on OpenSource Projects.

  • πŸ‘¨β€πŸ’» All of my projects are available at My Repository’s .


πŸš€ Languages and Tools:

java python cplusplus c javascript django flask git github linux

mongodb mysql postgresql redis selenium restful postman visualStudio intelliJ pycharm android androidstudio

Abdurahman hassan's Top Languages

Abdurahman-hassan

Note: Top languages is only a metric of the languages my public code consists of and doesn't reflect experience or skill level.

Snake animation

πŸ“Š My Github Stats:

Status

πŸ”— Connect with me:

Pinned

  1. 100DaysOfCode 100DaysOfCode Public

    Practice and build applications through 100 days of development by Python

    Python 3

  2. weather-app-sample weather-app-sample Public

    Java 1

  3. a slicing description in Python with... a slicing description in Python with a simple examples
    1
    # a list from 0 to 6
    2
    piano_keys = ['a', 'b', 'c', 'd', 'e', 'f', 'g']
    3
    
                  
    4
    print(piano_keys[1:5])
    5
    # will print from position 1 to the position 5
  4. Comperhensions.py Comperhensions.py
    1
    # List comprehension
    2
    # The syntax for list comprehension is:
    3
    # [ <expression> for x in <sequence> if <condition>] 
    4
    
                  
    5
    data = [2,3,5,7,11,13,17,19,23,29,31]
  5. PaymobAccept/paymob-java PaymobAccept/paymob-java Public

    Your Paymob SDK in Java

    Java 1

  6. Android-multiple-permissions Android-multiple-permissions Public

    This repo clarifying the logic of handling the multiple-permissions in the higher API versions with Java

    Java