Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Django Standalone Apps: Learn to Develop Reusable Django Libraries, Lopatin Ben


Варианты приобретения
Цена: 5487.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2026-06-01
Ориентировочная дата поставки: Июль
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Lopatin Ben
Название:  Django Standalone Apps: Learn to Develop Reusable Django Libraries
ISBN: 9781484256312
Издательство: Springer
Классификация:

ISBN-10: 148425631X
Обложка/Формат: Paperback
Страницы: 169
Вес: 0.33 кг.
Дата издания: 10.06.2020
Язык: English
Издание: 1st ed.
Иллюстрации: 5 illustrations, color; 3 illustrations, black and white; xiii, 143 p. 8 illus., 5 illus. in color.
Размер: 25.40 x 17.78 x 0.99 cm
Читательская аудитория: Professional & vocational
Подзаголовок: Learn to develop reusable django libraries
Ссылка на Издательство: Link
Рейтинг:
Поставляется из: Германии
Описание: Develop standalone Django apps to serve as the reusable building blocks for larger Django projects. This book explores best practices for publishing these apps, with special considerations for testing Django apps, and strategies for extracting existing functionality into a separate package.
This jumpstart reference is divided into four distinct and sequential sections, all containing short, engaging chapters that can be read in a modular fashion, depending on your level of experience. The first section covers the structure and scope of standalone Django apps. The second section digs into questions about pulling code out of existing projects and into new standalone apps for reuse. The third section details additional, advanced technical best practices toward making standalone apps as broadly useful as possible. The fourth and final section covers strategies for managing a published Django app.
Django Standalone Apps is the perfect resource for developers who have at least some prior experience working with Django web applications and want to simplify their deployments and share their knowledge as open source packages.
What Youll Learn
  • Scope a standalone Django app project for optimum usefulness
  • Extract code from existing projects to reuse
  • Test a standalone app outside of your Django project
  • Reuse your own code for increased delivery cadence and code quality
  • Review best practices for maintaining a Django app package
Who This Book Is For

Professional developers who work with Django. Deep expertise is not required or expected, but readers should have working familiarity with Django.




Django 2 Web Development Cookbook-Third Edition

Автор: Kronika Jake, Bendoraitis Aidas
Название: Django 2 Web Development Cookbook-Third Edition
ISBN: 1788837681 ISBN-13(EAN): 9781788837682
Издательство: Неизвестно
Цена: 9378.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Django is a framework designed to balance rapid web development with high performance. It handles high levels of user traffic and interaction, integrates with a variety of databases, and collects and processes data in real time. This book follows a task-based approach to guide you through developing with the Django 2.1 framework, starting with ...

Practical django 2 and channels 2

Автор: Marani, Federico
Название: Practical django 2 and channels 2
ISBN: 1484240987 ISBN-13(EAN): 9781484240984
Издательство: Springer
Рейтинг:
Цена: 4634.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 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.

What You'll Learn
Build and deploy a simple company site with DjangoDevelop more complex, data-heavy sites using the Django ORMIntegrate Django with ChannelsUnit-test your solutions
Who This Book Is For
Python developers and web developers wanting to learn Django 2 and Channels 2
Mastering Django: Core: Core: The Complete Guide to Django 1.8 LTS

