Skip to content
View abderrahmaneMustapha's full-sized avatar
🦈
🦈

Organizations

@data-need-analysis @dzcode-io @freewarelovers @Skai-lab
Block or Report

Block or report abderrahmaneMustapha

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

Hello there it's Toumi Mustapha Abderrahmane 😁

from django.views.generic.detail import DetailView

class AboutMe(DetailView):
  name = "Toumi Mustapha Abderrahmane"
  location = "Tiaret, ALgeria"
  education = "Software engineering"
  website = "abderrahmane-mustapha.codes"
  
   #get social media links
  def get_social_contact(self)
    social_media_links = {
      "twitter": "twitter.com/Abderrahmaneend"
      "dev community" : "dev.to/abderrahmanemustapha"      
    }    
    return social_media_links 
  
  #get all my favourite  programming languages
  def get_fav_lang(self):
      languages = ['python 🐍 ', 'javascript😺 ', 'Typesc']
      return languages
      
  #get all my favourite frameworks
  def get_fav_frameworks(self):
    frameworks = ['django 🔫 ', 'react 🎯', 'bootstrap✨ ', 'django-rest-framework🧬', 'vuejs', 'angular', 'expressjs', 'nodejs']
    return frameworks
   
  #get all my favourite databases 
  def get_databases(self)
   data_bases = ['postgres🐘 ', 'mysql 👍', 'mongodb 🍃']
   return data_bases
    

  
  
  

Pinned

  1. leblad-py leblad-py Public

    A python library providing a list of Algerian administrative areas with many useful APIs, based on leblad

    Python 8

  2. add-arabic-reportlab add-arabic-reportlab Public

    how to add arabic text to report lab

    Python 8 2

  3. algeria-api-natural-disaster algeria-api-natural-disaster Public

    the natural disaster algerian api

    Python 10 1

  4. DNA DNA Public

    ibn khaldoune university analytics web app

    Jupyter Notebook 8

  5. Learno Learno Public

    Learno is an e-learning platform where you can run/execute your code in different programming languages like python , javascript , java, c/ c++ , you can learn by watching a video or read the docum…

    HTML 24 5

  6. the-cryptopals-solutions the-cryptopals-solutions Public

    python3 solutions of the cryptopals crypto challenges https://cryptopals.com/

    Python 3 1