Treffer: Django: Web Development with Python
copyrighted
https://univ.scholarvox.com/book/88843546
https://static2.cyberlibris.com/books_upload/136pix/9781787123922.jpg
1268588901
From OAIster®, provided by the OCLC Cooperative.
Weitere Informationen
From an idea to a prototype – a complete guide for web development with the Django frameworkAbout This BookExplore the best practices to develop applications of a superior quality with Django frameworkUnravel the common problems of web development in DjangoThis course teaches you major Django functions and will help you improve your skills by developing models, forms, views, and templatesExperience the challenges of working on an end-to-end social network projectWho This Book Is ForWeb developers who want to use modern Python-based web frameworks like Django to build powerful web applications. The course is mostly self-contained and introduces web development with Python to a reader who is familiar with web development concepts and can help him become an expert in this trade. It's intended for all levels of web developers, both students and practitioners from novice to experts.What You Will LearnUse Django models to store information in the database and generate queries to access a database across modelsQuickly develop web pages to create, read, update, and delete data from the model using class-based viewsGenerate very maintainable forms with DjangoImport data from local sources and external web services as well as exporting your data to third partiesDeep dive into various aspects of Django from models and views to testing and deploymentFamiliarize yourself with the various nuances of web development such as browser attacks and databasesIn DetailData science is hot right now, and the need for multitalented developers is greater than ever before. A basic grounding in building apps with a framework as minimalistic, powerful, and easy-to-learn as Django will be a useful skill to launch your career as an entrepreneur or web developer. Django is a web framework that was designed to strike a balance between rapid web development and high performance. This course will take you on a journey to become an efficient web developer thoroughly understanding the key concepts of D