so this will post after I go to bed, but I just put a comment into issue 140, to show the progress on the magical publishing framework I'm developing for #quill. It'll even allow #quillins to link to providers. Wordpress is just the start as it's one of the most popular. Everything from browsing content to editing existing content, to drafting and publishing new content. It'll grab the HTML, convert it to markdown, if it's to rich to flatten into markdown it'll give it to you in raw HTML. It'll take markdown and convert it to HTNML for you on draft/publish, the community will be able to extend it. If it has an API, you'll be able to develop a #quillin to link the publishing framework to it. But I'm a perfectionist and refuse to let something out into the wild that I know still has bugs. @JeffBishop called me a genius back when I took @DavidGoldfield's idea and specced and planned it out over four hours. It'll probably require the magical hands of @tayarndt to make work on the mac, or maybe I'll get lucky and it won't, it'll just work! either way, it's coming to a quill near you, sometime soon. I expect my mentions and notifications to have blown up when I wake up. But keep the suggestions and feedback kind and constructive. :-) #Accessibility #ScreenReader #Blind #Quill #NVDA #wxPython

I have been pouring myself into something for a little while, and I am so excited it is finally here. Quill 0.5.0 Beta is out. So what is it? Quill is a screen-reader-first writing and document environment for Windows and Mac. A real editor for everyone who writes, codes, learns, and creates, built from the first line by people who actually use screen readers every day. Not made accessible at the end. Built that way on purpose.

#Accessibility #ScreenReader #Blind #Quill #NVDA #wxPython

Нейросети, генетика и десктоп: как я построил микрофреймворк для обучения AI-агентов с неблокирующим GUI

Микрофреймворк для параллельного обучения AI-агентов в средах Gymnasium с графическим интерфейсом на wxPython. Решает классическую проблему «зависшего GUI» при длительном обучении нейросетей: вычисления вынесены в отдельные процессы-сервисы, а интерфейс остаётся полностью отзывчивым. Поддерживает плагинную систему для добавления новых сред, визуализацию прогресса (графики Matplotlib), генетический алгоритм обучения (нейроэволюцию через DEAP) и сборку в один .exe через PyInstaller с автоматическим CI/CD.

https://habr.com/ru/articles/1030208/

#python #нейросети #генетический_алгоритм #нейроэволюция #pytorch #wxpython #multiprocessing #микрофреймворк #desktop_приложение #gui

Нейросети, генетика и десктоп: как я построил микрофреймворк для обучения AI-агентов с неблокирующим GUI

Все началось с любопытства к нейросетям и личным ассистентам. Однажды я даже объединил проект Django и телеграм бота в мини социальную сеть. Телеграм боту я прикрутил обвязку от Google Dialogflow. Это...

Хабр
Trying out a #wxpython based mastodon client
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!