在 python 中构建真实世界应用程序的正确方法是什么

发布于 2024-11-13 06:10:08 字数 364 浏览 2 评论 0原文

我只学习了 python 大约半年,现在我只是将它们放在一起并尝试做出一些有用的东西...

我已经完全构建了我的 GUI(使用 wxpython)现在我需要创建后台 -我完全有能力,但是,我对如何绑定这两者感到有点困惑...

在 GUI 中绑定我的真实程序需要什么结构

我是否应该在单独的中构建后端文件并将我的后端程序的所有类导入到 GUI 程序中,然后从那里调用我需要的函数/方法?

将所有后端构建到 GUI 文件中?

将它们分开并创建一个导入 GUI 和后端的第三个文件?

如果我有需要其他变量的函数(GUI 需要后端变量,反之亦然),

希望这是有道理的,因为我找不到描述我遇到的逻辑问题的最佳方法

I've only been learning python for about half a year and I'm just now putting it all together and trying to make something useful...

I've completely built my GUI (using wxpython) now I need to create the back-end which I'm fully capable but, I'm kinda confused on how I should bind the two...

what is the structure I need to bind my real program within the GUI

Am I suppose to build the back-end in a separate file and import all the classes of my back-end program into the GUI program and call the functions/methods I need from there?

build all of the back-end into the GUI file?

keep them both separate and create a 3rd file that imports the GUI and back-end?

and what if I have functions that needs variables from the other (GUI needs a back-end variable and vice-versa)

Hopefully this is making sense as I can't find the best way to describe what logical issue I'm having

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文