Introduction to web development with Python and Django

Django was created in 2003 in a news agency, Lawrence Journal-World, which was to develop complete websites in very short time (hence the idea of the framework). In 2005, this agency decided to offer Django to the general public, deeming it mature enough to be reused anywhere. Three years later, the foundation Django Software is created by the founders of the framework in order to be able to maintain this one and the very active community which surrounds it.

Table of contents

  • Introduction
  • Http and the Request / Response cycle
  • The Client Server Architecture
  • Exercise
  • Take Away 
  • Setup
  • Project folder
  • Installing Django
  • Creating Django project
  • Creating the Database
  • Inspecting the Database
  • Running the server
  • Creating & installing the Blog App
  • Creating Web Services
  • website/urls.py
  • GET parameters
  • Exercises 
Size : 320.34 Kb
File type : pdf
Downloads: 1930
Created: 2018-04-01
Introduction to web development with Python and Django

This PDF course is designed to provide learners with a comprehensive understanding of Python programming and web development using Django. The course begins with an introduction to the basics of Python programming and how it is used in web development. It then covers the fundamentals of HTTP and the request/response cycle, followed by an explanation of the client-server architecture. With exercises and real-life examples, learners get to put their newfound knowledge into practice. The course also includes a section on setting up the project folder, installing Django, creating a Django project, and creating the database. Additionally, learners get to inspect the database and run the server. The course concludes with a section on creating and installing the Blog App, creating web services, and working with GET parameters. With this Python PDF course, learners get to take their first steps in Python programming and become proficient in building web applications using Django.

Others Django Tutorials

Getting help with Django documentation

Learning Website Development with Django

Django Web Framework and Python

Download Django tutorial in PDF

Writing your first Django app

Others related eBooks about Introduction to web development with Python and Django

Designing Scalable JavaScript Applications

If you've ever written a non-trivial JavaScript application, you know that creating a code..., download free JavaScript tutorial in PDF (134 pages) created by Emmit Scott ....

Vue.js tutorial in PDF

Download free Vue.js tutorial course in PDF, training file in 26 chapters and 93 pages. Free unaffiliated ebook created from Stack OverFlow contributor....

Practical Semantic Web and Linked Data Applications

The next major advance in the Web will be Web 3.0 which will be built on semantic Web technologies. ...

Learning JavaScript

Download Advanced JavaScript Course, PDF document on 643 pages created by Stack OverFlow. This is a free and unofficial JavaScript ebook created for educational purposes. All content is extracted from the Stack Overflow documentation, written by many developers....

Node.js programming by example

Download Free training document about Node.js under 16 pages intended to advanced level-users....

How To Code in React.js

Download free course How To Code in React.js, pdf file on 962 pages by Joe Morgan....

Tutorial AngularJS in PDF

This course provides an overview of AngularJS framework, a good PDF tutorial on 26 pages intended to intermediate level-users....

Blazor WebAssembly Succinctly

Download free course Blazor WebAssembly Succinctly, pdf file on 105 pages by by Michael Washington....

RESTful Web Services

"Every developer working with the Web needs to read this book." - David Heinemei..., download free Web Services tutorial in PDF (448 pages)....

Http2 Explained

This is a detailed document describing HTTP/2 (RFC 7540), the background, concepts, protocol and something about existing implementations and what the future might hold....