Practical Django 2 and Channels 2: Building Projects and Applications with Real-Time Capabilities
Autor Federico Maranien Limba Engleză Paperback – 15 dec 2018
The book starts with the basics and explains the difference between a Django project and a Django app, the most important settings, how to change them, and the fundamentals of packaging. You'll then be introduced to all the standard tools of Django, along with a sample project. The book then moves on to Channels, a recent addition to the Django ecosystem. It extends the framework with support for real-time operations such as Websockets and other asynchronous features.
Practical Django 2 and Channels 2 provides the practical concepts needed to create complex, database-driven websitesas easily as possible.
What You'll Learn
- Build and deploy a simple company site with Django
- Develop more complex, data-heavy sites using the Django ORM
- Integrate Django with Channels
- Unit-test your solutions
Who This Book Is For
Python developers and web developers wanting to learn Django 2 and Channels 2
Preț: 249.23 lei
Preț vechi: 311.54 lei
-20% Nou
Puncte Express: 374
Preț estimativ în valută:
47.70€ • 49.61$ • 39.97£
47.70€ • 49.61$ • 39.97£
Carte tipărită la comandă
Livrare economică 14-28 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484240984
ISBN-10: 1484240987
Pagini: 215
Ilustrații: XVI, 409 p. 36 illus.
Dimensiuni: 155 x 235 x 23 mm
Greutate: 0.59 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484240987
Pagini: 215
Ilustrații: XVI, 409 p. 36 illus.
Dimensiuni: 155 x 235 x 23 mm
Greutate: 0.59 kg
Ediția:1st ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Chapter 01: Introduction to Django and basic concepts.- Chapter 02: Getting started with a simple company site.- Chapter 03: Adding the product catalogue to the site.- Chapter 04: A checkout system for receiving orders online.- Chapter 05: Adding CSS/Javascript to our Django project.- Chapter 06: Using external libraries in our project.- Chapter 07: Making an internal dashboard for the company.- Chapter 08: : Backend for a mobile customer service app (using Channels: Chapter 09: Mobile customer service app (using websockets).- Chapter 10: How to deploy Django sites.
Notă biografică
Federico Marani has been a freelance software engineer and DevOps specialist for over 15 years. With a background in Computer Science and a Msc in Business Psychology, he has worked in companies ranging from e-commerce, finance, medical and banking companies. He started developing web applications with Python 1.5.2 on RedHat systems hasbeen using Django since the first 1.x versions, more than 8 years ago. He now consults on technology strategy and tech teams with startups, and still very hands-on with coding. Open sourced a lot of code online, some of which is part of GNU Social. In his spare time, he enjoys playing drums and running.
Textul de pe ultima copertă
Learn how to rapidly build your own ecommerce site by applying Django’s battle-tested components. This book demonstrates Django’s features and conventions to help you develop modern web applications quickly. You'll adopt a "learn by doing" approach and gain a deeper understanding Django by working through a project in which the real-time component will be critical.
The book starts with the basics and explains the difference between a Django project and a Django app, the most important settings, how to change them, and the fundamentals of packaging. You'll then be introduced to all the standard tools of Django, along with a sample project. The book then moves on to Channels, a recent addition to the Django ecosystem. It extends the framework with support for real-time operations such as Websockets and other asynchronous features.
Practical Django 2 and Channels 2 provides the practical concepts needed to create complex, database-driven websites as easily as possible.
The book starts with the basics and explains the difference between a Django project and a Django app, the most important settings, how to change them, and the fundamentals of packaging. You'll then be introduced to all the standard tools of Django, along with a sample project. The book then moves on to Channels, a recent addition to the Django ecosystem. It extends the framework with support for real-time operations such as Websockets and other asynchronous features.
Practical Django 2 and Channels 2 provides the practical concepts needed to create complex, database-driven websites as easily as possible.
Caracteristici
Covers real-time development with Django Channels Based on Django version 2 Adopts a "Learn by Doing" approach