#!/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()
🎯
Focusing
Technical and Pedagogical Staff at 1337 / Full Stack Web Developer.
-
1337 School
- @abdlalisalmi
- in/abdlalisalmi
Highlights
- Pro
Pinned Loading
-
DJANGO-Portfolio
DJANGO-Portfolio PublicPersonal portfolio website made with Django framework in the backend, and with CSS, js, and bootstrap for the frontend.
-
youcan-payment-python-sdk
youcan-payment-python-sdk PublicThis package allows Python developers to interact easily with the YouCan Pay API.
Python 7
-
wistia-downloader
wistia-downloader PublicPython program to download Wistia hosted videos.
-
Passwords-Generator-python-modern-GUI
Passwords-Generator-python-modern-GUI PublicPassword Generate is a Python program with a modern GUI to generate passwords.
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.