Jump to ratings and reviews
Rate this book

Django 3 By Example: Build Powerful and Reliable Python Web Applications from Scratch

Rate this book
Learn Django 3 with four end-to-end web projects

Key FeaturesLearn Django 3 by building real-world web applications from scratch in Python, using coding best practicesIntegrate other technologies into your application with clear, step-by-step explanations and comprehensive example codeImplement advanced functionalities like a full-text search engine, a user activity stream, or a recommendation engineAdd real-time features with Django Channels and WebSocketsBook DescriptionIf you want to learn the entire process of developing professional web applications with Python and Django, then this book is for you. In the process of building four professional Django projects, you will learn about Django 3 features, how to solve common web development problems, how to implement best practices, and how to successfully deploy your applications.

In this book, you will build a blog application, a social image bookmarking website, an online shop, and an e-learning platform. Step-by-step guidance will teach you how to integrate popular technologies, enhance your applications with AJAX, create RESTful APIs, and set up a production environment for your Django projects.

By the end of this book, you will have mastered Django 3 by building advanced web applications.

What you will learnBuild real-world web applicationsLearn Django essentials, including models, views, ORM, templates, URLs, forms, and authenticationImplement advanced features such as custom model fields, custom template tags, cache, middleware, localization, and moreCreate complex functionalities, such as AJAX interactions, social authentication, a full-text search engine, a payment system, a CMS, a RESTful API, and moreIntegrate other technologies, including Redis, Celery, RabbitMQ, PostgreSQL, and Channels, into your projectsDeploy Django projects in production using NGINX, uWSGI, and DaphneWho this book is forThis book is intended for developers with Python knowledge who wish to learn Django in a pragmatic way. Perhaps you are completely new to Django, or you already know a little but you want to get the most out of it. This book will help you to master the most relevant areas of the framework by building practical projects from scratch. You need to have familiarity with programming concepts in order to read this book. Some previous knowledge of HTML and JavaScript is assumed.

Table of ContentsBuilding a Blog ApplicationEnhancing Your Blog with Advanced FeaturesExtending Your Blog ApplicationBuilding a Social WebsiteSharing Content on Your WebsiteTracking User ActionsBuilding an Online ShopManaging Payments and OrdersExtending Your ShopBuilding an E-Learning PlatformRendering and Caching ContentBuilding an APIBuilding a Chat ServerGoing Live

959 pages, Kindle Edition

Published March 31, 2020

73 people are currently reading
155 people want to read

About the author

Antonio Mele

19 books3 followers
Antonio Mele is a Professor of Finance and a Senior Chair with the Swiss Finance Institute in Lugano after a decade spent as a Professor of Finance at the London School of Economics & Political Science. He is also a Research Fellow for the Financial Economics program at the Center for Economic Policy Research (CEPR) in London, and holds a PhD in Economics from the University of Paris.

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
28 (46%)
4 stars
24 (40%)
3 stars
5 (8%)
2 stars
2 (3%)
1 star
1 (1%)
Displaying 1 - 7 of 7 reviews
60 reviews5 followers
April 20, 2020
I especially loved the new "async" and ASGI parts of the book based on a chat service example.

Lots of modern approaches to solving common web application development tasks with end-to-end examples.

I'd consider it something like a "little [django] offline SO in your backpack" :)
Profile Image for Bilal.
113 reviews12 followers
December 14, 2020
This is a great hands-on leaning guide for the Django platform. A bit more emphasis on explaining some of the programmatic concepts/shortcuts/technologies would have made this a perfect learning-guide.
Profile Image for Stoyan.
52 reviews16 followers
November 24, 2020
4.5/5
I had a problem in Chapter 8 around the payments, some methods were deprecated, had no wish to get it working (maybe another time). In Chapter 10 there was also a problem, but I am too lazy to get it working. Because the rest of the chapters was connected to this one, I skipped it.
Otherwise a really nice book. would recommend it 100%.
Profile Image for Sunny Shaban Ali.
6 reviews
March 24, 2024
Author demonstrated a fair effort at reducing abstraction. I find the book more useful than the courses I took on Django; however, this version of the book has some deprecations. So, I'll suggest going with the latest version of this book
15 reviews
April 30, 2022
The examples were truly incredible, i loved the simplicity of the book.
very good for people who have messed around and now are ready to get into a more practical way of working with Django
Displaying 1 - 7 of 7 reviews

Can't find what you're looking for?

Get help and learn more about the design.