Kirjojen hintavertailu. Mukana 12 595 353 kirjaa ja 12 kauppaa.

Kirjailija

Saurabh Badhwar

Kirjat ja teokset yhdessä paikassa: 4 kirjaa, julkaisuja vuosilta 2018-2026, suosituimpien joukossa Web Development with Django 6. Vertaile teosten hintoja ja tarkista saatavuus suomalaisista kirjakaupoista.

4 kirjaa

Kirjojen julkaisuhaarukka 2018-2026.

Web Development with Django 6

Web Development with Django 6

Chris Guest; Mark Walker; Ben Shaw; Saurabh Badhwar; Bharath Chandra K S

PACKT PUBLISHING LIMITED
2026
nidottu
Create modern, secure websites easily and quickly with Django 6 through realistic case studies updated for the latest async features and modern Python support Key Features Get to grips with Django 6 functionality, the MVT paradigm, and its new async-powered features Build and extend a book-review site using updated templates, forms, async features, and ORM tools Explore REST APIs, async views, third-party integrations, testing, and modern deployment options Purchase of the print or Kindle book includes a free PDF eBook Book DescriptionTired of spending hours on boilerplate code when you should be building features? Django 6 transforms your workflow with major improvements to the Python web ecosystem—from expanded async support to improved form rendering, stronger security, and modern template and ORM capabilities. This book shows you how to take full advantage of these upgrades to build reliable, secure, and high-performance web applications in a structured, hands-on way. You’ll discover Django 6’s power by building an end-to-end case study of developing a website called Bookr, a repository for book reviews that mirrors real development workflows. Through guided practical exercises, you'll learn how to serve static files, implement forms using Django 6’s improved rendering system, handle async views and ORM operations, and manage sessions to create a seamless user experience. You’ll also tackle essential tasks such as authentication, security best practices, and integrating modern front-end tools. By the end of this Django book, you’ll be ready to build and deploy your own scalable, modern Python web applications using Django 6.What you will learn Start a new Django 6 project and define models using the improved ORM Work with function and class-based views using templates to control application behavior Implement authentication, permissions, and modern session handling techniques Create practical forms using Django 6's updated rendering API Build RESTful APIs and the JavaScript features that integrate with them Connect to PostgreSQL and run async-ready queries where supported Who this book is forThis book is for programmers who want to enhance their web development skills with Django 6. You’ll get the most out of it if you already know Python programming and are familiar with JavaScript, HTML, and CSS. This book is especially useful for anyone looking to understand Django’s new async capabilities, modern security features, and production-ready web development patterns.
Web Development with Django -

Web Development with Django -

Ben Shaw; Saurabh Badhwar; Bharath Chandra K S; Chris Guest

PACKT PUBLISHING LIMITED
2023
nidottu
Learn how to create your own websites easily, securely, and quickly with Django by tackling practical activities based on realistic case studies. Key Features * Understand Django functionality and the Model-View-Template (MVT) paradigm * Create and iteratively build a book review website, adding features as you build your knowledge * Explore advanced concepts such as REST API implementation and third-party module integration Book Description Do you want to develop reliable and secure applications which stand out from the crowd, rather than spending hours on boilerplate code? Then Django framework is where you should begin. 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 takes this philosophy and equips you with the knowledge and confidence to build real-world applications using Python. This book starts with the essential concepts necessary to learn Django. Then we cover its major features 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 that are presented as exercises and activities, allowing you to challenge yourself in an enjoyable and attainable way. As you progress further, you'll learn 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. Throughout this book, you'll cover daily key tasks that are part of the development cycle of a real-world web application. By the end of this book, you'll have the skills and confidence to creatively develop and deploy your own projects with Django. What you will learn * Create a new application and add models to describe your data * Use views and templates to control behavior and appearance * Implement access control through authentication and permissions * Develop practical web forms to add features such as file uploads * Learn to develop a RESTful API and JavaScript code that communicates with it * Connect to a database such as PostgreSQL Who This Book Is For Programmers looking to enhance their web development skills using the Django framework. To fully understand the concepts explained in this book, basic knowledge of Python programming, as well as familiarity with JavaScript, HTML, and CSS is assumed.
Web Development with Django

Web Development with Django

Ben Shaw; Saurabh Badhwar; Andrew Bird; Bharath Chandra K S; Chris Guest

Packt Publishing Limited
2021
nidottu
Do you want to develop reliable and secure applications which stand out from the crowd, rather than spending hours on boilerplate code? Then the Django framework is where you should begin. 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 takes this philosophy and equips you with the knowledge and confidence to build real-world applications using Python. Starting with the essential concepts of Django, you'll cover its major features 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 that are presented as exercises and activities, allowing you to challenge yourself in an enjoyable and attainable way. As you progress, you'll learn 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. Throughout this book, you'll cover key daily tasks that are part of the development cycle of a real-world web application. By the end of this book, you'll have the skills and confidence to creatively tackle your own ambitious projects with Django.Key Features Understand Django functionality and the Model-View-Template (MVT) paradigm Create and iteratively build a book review website, adding features as you build your knowledge Explore advanced concepts such as REST API implementation and third-party module integration What you will learnCreate a new application and add models to describe your data Use views and templates to control behavior and appearance Implement access control through authentication and permissions Develop practical web forms to add features such as file uploads Develop a RESTful API and JavaScript code that communicates with it Connect to a database such as PostgreSQL Who this book is forWeb Development with Django is designed for programmers who want to gain web development skills with the Django framework. To fully understand the concepts explained in this book, you must have basic knowledge of Python programming, as well as familiarity with JavaScript, HTML, and CSS.
Hands-On Enterprise Application Development with Python

Hands-On Enterprise Application Development with Python

Saurabh Badhwar

Packt Publishing Limited
2018
nidottu
Architect scalable, reliable, and maintainable applications for enterprises with PythonKey FeaturesExplore various Python design patterns used for enterprise software developmentApply best practices for testing and performance optimization to build stable applicationsLearn about different attacking strategies used on enterprise applications and how to avoid themBook DescriptionDynamically typed languages like Python are continuously improving. With the addition of exciting new features and a wide selection of modern libraries and frameworks, Python has emerged as an ideal language for developing enterprise applications. Hands-On Enterprise Application Development with Python will show you how to build effective applications that are stable, secure, and easily scalable.The book is a detailed guide to building an end-to-end enterprise-grade application in Python. You will learn how to effectively implement Python features and design patterns that will positively impact your application lifecycle. The book also covers advanced concurrency techniques that will help you build a RESTful application with an optimized frontend. Given that security and stability are the foundation for an enterprise application, you’ll be trained on effective testing, performance analysis, and security practices, and understand how to embed them in your codebase during the initial phase. You’ll also be guided in how to move on from a monolithic architecture to one that is service oriented, leveraging microservices and serverless deployment techniques.By the end of the book, you will have become proficient at building efficient enterprise applications in Python.What you will learnUnderstand the purpose of design patterns and their impact on application lifecycleBuild applications that can handle large amounts of data-intensive operationsUncover advanced concurrency techniques and discover how to handle a large number of requests in productionOptimize frontends to improve the client-side experience of your applicationEffective testing and performance profiling techniques to detect issues in applications early in the development cycleBuild applications with a focus on securityImplement large applications as microservices to improve scalabilityWho this book is forIf you’re a developer who wants to build enterprise-grade applications, this book is for you. Basic to intermediate-level of programming experience with Python and database systems is required to understand the concepts covered in this book.