wxPython: Desktop Apps in Python - Introduction

Поділитися
Вставка
  • Опубліковано 22 лис 2024

КОМЕНТАРІ • 8

  • @alis.2368
    @alis.2368 8 місяців тому

    Thank you. This was a very interesting watch. I’ll be trying wxPython as soon as I get back to my computer!

  • @brock2k1
    @brock2k1 5 місяців тому

    Very helpful tutorial, thank you.

  • @mikef6785
    @mikef6785 8 місяців тому

    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.

    • @lukesdevtutorials
      @lukesdevtutorials  8 місяців тому

      Thanks! You might find this useful: docs.wxwidgets.org/3.2/overview_high_dpi.html

  • @gummansgubbe6225
    @gummansgubbe6225 8 місяців тому

    Nice video! But does this mean that all people that run the program needs Python installed on their machine?

    • @lukesdevtutorials
      @lukesdevtutorials  8 місяців тому +1

      If you want to distribute your Python program as a ready-to-run package, then consider using PyInstaller: pyinstaller.org/en/stable/

    • @gummansgubbe6225
      @gummansgubbe6225 8 місяців тому

      @@lukesdevtutorials Thanks so much! With wxPython it works directly. For matplotlib I needed "matplotlib.use('WXAgg')" after the "import matplotlib".