Friday, July 23, 2021

Talk Python to Me: #326: Building Desktop Apps with wxPython

Did you know I'm a fan of GUIs. You know, they are kind of like web pages, but they run on your computer, they have their own windows, and you can even use them offline! On this episode, we'll dive into wxPython with Mike Driscoll. He's back on the podcast to share his hard-won experience on building and distributing Python Window-based applications.<br/> <br/> <strong>Links from the show</strong><br/> <br/> <div><b>Mike on Twitter</b>: <a href="https://twitter.com/driscollis" target="_blank" rel="noopener">@driscollis</a><br/> <b>Creating GUI Applications with wxPython book</b>: <a href="https://amzn.to/3eOD2cz" target="_blank" rel="noopener">amazon.com</a><br/> <b>PySimpleGUI</b>: <a href="https://ift.tt/2JIxuk0" target="_blank" rel="noopener">pysimplegui.readthedocs.io</a><br/> <b>DearPyGui</b>: <a href="https://ift.tt/2DWhTxk" target="_blank" rel="noopener">github.com</a><br/> <b>wxPython</b>: <a href="https://ift.tt/3zsrL9A" target="_blank" rel="noopener">wxpython.org</a><br/> <b>wxPython Phoenix</b>: <a href="https://ift.tt/3iXE8UH" target="_blank" rel="noopener">github.com</a><br/> <b>wxWidgets</b>: <a href="https://wxwidgets.org/" target="_blank" rel="noopener">wxwidgets.org</a><br/> <b>wxFormBuilder</b>: <a href="https://ift.tt/3f8UdFZ" target="_blank" rel="noopener">github.com</a><br/> <b>wxGlade</b>: <a href="https://ift.tt/3zIJBFF" target="_blank" rel="noopener">sourceforge.net</a><br/> <b>Balsamiq</b>: <a href="https://ift.tt/3dMNYVS" target="_blank" rel="noopener">balsamiq.com</a><br/> <b>RoboMongo</b>: <a href="https://robomongo.org/" target="_blank" rel="noopener">robomongo.org</a><br/> <b>Toga</b>: <a href="https://ift.tt/3hZBdve" target="_blank" rel="noopener">beeware.org</a><br/> <b>api.nasa.gov</b>: <a href="https://api.nasa.gov/" target="_blank" rel="noopener">api.nasa.gov</a><br/> <b>PyInstaller</b>: <a href="https://ift.tt/2JYnXXD" target="_blank" rel="noopener">pyinstaller.org</a><br/> <b>URLify app</b>: <a href="https://ift.tt/31g2HV7" target="_blank" rel="noopener">pyinstaller.org</a><br/> <b>wingware</b>: <a href="https://wingware.com/" target="_blank" rel="noopener">wingware.com</a><br/> <b>openpyxl</b>: <a href="https://ift.tt/2KGArV3" target="_blank" rel="noopener">openpyxl.readthedocs.io</a><br/> <b>Episode transcripts</b>: <a href="/episodes/transcript/326/building-desktop-apps-with-wxpython" target="_blank" rel="noopener">talkpython.fm</a><br/></div><br/> <strong>Sponsors</strong><br/> <br/> <a href='https://ift.tt/3aBjB2k> <a href='https://ift.tt/2PVc9qH Python Training</a><br> <a href='https://ift.tt/3x0z72P>

from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...