Skip to content
View SalimHachemaoui's full-sized avatar

Highlights

  • Pro

Block or report SalimHachemaoui

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
SalimHachemaoui/README.md

Typing SVG


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


class FullStackDeveloper:

    def __init__(self):
        self.first_name = "Salim"
        self.last_name = "HACHEMAOUI"
        self.role = "FullStack Developer"

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


me = FullStackDeveloper()
me.say_hi()

Languages and Tools:

Python

Django

JavaScript

react

HTML

css

Linux

Docker

Git



My GitHub Stats:

SalimHachemaoui Github Stats

SalimHachemaoui Github Top Languages

Pinned Loading

  1. Apidjango Apidjango Public

    Python 1

  2. streamlit-example streamlit-example Public

    Forked from streamlit/streamlit-example

    Example Streamlit app that you can fork to test out share.streamlit.io

    Python

  3. Intro-to-AI Intro-to-AI Public

    HTML

  4. odoo odoo Public

    Forked from odoo/odoo

    Odoo. Open Source Apps To Grow Your Business.

    JavaScript 1

  5. Detection Detection Public

    Python 1

  6. Application_Python_tkinter Application_Python_tkinter Public

    Forked from joctet/Application_Python_tkinter

    Un exemple d'application python dont l'interface graphique est codée avec la bibliothèque tkinter, qui va : I. Demander à l’utilisateur de sélectionner un fichier Excel II. Récupérer les données du…

    Python