Limit this search to....

Actionable Django: A Django Course for Python Developers
Contributor(s): Dunn, Justin (Editor), Dunn, Nat (Author)
ISBN: 1951959043     ISBN-13: 9781951959043
Publisher: Webucator
OUR PRICE:   $37.95  
Product Type: Paperback
Published: August 2020
Qty:
Additional Information
BISAC Categories:
- Computers | Web - Web Programming
Physical Information: 1.34" H x 7.99" W x 10" (2.87 lbs) 668 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

This book is a course on Django for Python developers. The better you know Python, the easier it will be to learn Django. Conversely, one of the great things about learning Django is that it will help you improve your Python skills. Through more than 80 exercises and 100s of demos, you will learn to build a fully functional website using Python, Django 3.1, PostgreSQL, Visual Studio Code, GitHub, Amazon S3 (for media storage), SendGrid, and Heroku. What you will learn:

  1. To build simple web pages using Django templates.
  2. To build a complete registration and authentication system.
  3. To make certain features of the site only available to logged-in users.
  4. To build forms that allow users to upload files. You will also learn to validate those files to make sure they are not dangerous. And you will learn to keep private files, like resumes, private.
  5. To create sortable and searchable lists and tables of data, and to add pagination to long lists of data.
  6. To allow users to add and edit data through web forms.
  7. To use Ajax to make server requests without a full page refresh.
  8. To use and customize Django admin, Django's built-in administration interface.
  9. To generate emails with Django.
  10. To use Git and GitHub for source control.
  11. To publish your website on Heroku, a popular hosting service.
  12. To store media files, uploaded by users, using Amazon's S3 service.

Other technologies used, but not taught, in the book include HTML, CSS, Bootstrap, JavaScript, and SQL. Experience with those technologies will serve you well, both in becoming a Django programmer, and in working through this book.