Skip to content
View ATOUIYakoub's full-sized avatar

Highlights

  • Pro

Block or report ATOUIYakoub

Report abuse

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

Report abuse
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})

 ATOUIYakoub

 ATOUIYakoub

ATOUIYakoub

Connect with me:

Yakoub Atoui ATOUIYakoub ATOUIYakoub's GitLab Abderahman Atoui's Kaggle

Languages and Tools:

c java

html5 css javaScript mysql postgresql python django docker Flask PyQt Electron github gitlab git postman linux Hostinger numpy scikit-learn pandas

Pinned Loading

  1. DataThon-TrainIT-Challenges DataThon-TrainIT-Challenges Public

    This repository showcases my solutions to DataThon TrainIT challenges, featuring diverse datasets, innovative models, and insightful analyses.

    Jupyter Notebook 15

  2. CinemaTicketReservation CinemaTicketReservation Public

    PowerShell 8

  3. Realtime-Chat-App-using-Django Realtime-Chat-App-using-Django Public

    This project demonstrates the creation of a simple realtime chat application using Django and Django Channels. It utilizes WebSockets to enable real-time communication between users, providing a se…

    Python 7

  4. WeatherAPI WeatherAPI Public

    This repository contains a simple weather API built using Django Rest Framework. The API allows users to retrieve weather information based on location queries. It integrates with a weather service…

    Python 9

  5. Project-BDD Project-BDD Public

    management system for biblioteque

    JavaScript 7

  6. Django-hubspot-integration Django-hubspot-integration Public

    Python 5