Learn Web Development with Python - Helion
Tytuł oryginału: Learn Web Development with Python
ISBN: 9781789953299
stron: 779, Format: ebook
Data wydania: 2018-12-21
Księgarnia: Helion
Cena książki: 29,90 zł (poprzednio: 199,33 zł)
Oszczędzasz: 85% (-169,43 zł)
A comprehensive guide to Python programming for web development using the most popular Python web framework - Django
Key Features
- Learn the fundamentals of programming with Python and building web apps
- Build web applications from scratch with Django
- Create real-world RESTful web services with the latest Django framework
Book Description
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
Who this book is for
If you have little experience in coding or Python and want to learn how to build full-fledged web apps, this Learning Path is for you. No prior experience with RESTful web services, Python, or Django is required, but basic Python programming experience is needed to understand the concepts covered.
Osoby które kupowały "Learn Web Development with Python", wybierały także:
- Learn Python Programming 299,00 zł, (29,90 zł -90%)
- Python: Advanced Guide to Artificial Intelligence 199,33 zł, (29,90 zł -85%)
- Hands-On Simulation Modeling with Python 175,88 zł, (29,90 zł -83%)
- Hands-On Genetic Algorithms with Python 175,88 zł, (29,90 zł -83%)
- Odoo 10 Implementation Cookbook 175,88 zł, (29,90 zł -83%)
Spis treści
Learn Web Development with Python. Get hands-on with Python Programming and Django web development eBook -- spis treści
- 1. A Gentle Introduction to Python
- 2. Built-in Data Types
- 3. Iterating and Making Decisions
- 4. Functions, the Building Blocks of Code
- 5. Saving Time and Memory
- 6. OOP, Decorators, and Iterators
- 7. Files and Data Persistence
- 8. Testing, Profiling, and Dealing with Exceptions
- 9. Concurrent Execution
- 10. Debugging and Troubleshooting
- 11. Installing the Required Software and Tools
- 12. Working with Models, Migrations, Serialization, and Deserialization
- 13. Creating API Views
- 14. Using Generalized Behavior from the APIView Class
- 15. Understanding and Customizing the Browsable API Feature
- 16. Using Constraints, Filtering, Searching, Ordering, and Pagination
- 17. Securing the API with Authentication and Permissions
- 18. Applying Throttling Rules and Versioning Management
- 19. Automating Tests
- 20. Solutions
- 21. Templates
- 22. Admin Interface
- 23. Forms
- 24. Security
- 25. Working Asynchronously
- 26. Creating APIs
- 27. Production-Ready