Skip to content

KJSonnenberg/Becoming-an-Enterprise-Django-Developer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Becoming an Enterprise Django Developer

Becoming an Enterprise Django Developer, published by Packt

Full Stack Development with Spring Boot and React

This is the code repository for Becoming an Enterprise Django Developer, published by Packt.

Discover best practices, tooling, and solutions for writing and organizing Django applications in production

What is this book about?

This book is for Django developers who want to learn the full-stack enterprise app development lifecycle. If you are a Python web developer looking to learn how to maintain a production website and explore Django beyond the basics, this book is for you. The book assumes intermediate-level knowledge of Python programming and the Django framework.

This book covers the following exciting features:

  • Use Django to develop enterprise-level apps to help scale your business
  • Understand the steps and tools used to scale up a proof-of-concept project to production without going too deep into specific technologies
  • Explore core Django components and how to use them in different ways to suit your app's needs
  • Find out how Django allows you to build RESTful APIs

If you feel this book is for you, get your copy today!

https://www.packtpub.com/

Instructions and Navigations

All of the project files are organized into folders. For example, Chapter01.

The code will look like the following:


# /becoming_a_django_entdev/chapter_6/urls.py
...
  from django.contrib
  import admin
  urlpatterns = [
  path('admin/', admin.site.urls),
]


Following is what you need for this book:

Django is a powerful framework but choosing the right add-ons that match the scale and scope of your enterprise projects can be tricky. This book will help you explore the multifarious options available for enterprise Django development. Countless organizations are already using Django and more migrating to it, unleashing the power of Python with many different packages and dependencies, including AI technologies.

With the following software and hardware list you can run all code files present in the book (Chapter 1-15).

We also provide a PDF file that has color images of the screenshots/diagrams used in this book. Click here to download it.

Code in Action

Click on the following link to see the Code in Action: Youtube link

Related products

Get to Know the Author

Michael Dinder works as a senior backend developer at Cart.com, Inc. Michael has helped to develop projects for large enterprises such as PayPal and other companies such as Corcoran Pacific Properties, and countless more either directly or indirectly. He has been programming for more than 15 years with a number of different languages and frameworks, with a focus on Python/Django for the past 5+ years.

About

Becoming an Enterprise Django Developer, Published by Packt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.4%
  • HTML 22.8%
  • CSS 12.9%
  • JavaScript 2.8%
  • Other 0.1%