Try answering these questions to test your knowledge from this chapter:
- You have written a PyQt application in a file called Scan & Print Tool-box.py. You want to convert this into a module-style organization; what change should you make?
- Your PyQt5 database application has a set of .sql files containing queries used by the application. It worked when your app was a single script in the same directories as the .sql files, but now that you've converted it to a module-style organization, the queries can't be found. What should you do?
- You're writing a detailed README.rst file to document your new application before uploading it to a code-sharing site. What characters should be used to underline your level 1, 2, and 3 headings, respectively?
- You're creating a setup.py script for your project so that you can upload it to PyPI. You would like to include...