在 python 中构建真实世界应用程序的正确方法是什么
我只学习了 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论