Skip to content
View ATOUIYakoub's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report ATOUIYakoub

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
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 Flask Jupyter Kaggle github gitlab git postman linux Hostinger numpy

Pinned

  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 11

  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 8

  5. 06Mobile 06Mobile Public

    HTML 3

  6. Project-BDD Project-BDD Public

    management system for biblioteque

    JavaScript 7