home.social

#pyside — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pyside, aggregated by home.social.

  1. After about 4 months of sporadic work, and a good focus now in the summer holiday, I have a new pre-release of a #GUI editor for nodes and edges #Graph s, which support multi-point edges, both rectilinear and curved, as well as managing metadata on the nodes.
    A blog post will follow.

    #Python #Pyside #Qt

    github.com/ghillebrand/qtPyGra

  2. After about 4 months of sporadic work, and a good focus now in the summer holiday, I have a new pre-release of a #GUI editor for nodes and edges #Graph s, which support multi-point edges, both rectilinear and curved, as well as managing metadata on the nodes.
    A blog post will follow.

    #Python #Pyside #Qt

    github.com/ghillebrand/qtPyGra

  3. After about 4 months of sporadic work, and a good focus now in the summer holiday, I have a new pre-release of a #GUI editor for nodes and edges #Graph s, which support multi-point edges, both rectilinear and curved, as well as managing metadata on the nodes.
    A blog post will follow.

    #Python #Pyside #Qt

    github.com/ghillebrand/qtPyGra

  4. After about 4 months of sporadic work, and a good focus now in the summer holiday, I have a new pre-release of a #GUI editor for nodes and edges #Graph s, which support multi-point edges, both rectilinear and curved, as well as managing metadata on the nodes.
    A blog post will follow.

    #Python #Pyside #Qt

    github.com/ghillebrand/qtPyGra

  5. After about 4 months of sporadic work, and a good focus now in the summer holiday, I have a new pre-release of a #GUI editor for nodes and edges #Graph s, which support multi-point edges, both rectilinear and curved, as well as managing metadata on the nodes.
    A blog post will follow.

    #Python #Pyside #Qt

    github.com/ghillebrand/qtPyGra

  6. What are the best looking #PySide #QML #PyQt applications you have seen? #design

    #python

    Please boost for more reach.

  7. What are the best looking #PySide #QML #PyQt applications you have seen? #design

    #python

    Please boost for more reach.

  8. What are the best looking #PySide #QML #PyQt applications you have seen? #design

    #python

    Please boost for more reach.

  9. What are the best looking #PySide #QML #PyQt applications you have seen? #design

    #python

    Please boost for more reach.

  10. What are the best looking #PySide #QML #PyQt applications you have seen? #design

    #python

    Please boost for more reach.

  11. I've noticed that you can use #QtWebEngine act as a simple web browser with a very thin wrapper written in #Python using #PySide.

    It might help me to be more conscious about my internet usage, which is something I want to achieve since a long time.

    So, I've committed such crime: https://codeberg.org/Aelspire/pyquefa-browser

    I'm sorry!

  12. I've noticed that you can use #QtWebEngine act as a simple web browser with a very thin wrapper written in #Python using #PySide.

    It might help me to be more conscious about my internet usage, which is something I want to achieve since a long time.

    So, I've committed such crime: https://codeberg.org/Aelspire/pyquefa-browser

    I'm sorry!

  13. I've noticed that you can use #QtWebEngine act as a simple web browser with a very thin wrapper written in #Python using #PySide.

    It might help me to be more conscious about my internet usage, which is something I want to achieve since a long time.

    So, I've committed such crime: https://codeberg.org/Aelspire/pyquefa-browser

    I'm sorry!

  14. I've noticed that you can use #QtWebEngine act as a simple web browser with a very thin wrapper written in #Python using #PySide.

    It might help me to be more conscious about my internet usage, which is something I want to achieve since a long time.

    So, I've committed such crime: https://codeberg.org/Aelspire/pyquefa-browser

    I'm sorry!

  15. @chakie #Python #ObjectOriented
    Question.
    I have written #PySide classes to implement editable multi-segment lines for both straight lines and hermite splines. The interfaces are identical, barring the spline constructor, which takes a tangent list.
    I want to create a parent class `PolyLine` which can either be `straight` or `hermite`. A "Strategy Pattern" _seems_ to be the solution, but it feels complex. Putting an `if` into every method feels worse.
    Ideas?

    Code: codeberg.org/GrantH/Pyside6-Po

  16. @chakie #Python #ObjectOriented
    Question.
    I have written #PySide classes to implement editable multi-segment lines for both straight lines and hermite splines. The interfaces are identical, barring the spline constructor, which takes a tangent list.
    I want to create a parent class `PolyLine` which can either be `straight` or `hermite`. A "Strategy Pattern" _seems_ to be the solution, but it feels complex. Putting an `if` into every method feels worse.
    Ideas?

    Code: codeberg.org/GrantH/Pyside6-Po

  17. @chakie #Python #ObjectOriented
    Question.
    I have written #PySide classes to implement editable multi-segment lines for both straight lines and hermite splines. The interfaces are identical, barring the spline constructor, which takes a tangent list.
    I want to create a parent class `PolyLine` which can either be `straight` or `hermite`. A "Strategy Pattern" _seems_ to be the solution, but it feels complex. Putting an `if` into every method feels worse.
    Ideas?

    Code: codeberg.org/GrantH/Pyside6-Po

  18. @chakie #Python #ObjectOriented
    Question.
    I have written #PySide classes to implement editable multi-segment lines for both straight lines and hermite splines. The interfaces are identical, barring the spline constructor, which takes a tangent list.
    I want to create a parent class `PolyLine` which can either be `straight` or `hermite`. A "Strategy Pattern" _seems_ to be the solution, but it feels complex. Putting an `if` into every method feels worse.
    Ideas?

    Code: codeberg.org/GrantH/Pyside6-Po

  19. @chakie #Python #ObjectOriented
    Question.
    I have written #PySide classes to implement editable multi-segment lines for both straight lines and hermite splines. The interfaces are identical, barring the spline constructor, which takes a tangent list.
    I want to create a parent class `PolyLine` which can either be `straight` or `hermite`. A "Strategy Pattern" _seems_ to be the solution, but it feels complex. Putting an `if` into every method feels worse.
    Ideas?

    Code: codeberg.org/GrantH/Pyside6-Po

  20. Иконки прямо в коде: как мы избавились от assets, портируя приложение на Linux и macOS

    Привет, Хабр! Мы в ChameleonLab разрабатываем тулкит для стеганографии, который уже работает на Windows и macOS . Сейчас мы портируем его на Linux, и, как это часто бывает, именно на этом этапе классические проблемы с ресурсами (иконками, картинками) проявили себя во всей красе. После релиза пользователи увидели наше решение и стали спрашивать, как оно устроено и почему приложение не тащит за собой папку с картинками. Раз уж сообществу это интересно, мы решили дать развёрнутый ответ. Расскажем, как встроили все иконки прямо в код с помощью SVG, и как внутренние итерации и поиски идеального решения привели нас к финальному варианту.

    habr.com/ru/articles/940180/

    #python #PyQt #PySide #Qt #SVG #векторная_графика #ui #PyInstaller #hidpi #кроссплатформенная_разработка

  21. Иконки прямо в коде: как мы избавились от assets, портируя приложение на Linux и macOS

    Привет, Хабр! Мы в ChameleonLab разрабатываем тулкит для стеганографии, который уже работает на Windows и macOS . Сейчас мы портируем его на Linux, и, как это часто бывает, именно на этом этапе классические проблемы с ресурсами (иконками, картинками) проявили себя во всей красе. После релиза пользователи увидели наше решение и стали спрашивать, как оно устроено и почему приложение не тащит за собой папку с картинками. Раз уж сообществу это интересно, мы решили дать развёрнутый ответ. Расскажем, как встроили все иконки прямо в код с помощью SVG, и как внутренние итерации и поиски идеального решения привели нас к финальному варианту.

    habr.com/ru/articles/940180/

    #python #PyQt #PySide #Qt #SVG #векторная_графика #ui #PyInstaller #hidpi #кроссплатформенная_разработка

  22. Иконки прямо в коде: как мы избавились от assets, портируя приложение на Linux и macOS

    Привет, Хабр! Мы в ChameleonLab разрабатываем тулкит для стеганографии, который уже работает на Windows и macOS . Сейчас мы портируем его на Linux, и, как это часто бывает, именно на этом этапе классические проблемы с ресурсами (иконками, картинками) проявили себя во всей красе. После релиза пользователи увидели наше решение и стали спрашивать, как оно устроено и почему приложение не тащит за собой папку с картинками. Раз уж сообществу это интересно, мы решили дать развёрнутый ответ. Расскажем, как встроили все иконки прямо в код с помощью SVG, и как внутренние итерации и поиски идеального решения привели нас к финальному варианту.

    habr.com/ru/articles/940180/

    #python #PyQt #PySide #Qt #SVG #векторная_графика #ui #PyInstaller #hidpi #кроссплатформенная_разработка

  23. Qt for Python: PySide6

    Статья для новичков про использование Qt на языке Python используя официальную библиотеку-привязку PySide6. Ознакомление с созданием графических приложений на языке Python.

    habr.com/ru/articles/909118/

    #qt #qt6 #python #python3 #pyside6 #pyside #linux #windows #development #qt_software

  24. Qt for Python: PySide6

    Статья для новичков про использование Qt на языке Python используя официальную библиотеку-привязку PySide6. Ознакомление с созданием графических приложений на языке Python.

    habr.com/ru/articles/909118/

    #qt #qt6 #python #python3 #pyside6 #pyside #linux #windows #development #qt_software

  25. Qt for Python: PySide6

    Статья для новичков про использование Qt на языке Python используя официальную библиотеку-привязку PySide6. Ознакомление с созданием графических приложений на языке Python.

    habr.com/ru/articles/909118/

    #qt #qt6 #python #python3 #pyside6 #pyside #linux #windows #development #qt_software

  26. @kevin Nope I did not, my experience with anything in python and background threads did not go well. Only time this (background threads) works for me when I have #PySide #QThreads in my code and they are real threads.

  27. @kevin Nope I did not, my experience with anything in python and background threads did not go well. Only time this (background threads) works for me when I have #PySide #QThreads in my code and they are real threads.

  28. @kevin Nope I did not, my experience with anything in python and background threads did not go well. Only time this (background threads) works for me when I have #PySide #QThreads in my code and they are real threads.

  29. @kevin Nope I did not, my experience with anything in python and background threads did not go well. Only time this (background threads) works for me when I have #PySide #QThreads in my code and they are real threads.

  30. @kevin Nope I did not, my experience with anything in python and background threads did not go well. Only time this (background threads) works for me when I have #PySide #QThreads in my code and they are real threads.

  31. Анализ компьютерных сетей

    Доброго времени суток, хабровчане! Недавно я защитил свой проект "Анализ компьютерных сетей" и решил поделиться этим самым проектом с вами. Компьютерные сети – неотъемлемая часть современной жизни. В момент полной цифровизации государств, знание работы сетей становится обязательным для всех IT-специалистов и даже обычных людей. Очень сильно популяризируются сервисы VPN/Proxy, туториалы по созданию своих VPN/Proxy серверов, методы защиты конфиденциальной информации. Темой моего проекта является анализ компьютерных сетей. Актуальность проекта заключается в том, что в эпоху, когда многие компании собирают данные, а иногда хакеры могут перехватить наш трафик, знание работы сетей становится особенно важно. Просто необходимо позаботиться о безопасности своих данных. Например, быть уверенным, что какая-либо корпоративная сеть не прослушивается злоумышленниками. Информационная безопасность сегодня — это не просто мода, а насущная необходимость. Постоянно растет киберпреступность, и защита трафика от перехвата — это основной аспект цифровой жизни человека или бизнеса.

    habr.com/ru/articles/891276/

    #rust #linux #windows #c #python #pyside #pyside6 #qt #сеть #osi

  32. Анализ компьютерных сетей

    Доброго времени суток, хабровчане! Недавно я защитил свой проект "Анализ компьютерных сетей" и решил поделиться этим самым проектом с вами. Компьютерные сети – неотъемлемая часть современной жизни. В момент полной цифровизации государств, знание работы сетей становится обязательным для всех IT-специалистов и даже обычных людей. Очень сильно популяризируются сервисы VPN/Proxy, туториалы по созданию своих VPN/Proxy серверов, методы защиты конфиденциальной информации. Темой моего проекта является анализ компьютерных сетей. Актуальность проекта заключается в том, что в эпоху, когда многие компании собирают данные, а иногда хакеры могут перехватить наш трафик, знание работы сетей становится особенно важно. Просто необходимо позаботиться о безопасности своих данных. Например, быть уверенным, что какая-либо корпоративная сеть не прослушивается злоумышленниками. Информационная безопасность сегодня — это не просто мода, а насущная необходимость. Постоянно растет киберпреступность, и защита трафика от перехвата — это основной аспект цифровой жизни человека или бизнеса.

    habr.com/ru/articles/891276/

    #rust #linux #windows #c #python #pyside #pyside6 #qt #сеть #osi

  33. Анализ компьютерных сетей

    Доброго времени суток, хабровчане! Недавно я защитил свой проект "Анализ компьютерных сетей" и решил поделиться этим самым проектом с вами. Компьютерные сети – неотъемлемая часть современной жизни. В момент полной цифровизации государств, знание работы сетей становится обязательным для всех IT-специалистов и даже обычных людей. Очень сильно популяризируются сервисы VPN/Proxy, туториалы по созданию своих VPN/Proxy серверов, методы защиты конфиденциальной информации. Темой моего проекта является анализ компьютерных сетей. Актуальность проекта заключается в том, что в эпоху, когда многие компании собирают данные, а иногда хакеры могут перехватить наш трафик, знание работы сетей становится особенно важно. Просто необходимо позаботиться о безопасности своих данных. Например, быть уверенным, что какая-либо корпоративная сеть не прослушивается злоумышленниками. Информационная безопасность сегодня — это не просто мода, а насущная необходимость. Постоянно растет киберпреступность, и защита трафика от перехвата — это основной аспект цифровой жизни человека или бизнеса.

    habr.com/ru/articles/891276/

    #rust #linux #windows #c #python #pyside #pyside6 #qt #сеть #osi

  34. I asked #ClaudeAI to create a #pyside app that tells the current time in #SwatchInternetTime . It did, and it worked without any issues at all the first time, and did pretty much exactly what I wanted it to do.
    I need to look at he code and see if it feels #Python -y,

  35. I asked #ClaudeAI to create a #pyside app that tells the current time in #SwatchInternetTime . It did, and it worked without any issues at all the first time, and did pretty much exactly what I wanted it to do.
    I need to look at he code and see if it feels #Python -y,

  36. I asked #ClaudeAI to create a #pyside app that tells the current time in #SwatchInternetTime . It did, and it worked without any issues at all the first time, and did pretty much exactly what I wanted it to do.
    I need to look at he code and see if it feels #Python -y,

  37. I asked #ClaudeAI to create a #pyside app that tells the current time in #SwatchInternetTime . It did, and it worked without any issues at all the first time, and did pretty much exactly what I wanted it to do.
    I need to look at he code and see if it feels #Python -y,

  38. I asked #ClaudeAI to create a #pyside app that tells the current time in #SwatchInternetTime . It did, and it worked without any issues at all the first time, and did pretty much exactly what I wanted it to do.
    I need to look at he code and see if it feels #Python -y,

  39. Do you use #PyQtGraph with conda versions of #PySide bindings? Then this issue is very relevant to you. Please upvote:

    bugreports.qt.io/plugins/servl

  40. Do you use with conda versions of bindings? Then this issue is very relevant to you. Please upvote:

    bugreports.qt.io/plugins/servl

  41. Do you use #PyQtGraph with conda versions of #PySide bindings? Then this issue is very relevant to you. Please upvote:

    bugreports.qt.io/plugins/servl

  42. Do you use #PyQtGraph with conda versions of #PySide bindings? Then this issue is very relevant to you. Please upvote:

    bugreports.qt.io/plugins/servl