Organizing justpy project folder structure and importing modules and invoking functions in jp #303
Replies: 3 comments 7 replies
-
A Justpy project does not require any special structure. |
Beta Was this translation helpful? Give feedback.
-
Can you give small piece of code small function file import into the main file and invoking the function. |
Beta Was this translation helpful? Give feedback.
-
Does this help; I may be misunderstanding what the issue is |
Beta Was this translation helpful? Give feedback.
-
I wanted to do ML project. Justpy happens to be good but how to organize the files into standard web application project and import modules and functions into jp?
if the code is very large how to organize justpy code into standard web application folder structure type Django/flask?
Like frontend/subfolders, templates, assets server/subfolders , authentication etc..
I did not come across importing modules into jp. How to import modules into jp?
Or can I add packages and call functions from jp?
Beta Was this translation helpful? Give feedback.
All reactions