The closest I've come to enjoying UI design was when I used GAMBAS, a little known and underrated dialect of BASIC. Unfortunately it's not cross platform. I wish wxPython had something as cool. I've looked at a few, just don't do it for me. #programming #coding #wxpython #python

I'm writing a tool for working with the wxWidgets. library resource file.
I need this for a project at my main workplace.

#wxWidgets #wxPython #python #linux #kde #pycharm

Hey smart people of the Internet. It seems like things have changed (for the worse) in newer #Python. I am trying to install #wxPython like I always have been doing, per https://wxpython.org/pages/downloads/

pip install -U -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-24.04 wxPython

And it is suddenly yelling at me to not install the exact way I have been installing this for years and years. What is the new cool hip way they want me to do this? Preferably uncomplicated. #ubuntu #gnu #linux #programming

wxPython Downloads

Current Release Starting with wxPython 4.0 (the first Phoenix release) the wxPython source archive and, for supported platforms, wxPython binary wheels are available from the Python Package Index (PyP

wxPython
I have been experimenting with #codeium for a little python project using #wxpython , recently.
And what should I say, it is so bad. It constantly suggests non-existent functions. And when I say that they don't exist, it makes up new non-existent functions.
I do not understand how people say that #AI would help them to speed up programming.
@gmschroe I can get it working on my mac so I can at least try it there for now but I do need it on Windows as well... the installer just stopped and quietly closed itself with no error messages or anything so I can't figure out what's wrong. (so I switched over to #wxpython for a while lol). Sorry #qt, I'm trying!

Today I relearned how to create and upload a Python package to the Python Packaging Index.

I have always been a fan of the ObjectListView widget for #wxPython, but it appears to be broken with the latest versions of #Python and wxPython

So I fixed it and uploaded a new one!

The latest edition of The Python Papers Newsletters is out now.

Learn how to create a cross-platform calculator using #wxPython and #Python in this tutorial 🧮🐍🔥

quick programming question, does anyone know how to fix the wx slider reporting the wrong values to nvda or other screenreaders. It appears to always report a higher value when pressing down and a lower value when pressing up, even if I set style to wx.SL_INVERSE. #programming #accessibility #screenreader #python #WxPython #gui

Are you a #Python #programmer ? Do you need a #crossplatform #GUI #app ?
Have you checked the new #wxPython ? 😉

https://www.wxpython.org/

Welcome to wxPython!

All about wxPython, the cross-platform GUI toolkit for the Python language

wxPython

Throwing every optimization I have at this UI code. Avoided using threading by memoizing everything I can. Buttery smooth now.

#Python #wxPython #programming #optimization