Python GUIs: Kivy's Complex Widgets — Learn How to Use Kivy's Complex UX Widgets in Your Apps
Link: https://www.pythonguis.com/tutorials/kivy-complex-ui-widgets/
Kivy is a powerful framework for developing multi-touch GUI applications using Python. It provides a set of rich built-in widgets which you can use to build complex GUI applications.
In a previous tut
Link: https://www.pythonguis.com/tutorials/kivy-complex-ui-widgets/
Kivy is a powerful framework for developing multi-touch GUI applications using Python. It provides a set of rich built-in widgets which you can use to build complex GUI applications.
In a previous tut
Python GUIs
Kivy Complex UX Widgets: A Comprehensive Guide
Kivy is a powerful framework for developing multi-touch applications in Python. In this tutorial, you'll learn the basics of complex UX widgets in Kivy and how to use them in your apps. Kivy is a powerful framework for developing multi-touch GUI applications…
Real Python: Quiz: Managing Python Projects With uv: An All-in-One Solution
Link: https://realpython.com/quizzes/python-uv/
By working through this quiz, you’ll revisit how Python’s uv integrates multiple functionalities into one tool, offering a comprehensive solution for managing Python projects.
You can use it for fast
Link: https://realpython.com/quizzes/python-uv/
By working through this quiz, you’ll revisit how Python’s uv integrates multiple functionalities into one tool, offering a comprehensive solution for managing Python projects.
You can use it for fast
Realpython
Managing Python Projects With uv: An All-in-One Solution Quiz – Real Python
In this quiz, you'll test your understanding of the uv tool, a high-speed package and project manager for Python.
Real Python: Managing Python Projects With uv: An All-in-One Solution
Link: https://realpython.com/python-uv/
The uv tool is a high-speed package and project manager for Python. It’s written in Rust and designed to streamline your workflow. It offers fast dependency installation and integrates various functio
Link: https://realpython.com/python-uv/
The uv tool is a high-speed package and project manager for Python. It’s written in Rust and designed to streamline your workflow. It offers fast dependency installation and integrates various functio
Realpython
Managing Python Projects With uv: An All-in-One Solution – Real Python
In this tutorial, you'll learn how to create and manage your Python projects using uv, an extremely fast Python package and project manager written in Rust.
Mike Driscoll: Creating TUI Applications with Textual and Python Kickstarter Launched
Link: https://www.blog.pythonlibrary.org/2025/04/28/creating-tui-applications-with-textual-and-python-kickstarter-launched/
Text-based user interfaces (TUIs) are making a BIG comeback. Many developers of today need to easy-to-use applications to configure and run jobs on headless servers. You can make your own life and the
Link: https://www.blog.pythonlibrary.org/2025/04/28/creating-tui-applications-with-textual-and-python-kickstarter-launched/
Text-based user interfaces (TUIs) are making a BIG comeback. Many developers of today need to easy-to-use applications to configure and run jobs on headless servers. You can make your own life and the
Mouse Vs Python
Creating TUI Applications with Textual and Python Kickstarter Launched - Mouse Vs Python
Text-based user interfaces (TUIs) are making a BIG comeback. Many developers of today need to easy-to-use applications to configure and run jobs on
Talk Python to Me: #503: The PyArrow Revolution
Link: https://talkpython.fm/episodes/show/503/the-pyarrow-revolution
Pandas is at a the core of virtually all data science done in Python, that is virtually all data science. Since it's beginning, Pandas has been based upon numpy. But changes are afoot to update those
Link: https://talkpython.fm/episodes/show/503/the-pyarrow-revolution
Pandas is at a the core of virtually all data science done in Python, that is virtually all data science. Since it's beginning, Pandas has been based upon numpy. But changes are afoot to update those
talkpython.fm
The PyArrow Revolution
Pandas is at a the core of virtually all data science done in Python, that is virtually all data science. Since it's beginning, Pandas has been based upon numpy. But changes are afoot to update those internals and you can now optionally use PyArrow. PyArrow…
Python Bytes: #430 Or you go to jail
Link: https://pythonbytes.fm/episodes/show/430/or-you-go-to-jail
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://ichard26.github.io/blog/2025/04/whats-new-in-pip-25.1/?featured_on=pythonbytes">pip 25.1 has dependency groups,
Link: https://pythonbytes.fm/episodes/show/430/or-you-go-to-jail
<strong>Topics covered in this episode:</strong><br>
<ul>
<li><strong><a href="https://ichard26.github.io/blog/2025/04/whats-new-in-pip-25.1/?featured_on=pythonbytes">pip 25.1 has dependency groups,
pythonbytes.fm
Or you go to jail
News and announcements from the Python community for the week of Apr 28th, 2025
Tryton News: Tryton Release 7.6
Link: https://discuss.tryton.org/t/tryton-release-7-6/8532
We are proud to announce the 7.6 release of Tryton.
This release provides many bug fixes, performance improvements and some fine tuning.
You can give it a try on the demo server, use the docker ima
Link: https://discuss.tryton.org/t/tryton-release-7-6/8532
We are proud to announce the 7.6 release of Tryton.
This release provides many bug fixes, performance improvements and some fine tuning.
You can give it a try on the demo server, use the docker ima
Tryton Discussion
Tryton Release 7.6
We are proud to announce the 7.6 release of Tryton. This release provides many bug fixes, performance improvements and some fine tuning. You can give it a try on the demo server, use the docker image or download it here. As usual upgrading from previous…
PyBites: From Backend to Frontend: Connecting FastAPI and Streamlit
Link: https://pybit.es/articles/from-backend-to-frontend-connecting-fastapi-and-streamlit/
In my previous Pybites article, I showed how I built and deployed a book tracking API using FastAPI, Docker, and Fly.io. That project taught me a lot about backend development, containers, and deployi
Link: https://pybit.es/articles/from-backend-to-frontend-connecting-fastapi-and-streamlit/
In my previous Pybites article, I showed how I built and deployed a book tracking API using FastAPI, Docker, and Fly.io. That project taught me a lot about backend development, containers, and deployi
Pybites
From Backend To Frontend: Connecting FastAPI And Streamlit - Pybites
So, I decided to build a frontend. My goal? A fast, Python-based UI with minimal hassle. That’s when I turned to Streamlit.
Real Python: Quiz: How to Manage Python Projects With pyproject.toml
Link: https://realpython.com/quizzes/python-pyproject-toml/
In this quiz, you’ll test your understanding of the pyproject.toml file.
This file is a key component for defining a Python project’s build system, including its requirements and build backend. With a
Link: https://realpython.com/quizzes/python-pyproject-toml/
In this quiz, you’ll test your understanding of the pyproject.toml file.
This file is a key component for defining a Python project’s build system, including its requirements and build backend. With a
Realpython
How to Manage Python Projects With pyproject.toml Quiz – Real Python
In this quiz, you'll test your understanding of Python's pyproject.toml file, which simplifies Python project configuration by unifying package setup, managing dependencies, and streamlining builds.
Real Python: Thread Safety in Python: Locks and Other Techniques
Link: https://realpython.com/courses/thread-safety-locks-other-techniques/
Threads share state in your programs, which means race conditions can be created when two or more threads fight to update a value. This course is about the various primitives you can use to ensure ato
Link: https://realpython.com/courses/thread-safety-locks-other-techniques/
Threads share state in your programs, which means race conditions can be created when two or more threads fight to update a value. This course is about the various primitives you can use to ensure ato
Realpython
Thread Safety in Python: Locks and Other Techniques – Real Python
In this video course, you'll learn about the issues that can occur when your code is run in a multithreaded environment. Then you'll explore the various synchronization primitives available in Python's threading module, such as locks, which help you make…
PyCoder’s Weekly: Issue #679: Regexes, Deep Copy, Enum, and More (April 29, 2025)
Link: https://pycoders.com/issues/679
#679 – APRIL 29, 2025 View in Browser » Regex Affordances A tour of some real code showing little-used power features of the Python regular expression module, including verbose regex syntax, cal
Link: https://pycoders.com/issues/679
#679 – APRIL 29, 2025 View in Browser » Regex Affordances A tour of some real code showing little-used power features of the Python regular expression module, including verbose regex syntax, cal
Pycoders
PyCoder’s Weekly | Issue #679
Regexes, Deep Copy, Enum, and More
TechBeamers Python: Top Python Code Quality Tools to Improve Your Development Workflow
Link: https://techbeamers.com/python-code-quality-tools/
Are you using tools to improve your Python code quality? If not, you’re missing out! This guide reveals the best code quality tools to write cleaner, faster, and more reliable Python code. Let’s dive
Link: https://techbeamers.com/python-code-quality-tools/
Are you using tools to improve your Python code quality? If not, you’re missing out! This guide reveals the best code quality tools to write cleaner, faster, and more reliable Python code. Let’s dive
TechBeamers
Top Python Code Quality Tools
Are you using tools to improve your Python code quality? If not, you’re missing out! This guide reveals the best code quality tools to write cleaner, faster, and more reliable Python code.
Zato Blog: Sustainable water management with IoT, Open Source and Python
Link: https://zato.io/en/blog/sustainable-water.html
Sustainable water management with IoT, Open Source and Python
2025-04-29, by Dariusz Suchojad
"Towards a cyber-physical system for sustainable and smart building: a use case for optimizing wate
Link: https://zato.io/en/blog/sustainable-water.html
Sustainable water management with IoT, Open Source and Python
2025-04-29, by Dariusz Suchojad
"Towards a cyber-physical system for sustainable and smart building: a use case for optimizing wate
zato.io
Sustainable water management with IoT, Open Source and Python | Zato Integration Platform
Discover how researchers use Python, Zato and open source technologies to create cyber-physical systems for optimizing water consumption in smart buildings.
Anwesha Das: PyCon Lithuania, 2025
Link: http://anweshadas.in/pycon-lithuania-2025/
Each year, I try to experience a new PyCon. 2025, PyCon Lithuania was added to my PyCon calendar.
Day before the conference
What makes this PyCon, is that we were traveling there as a family and the
Link: http://anweshadas.in/pycon-lithuania-2025/
Each year, I try to experience a new PyCon. 2025, PyCon Lithuania was added to my PyCon calendar.
Day before the conference
What makes this PyCon, is that we were traveling there as a family and the
Law Explained India
PyCon Lithuania, 2025
Each year, I try to experience a new PyCon. 2025, PyCon Lithuania was added to my PyCon calendar.
Day before the conference
What makes this PyCon, is that we were traveling there as a family and the conference days coincided with the Easter holidays.…
Day before the conference
What makes this PyCon, is that we were traveling there as a family and the conference days coincided with the Easter holidays.…
Real Python: Quiz: Web Automation With Python and Selenium
Link: https://realpython.com/quizzes/python-selenium/
In this quiz, you’ll test your understanding of
Web Automation With Python and Selenium.
By working through this quiz, you’ll revisit concepts like launching browsers, interacting with web elements, h
Link: https://realpython.com/quizzes/python-selenium/
In this quiz, you’ll test your understanding of
Web Automation With Python and Selenium.
By working through this quiz, you’ll revisit concepts like launching browsers, interacting with web elements, h
Realpython
Web Automation With Python and Selenium Quiz – Real Python
In this quiz, you'll test your understanding of using Selenium with Python for web automation. You'll revisit concepts like launching browsers, interacting with web elements, handling dynamic content, and implementing the Page Object Model (POM) design pattern.
Real Python: Modern Web Automation With Python and Selenium
Link: https://realpython.com/modern-web-automation-with-python-and-selenium/
Selenium is a web automation tool that allows you to use Python to programmatically interact with dynamic, JavaScript-generated web pages. Your Python Selenium code drives a real browser that you can
Link: https://realpython.com/modern-web-automation-with-python-and-selenium/
Selenium is a web automation tool that allows you to use Python to programmatically interact with dynamic, JavaScript-generated web pages. Your Python Selenium code drives a real browser that you can
Realpython
Modern Web Automation With Python and Selenium – Real Python
Learn advanced Python web automation techniques with Selenium, such as headless browsing, interacting with web elements, and implementing the Page Object Model pattern.
Juri Pakaste: Updating multiple rows with SQL and avoiding collisions
Link: https://juripakaste.fi/sql-update-multiple-rows/
I ran into an interesting problem with SQL the other day: how do you update multiple rows
while maintaining an uniqueness constraint?
I have a table where each row describes an item in an ordered list
Link: https://juripakaste.fi/sql-update-multiple-rows/
I ran into an interesting problem with SQL the other day: how do you update multiple rows
while maintaining an uniqueness constraint?
I have a table where each row describes an item in an ordered list
juripakaste.fi
Updating multiple rows with SQL and avoiding collisions
Personal blog of Juri Pakaste
Zero to Mastery: [April 2025] Python Monthly Newsletter 🐍
Link: https://zerotomastery.io/blog/python-monthly-newsletter-april-2025/?utm_source=python-rss-feed
65th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python's New t-strings, The Best Programmers I Know, and much more. Read the full newsletter to get up-to-date with everything you n
Link: https://zerotomastery.io/blog/python-monthly-newsletter-april-2025/?utm_source=python-rss-feed
65th issue of Andrei Neagoie's must-read monthly Python Newsletter: Python's New t-strings, The Best Programmers I Know, and much more. Read the full newsletter to get up-to-date with everything you n
Zero To Mastery
[April 2025] Python Monthly Newsletter 💻🐍 | Zero To Mastery
Andrei Neagoie's must-read monthly Python Newsletter read by 15,000+ Pythonistas. Get up-to-date with the top Python news from last month.
The Python Coding Stack: Demystifying Decorators • Parts 3 to 7
Link: https://www.thepythoncodingstack.com/p/demystifying-decorators-parts-3-to-7
Let's complete our decorators journey. If you haven't done so already, you should start with the first article in this series, which covers Parts 1 and 2. It's important you're comfortable with the co
Link: https://www.thepythoncodingstack.com/p/demystifying-decorators-parts-3-to-7
Let's complete our decorators journey. If you haven't done so already, you should start with the first article in this series, which covers Parts 1 and 2. It's important you're comfortable with the co
Thepythoncodingstack
Demystifying Decorators • Parts 3 to 7
The second 'Demystifying Decorators' article, which brings this mini-series on decorators to a conclusion
Seth Michael Larson: Better boosting on Mastodon with smart clients
Link: https://sethmlarson.dev/better-boosting-on-mastodon-with-smart-clients?utm_campaign=rss
Happy May Day (aka International Workers' Day). Consider celebrating by reading about
the origins of May Day
and how workers before us fought and died for the 8-hour work week that we, the worker
Link: https://sethmlarson.dev/better-boosting-on-mastodon-with-smart-clients?utm_campaign=rss
Happy May Day (aka International Workers' Day). Consider celebrating by reading about
the origins of May Day
and how workers before us fought and died for the 8-hour work week that we, the worker
sethmlarson.dev
Better boosting on Mastodon with smart clients
Happy May Day (aka International Workers' Day). Consider celebrating by reading about
the origins of May Day
and how workers before us fought and died for the 8-hour work week that we, the w...
the origins of May Day
and how workers before us fought and died for the 8-hour work week that we, the w...