Learn Web Development with Python: Get hands-on with Python Programming and Django web development
Authors: Fabrizio Romano – Gaston C. Hillar – Arun Ravindran
ISBN-10: 1789953294
ISBN-13: 9781789953299
Publication Date 出版日期: 2018-12-21
Publisher finelybook 出版社: Packt
Print Length 页数: 796 pages
Book Description
By finelybook
A comprehensive guide to Python programming for web development using the most popular Python web framework – Django
If you want to develop complete Python web apps with Django,this Learning Path is for you. It will walk you through Python programming techniques and guide you in implementing them when creating 4 professional Django projects,teaching you how to solve common problems and develop RESTful web services with Django and Python. You will learn how to build a blog application,a social image bookmarking website,an online shop,and an e-learning platform.
Learn Web Development with Python will get you started with Python programming techniques,show you how to enhance your applications with AJAX,create RESTful APIs,and set up a production environment for your Django projects. Last but not least,you’ll learn the best practices for creating real-world applications.
By the end of this Learning Path,you will have a full understanding of how Django works and how to use it to build web applications from scratch.
This Learning Path includes content from the following Packt products:
Learn Python Programming by Fabrizio Romano
Django RESTful Web Services by Gaston C. Hillar
Django Design Patterns and Best Practices by Arun Ravindran
What you will learn
Explore the fundamentals of Python programming with interactive projects
Grasp essential coding concepts along with the basics of data structures and control flow
Develop RESTful APIs from scratch with Django and the Django REST Framework
Create automated tests for RESTful web services
Debug,test,and profile RESTful web services with Django and the Django REST Framework
Use Django with other technologies such as Redis and Celery
Contents
Preface
Chapter 1: A Gentle Introduction to Python
Chapter 2: Built-in Data Types
Chapter 3: Iterating and Making Decisions
Chapter 4: Functions,the Building Blocks of Code
Chapter 5: Saving Time and Memory
Chapter 6: OOP,Decorators,and Iterators
Chapter 7: Files and Data Persistence
Chapter 8: Testing,Profiling,and Dealing with Exceptions
Chapter 9: Concurrent Execution
Chapter 10: Debugging and Troubleshooting
Chapter 11: Installing the Required Software and Tools
Chapter 12: Working with Models,Migrations,Serialization,and Deserialization
Chapter 13: Creating API Views
Chapter 14: Using Generalized Behavior from the APIView Class
Chapter 15: Understanding and Customizing the Browsable API Feature
Chapter 16: Using Constraints,Filtering,Searching,Ordering,and Pagination
Chapter 17: Securing the API with Authentication and Permissions
Chapter 18: Applying Throttling Rules and Versioning Management
Chapter 19: Automating Tests
Chapter 20: Solutions
Chapter 21: Templates
Chapter 22: Admin Interface
Chapter 23: Forms
Chapter 24: Security
Chapter 25: Working Asynchronously
Chapter 26: Creating APls
Chapter 27: Production-Ready
Other Books You May Enjoy
Index