Python Issues and Solutions

October 27, 2024

Some useful methods for troubleshooting and fixing python issues.

Flask directory structure for large applications

October 27, 2024

For a large flask project, how a directory is organised and special tactics are used to avoid import errors. A test.py is given here for checks.