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
This article examines the latest trends in Rust, C, and Python job postings on Hacker News, providing insights into the growing demand for these languages.
https://martin.wojtczyk.de/2025/02/20/rust-c-and-python-trends-in-jobs-on-hacker-news-february-2025/
https://martin.wojtczyk.de/2025/02/20/rust-c-and-python-trends-in-jobs-on-hacker-news-february-2025/
Martin Wojtczyk
Rust, C++, and Python trends in jobs on Hacker News (February 2025)
How are Rust, C++, and Python trending on Hacker News in the job market? As a proxy measure for programming language trends, let’s analyze the frequency of programming language mentions in the mont…
👍3
TerminalTextEffects (TTE) is a terminal visual effects engine, application, and Python library.
https://github.com/ChrisBuilds/terminaltexteffects
https://github.com/ChrisBuilds/terminaltexteffects
GitHub
GitHub - ChrisBuilds/terminaltexteffects: TerminalTextEffects (TTE) is a terminal visual effects engine, application, and Python…
TerminalTextEffects (TTE) is a terminal visual effects engine, application, and Python library. - ChrisBuilds/terminaltexteffects
👍1
This article explores the debate on whether to use static typing or dynamic typing in programming, discussing the pros and cons of each approach.
https://blog.jonathanchun.com/2025/02/16/to-type-or-not-to-type/
https://blog.jonathanchun.com/2025/02/16/to-type-or-not-to-type/
Jonathanchun
To Type or Not to Type? - @jonchun
None
This guide provides a step-by-step approach to deploying a Streamlit app using Cloudflared, BeautifulSoup, Pandas, and Plotly for real-time cryptocurrency web scraping and visualization.
https://www.marktechpost.com/2025/03/05/a-step-by-step-guide-to-deploy-streamlit-app-using-cloudflared-beautifulsoup-pandas-plotly-for-real-time-cryptocurrency-web-scraping-and-visualization/
https://www.marktechpost.com/2025/03/05/a-step-by-step-guide-to-deploy-streamlit-app-using-cloudflared-beautifulsoup-pandas-plotly-for-real-time-cryptocurrency-web-scraping-and-visualization/
MarkTechPost
A Step by Step Guide to Deploy Streamlit App Using Cloudflared, BeautifulSoup, Pandas, Plotly for Real-Time Cryptocurrency Web…
In this tutorial, we’ll walk through a reliable and hassle-free approach using Cloudflared, a tool by Cloudflare that provides a secure, publicly accessible link to your Streamlit app. By the end of this guide, we will achieve a fully functional cryptocurrency…
👍4