Skip to content

Opening book details…

About this document

Web Programming: Python & JavaScript Guide by Moudi Mouhamadou is a document available to read on EtoBox.

This document discusses web programming using Python and JavaScript. It covers HTTP and status codes like 200 for OK and 404 for Not Found. It introduces Django, a Python web framework, and how to install and start a Django project using commands like pip3 install Django and django-admin startproject. It also mentions running the local web server with python manage.py runserver and generating app files with python manage.py startapp.

Author
Moudi Mouhamadou
Language
EN