Web Development with Django. A definitive guide to building modern Python web applications using Django 4 - Second Edition - Helion
Tytuł oryginału: Web Development with Django. A definitive guide to building modern Python web applications using Django 4 - Second Edition
ISBN: 9781803235127
stron: 764, Format: ebook
Data wydania: 2023-05-26
Księgarnia: Helion
Cena książki: 149,00 zł
Do you want to develop reliable and secure applications that stand out from the crowd without spending hours on boilerplate code? You’ve made the right choice trusting the Django framework, and this book will tell you why. Often referred to as a “batteries included” web development framework, Django comes with all the core features needed to build a standalone application. Web Development with Django will take you through all the essential concepts and help you explore its power to build real-world applications using Python.
Throughout the book, you’ll get the grips with the major features of Django by building a website called Bookr – a repository for book reviews. This end-to-end case study is split into a series of bitesize projects presented as exercises and activities, allowing you to challenge yourself in an enjoyable and attainable way. As you advance, you'll acquire various practical skills, including how to serve static files to add CSS, JavaScript, and images to your application, how to implement forms to accept user input, and how to manage sessions to ensure a reliable user experience. You’ll cover everyday tasks that are part of the development cycle of a real-world web application.
By the end of this Django book, you'll have the skills and confidence to creatively develop and deploy your own projects.
Osoby które kupowały "Web Development with Django. A definitive guide to building modern Python web applications using Django 4 - Second Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Web Development with Django. A definitive guide to building modern Python web applications using Django 4 - Second Edition eBook -- spis treści
- 1. An Introduction to Django
- 2. Models and Migrations
- 3. URL Mapping, Views, and Templates
- 4. An Introduction to Django Admin
- 5. Serving Static Files
- 6. Forms
- 7. Advanced Form Validation and Model Forms
- 8. Media Serving and File Uploads
- 9. Sessions and Authentication
- 10. Advanced Django Admin and Customization
- 11. Advanced Templating and Class-Based Views
- 12. Building a REST API
- 13. Generating CSV, PDF, and Other Binary Files
- 14. Testing Your Django Applications
- 15. Django Third-Party Libraries
- 16. Using a Frontend JavaScript Library with Django