Розмір відео: 1280 X 720853 X 480640 X 360
Показувати елементи керування програвачем
Автоматичне відтворення
Автоповтор
Thank you. This was a very interesting watch. I’ll be trying wxPython as soon as I get back to my computer!
Very helpful tutorial, thank you.
Excellent quality as I’ve come to expect. Do you begin any of your wx projects in wxPython for proof of concept before writing inC++ ? I had no idea about FromDIP. I intend on researching that further. Thanks for the tip.
Thanks! You might find this useful: docs.wxwidgets.org/3.2/overview_high_dpi.html
Nice video! But does this mean that all people that run the program needs Python installed on their machine?
If you want to distribute your Python program as a ready-to-run package, then consider using PyInstaller: pyinstaller.org/en/stable/
@@lukesdevtutorials Thanks so much! With wxPython it works directly. For matplotlib I needed "matplotlib.use('WXAgg')" after the "import matplotlib".
Thank you. This was a very interesting watch. I’ll be trying wxPython as soon as I get back to my computer!
Very helpful tutorial, thank you.
Excellent quality as I’ve come to expect. Do you begin any of your wx projects in wxPython for proof of concept before writing inC++ ? I had no idea about FromDIP. I intend on researching that further. Thanks for the tip.
Thanks! You might find this useful: docs.wxwidgets.org/3.2/overview_high_dpi.html
Nice video! But does this mean that all people that run the program needs Python installed on their machine?
If you want to distribute your Python program as a ready-to-run package, then consider using PyInstaller: pyinstaller.org/en/stable/
@@lukesdevtutorials Thanks so much! With wxPython it works directly. For matplotlib I needed "matplotlib.use('WXAgg')" after the "import matplotlib".