We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Before finishing phase 1 code needs to be refactored.
This refactor job includes:
The text was updated successfully, but these errors were encountered:
In the end file structure will look like that:
README.md LICENSE .gitignore .dockerignore setup.py requirements.txt main.py func.py docs/README.md docs/planning docs/thesis tests/test_basic.py tests/test_advanced.py
source 1: (https://docs.python-guide.org/writing/structure/) source 2: (https://realpython.com/python-application-layouts/) source 3: (https://towardsdatascience.com/the-good-way-to-structure-a-python-project-d914f27dfcc9) source 4: (https://github.com/csymvoul/python-structure-template) source 5: (https://medium.com/mlearning-ai/a-practical-guide-to-python-project-structure-and-packaging-90c7f7a04f95)
Sorry, something went wrong.
For flask: https://flask.palletsprojects.com/en/2.2.x/tutorial/layout/
sevilayerkan
No branches or pull requests
Before finishing phase 1 code needs to be refactored.
This refactor job includes:
The text was updated successfully, but these errors were encountered: