The open-source Python development landscape is constantly evolving, with new tools and frameworks shaping the ecosystem. This blogpost explores key trends and innovations.
https://blog.dailydoseofds.com/p/open-source-python-development-landscape
https://blog.dailydoseofds.com/p/open-source-python-development-landscape
Dailydoseofds
Open-source Python Development Landscape
30 must-know tools for Python development.
Understanding single and double underscore naming conventions in Python is essential for writing clean and maintainable code. This course covers the usage and best practices.
https://realpython.com/courses/single-double-underscore-naming-conventions/
https://realpython.com/courses/single-double-underscore-naming-conventions/
Realpython
Single and Double Underscore Naming Conventions in Python – Real Python
In this video course, you'll learn a few Python naming conventions involving single and double underscores (_). You'll learn how to use this character to differentiate between public and non-public names in APIs, write safe classes for subclassing purposes…
Flask-SQLAlchemy simplifies database management in Python applications. This article provides an introduction to using Flask-SQLAlchemy for effective database integration.
https://blog.appsignal.com/2025/02/26/an-introduction-to-flask-sqlalchemy-in-python.html
https://blog.appsignal.com/2025/02/26/an-introduction-to-flask-sqlalchemy-in-python.html
Appsignal
An Introduction to Flask-SQLAlchemy in Python | AppSignal Blog
In this article, we'll introduce SQLAlchemy and Flask-SQLAlchemy, highlighting their key features.
👍1
Building a to-do app with Kivy offers a hands-on approach to learning Python GUI development. This tutorial walks through the steps to create your own to-do app using Kivy.
https://www.pythonguis.com/examples/kivy-to-do-app/
https://www.pythonguis.com/examples/kivy-to-do-app/
Python GUIs
Build a To-do App With Python and Kivy
In this tutorial, you'll go through a series of steps to build a basic To-do app with Python, SQLite, and Kivy. A To-do app is a program for managing tasks or activities that you intend to do at some point.
Managing a Python monorepo can be challenging but rewarding. This article breaks down strategies and tools to successfully handle Python projects within a monorepo.
https://gafni.dev/blog/cracking-the-python-monorepo/
https://gafni.dev/blog/cracking-the-python-monorepo/
Polars LazyFrame offers an efficient way to handle large datasets in Python. This article explores the features and advantages of using LazyFrame for data processing.
https://realpython.com/polars-lazyframe/
https://realpython.com/polars-lazyframe/
Realpython
How to Work With Polars LazyFrames – Real Python
In this tutorial, you'll gain an understanding of the principles behind Polars LazyFrames. You'll also learn why using LazyFrames is often the preferred option over more traditional DataFrames.
👍3