GithubHelp home page GithubHelp logo

Account: LinkedIn Account: Facebook Account: Twitter Account: Instagram Account: GitHub Account: Resume

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', 'Fares Emad')
    occupation = request.data.get('occupation', 'Software 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})

Visitors Count



Languages and Tools:

bash csharp django docker git html5 linux mysql postgresql postman python qt selenium


🤖Most Used Languages:

Top Langs


⚡ Fun fact

  • “Any fool can write code that a computer can understand. Good programmers write code that humans can understand.” — Martin Fowler

Fares Emad's Projects

artec icon artec

Mcq tests, hand drawing and Digital drawing

awesome-django-admin icon awesome-django-admin

Curated List of Awesome Django Admin Panel Articles, Libraries/Packages, Books, Themes, Videos, Resources.

blog icon blog

Django Blog: A robust web application for seamless blogging, powered by Django framework.

blog-api icon blog-api

Blog API using the full set of Django REST Framework features

chat-application icon chat-application

Build a Django chat app using web sockets and the django channels package for real-time communication.

dj-online-shop icon dj-online-shop

A functioning online e-shop that uses the Django framework to build the web application.

django-core icon django-core

Dive in deep to the core concepts behind the power Django framework written in Python. Using Django 1.10 with Python 3

django-course icon django-course

A simple project to measure my skills after reading a book 'Django 4 By Example'

django-roadmap icon django-roadmap

Django roadmap outlines key features and improvements for upcoming releases, including performance and scalability improvements, new features for modern web development, enhanced security, and improved developer experience.

djchat icon djchat

Simple chat application with django

docs icon docs

The open-source repo for docs.github.com

drawille icon drawille

Pixel graphics in terminal with unicode braille characters

e-commerce-application icon e-commerce-application

Developing an e-commerce application provides hands-on experience in implementing authentication, designing intricate models, and integrating payment gateways.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.