User profile picture

ATOUI Abderahman Yakoub

@ATOUIYakoub
  • ATOUIYakoub
  • README.md

Typing SVG

from rest_framework.decorators import api_view
from rest_framework.response import Response

@api_view(['POST'])
def introduce_yourself(request):
    name = request.data.get('name', 'Abderahman Yakoub ATOUI')
    occupation = request.data.get('occupation', 'Backend Developer')
    interests = request.data.get('interests', ['Python', 'Django', 'Rest Framework'])

    introduction = f"Hello, my name is {name}. I am a {occupation} and my interests include {', '.join(interests)}."

    return Response({'introduction': introduction})
  • 📫 How to reach me atouiyakoub4@gmail.com

Connect with me:

Yakoub Atoui ATOUIYakoub ATOUIYakoub's GitHub Abderahman Atoui's Kaggle

Languages and Tools:

c java

html5 css javaScript mysql postgresql python django Jupyter Kaggle github gitlab git postman linux Hostinger

Activity

View all
Loading
There was an error loading users activity calendar.
  • Loading

Personal projects

View all
  • Loading
Loading

Info

Django Backend Developer
Setif, Algeria
4:44 AM
Member since April 04, 2024

Contact

abderahman-yakoub-atoui-142517230