Автор: George Nigel
Название: Mastering Django: Core: Core: The Complete Guide to Django 1.8 LTS
ISBN: 1787281140 ISBN-13(EAN): 9781787281141
Издательство: Неизвестно
Рейтинг:
Цена: 8022.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This Mastering Django book equips you with the knowledge you need to implement Django in web applications. You`ll learn best practices for writing flawless code and creating powerful websites with the help of engaging examples and exercises.

Beginning Django

Автор: Daniel Rubio
Название: Beginning Django
ISBN: 1484227867 ISBN-13(EAN): 9781484227862
Издательство: Springer
Рейтинг:
Цена: 4512.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Discover the Django web application framework and get started building Python-based web applications. This book takes you from the basics of Django all the way through to cutting-edge topics such as creating RESTful applications. Beginning Django also covers ancillary, but essential, development topics, including configuration settings, static resource management, logging, debugging, and email. Along with material on data access with SQL queries, you'll have all you need to get up and running with Django 1.11 LTS, which is compatible with Python 2 and Python 3.
Once you've built your web application, you'll need to be the admin, so the next part of the book covers how to enforce permission management with users and groups. This technique allows you to restrict access to URLs and content, giving you total control of your data. In addition, you'll work with and customize the Django admin site, which provides access to a Django project's data.
After reading and using this book, you'll be able to build a Django application top to bottom and be ready to move on to more advanced or complex Django application development.
What You'll Learn

  • Get started with the Django framework
  • Use Django views, class-based views, URLs, middleware, forms, templates, and Jinja templates
  • Take advantage of Django models, including model relationships, migrations, queries, and forms
  • Leverage the Django admin site to get access to the database used by a Django project
  • Deploy Django REST services to serve as the data backbone for mobile, IoT, and SaaS systems
Who This Book Is For

Python developers new to the Django web application development framework and web developers new to Python and Django.
Django Design Patterns and Best Practices - Second Edition

Автор: Ravindran Arun
Название: Django Design Patterns and Best Practices - Second Edition
ISBN: 1788831349 ISBN-13(EAN): 9781788831345
Издательство: Неизвестно
Цена: 9378.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Learning to build more maintainable websites with Django either takes a lot of experience or familiarity with various pragmatic design patterns. This book will accelerate your journey into the world of web development. This new edition is updated with additional chapters and diagrams to help you get to grips with the current best practices in ...

Django Project Blueprints

Автор: Jibran Ahmed Asad
Название: Django Project Blueprints
ISBN: 1783985429 ISBN-13(EAN): 9781783985425
Издательство: Неизвестно
Рейтинг:
Цена: 8458.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Designing microservices with django

Автор: Hochrein, Akos
Название: Designing microservices with django
ISBN: 1484253574 ISBN-13(EAN): 9781484253571
Издательство: Springer
Рейтинг:
Цена: 6707.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book will examine what microservices look like, how they talk to each other, and how they are crafted using the Python programming language and the Django web framework.You`ll start by understanding what the key differences are between microservices and monolithic architectures.

Django 2 by Example

Автор: Mele Antonio
Название: Django 2 by Example
ISBN: 1788472489 ISBN-13(EAN): 9781788472487
Издательство: Неизвестно
Цена: 10666.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Django is a powerful Python web framework designed to develop web applications quickly. If you want to learn about the entire process of developing professional web applications with Django, then this book is for you. This book will walk you through the creation of four professional Django projects, teaching you how to solve common problems ...

Pro django

Автор: Alchin, Marty
Название: Pro django
ISBN: 1430258098 ISBN-13(EAN): 9781430258094
Издательство: Springer
Рейтинг:
Цена: 4629.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание:

  1. Understanding Django
  2. Django Is Python
  3. Models
  4. URLs and Views
  5. Forms
  6. Templates
  7. Handling HTTP
  8. Backend Protocols
  9. Common Tools
  10. Coordinating Applications
  11. Enhancing Applications
Django: Web Development with Python: Web Development with Python

Автор: Dauzon Samuel, Bendoraitis Aidas, Ravindran Arun
Название: Django: Web Development with Python: Web Development with Python
ISBN: 1787121380 ISBN-13(EAN): 9781787121386
Издательство: Неизвестно
Рейтинг:
Цена: 15631.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Beginning Django CMS

Автор: Nigel George
Название: Beginning Django CMS
ISBN: 1484216709 ISBN-13(EAN): 9781484216705
Издательство: Springer
Рейтинг:
Цена: 3658.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: 1. Working With a CMS2. Installing Django CMS3. Introduction to Django CMS4. Building the Site Template5. Creating Page Templates and Sidebars6. Menus and Navigation7. Plugins8. Extending Django CMS9. Authoring in Django CMS10. Administering Django CMS11. Django CMS in Production12. Next Steps in Django CMS

Lightweight Django

Автор: Elman Julia, Lavin Mark
Название: Lightweight Django
ISBN: 149194594X ISBN-13(EAN): 9781491945940
Издательство: Wiley
Рейтинг:
Цена: 5067.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Through a series of rapid application development projects, this hands-on book shows experienced Django developers how to include REST APIs, WebSockets, and client-side MVC frameworks such as Backbone.js into new or existing projects.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия