Thanks to visit codestin.com
Credit goes to github.com

Skip to content
View abdlalisalmi's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Organizations

@skuidma @NesProd

Block or report abdlalisalmi

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

Hi there

#!/usr/bin/python
# -*- coding: utf-8 -*-


class FullStackDeveloper:

    def __init__(self):
        self.first_name = "Abdelaali"
        self.last_name = "ES SALMI"
        self.role = "Technical Manager at 1337"
        
        # Social Media
        self.linkedin = "https://www.linkedin.com/in/abdlalisalmi/"
        self.twitter = "https://twitter.com/abdlalisalmi"

    def say_hi(self):
        print("Thanks for dropping by, hope you find some of my work interesting.")


me = FullStackDeveloper()
me.say_hi()

Pinned Loading

  1. DJANGO-Portfolio DJANGO-Portfolio Public

    Personal portfolio website made with Django framework in the backend, and with CSS, js, and bootstrap for the frontend.

    CSS 102 53

  2. youcan-payment-python-sdk youcan-payment-python-sdk Public

    This package allows Python developers to interact easily with the YouCan Pay API.

    Python 7

  3. wistia-downloader wistia-downloader Public

    Python program to download Wistia hosted videos.

    Python 40 9

  4. Passwords-Generator-python-modern-GUI Passwords-Generator-python-modern-GUI Public

    Password Generate is a Python program with a modern GUI to generate passwords.

    CSS 9 4

  5. DJANGO-Weather-App DJANGO-Weather-App Public

    Python 3 1