Python Application Layouts: A Reference Quiz
Interactive Quiz ⋅ 9 Questions
By Joseph Peart
In this quiz, you’ll test your understanding of Python Application Layouts: A Reference.
By working through this quiz, you’ll revisit how to structure one-off scripts, installable packages, larger applications with internal packages, and web projects built with Django or Flask.
A dependable starting layout helps you avoid coder’s block so you can focus on writing code instead of figuring out where it should live.
The quiz contains 9 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!
Related Resources
Course
Structuring a Python Application
This course is a reference guide to common Python application layouts and project structures for command-line applications, web applications, and more.
Tutorial
Python Application Layouts: A Reference
A reference guide to common Python application layouts and project structures for command-line applications, web applications, and more.