#viridis Code at: https://github.com/villares/sketch-a-day/tree/main/2025/sketch_2025_12_03
More sketch-a-day: https://abav.lugaralgum.com/sketch-a-day
If you like this, support my work:
https://www.paypal.com/donate/?hosted_button_id=5B4MZ78C9J724
https://liberapay.com/Villares
https://wise.com/pay/me/alexandrev562 #Processing #Python #py5 #CreativeCoding

I just completed "Gift Shop" - Day 2 - Advent of Code 2025 in #Python #AdventOfCode https://adventofcode.com/2025/day/2
Develop your Dash Application in Positron, deploy it for free! 🐧
Daniel Chen shares how to build an interactive #Python Dash dashboard in the #Positron IDE, connect it to GitHub, and deploy it publicly to Posit Connect Cloud, all for free.
Check it out: https://youtu.be/KlHKKnPC9PM

today in Python:
Trying to implement parallel file write in #AnyIO
Anyone have a pattern for this?
Next in our #MachineLearning series: We build our very own decision tree (a Random Forest!) using #Ruby and Scikit-learn 🐍
This is a very popular tree-based ensemble model. Check it out 👉 https://www.ombulabs.ai/blog/introduction-to-random-forests

https://discuss.python.org/t/python-3-14-1-is-now-available/105163
This is the first maintenance release of Python 3.14
Python 3.14.1 is the first maintenance release of 3.14, containing around 558 bugfixes, build improvements and documentation changes since 3.14.0.
QGIS to (Geo)Pandas – part 3
The journey continues: QgsArrowIterator is now merged! This makes it possible to iterate over QgsFeatures as Arrow batches. This is where we are now ...
http://anitagraser.com/2025/12/03/qgis-to-geopandas-part-3/
#QGIS #GeoPandas #GISChat #SpatialDataScience #Arrow #Python
👨💻🐍🛣️ #Python roadmap

Use image filters to emboss images in Python
https://rodstephensbooks.com/image_filters_v1.html
#Python #PIL #ImageFilters #ImageProcssing

Content warning:If Python web dev frameworks were operating systems
Django: Windows - stiff, bloated, has everything out-of-the-box, regardless of whether you need it or not
Flask: Linux - flexible, can be lightweight, you decide what additional stuff you want to use, and how to structure the codebase
FastAPI: macOS - similar to Django, but aims to run faster
What's your favorite one? Mine is Flask, because of it's flexibility, and because it doesn't overwhelm me with much auto-generated boilerplate code, it's easier for me to navigate the codebase, if I structure it myself. (Plus I'm a Linux user, so I'm used to having choices lol)
#Django #Flask #FastAPI #Python #WebDev #WebDevelopment #Coding #Programming #Development #FosseryTech
I've finished day 1 part 1 of #aoc2025, in #Python. I'm using #Emacs #orgmode literate programming, with code embedded in text. My Git repo has both 2024 (Emacs Lisp) and 2025 (Python) code in it. I'll likely be refactoring day 1 part 1 as I get into part 2..
Do not use `UV_SYSTEM_PYTHON=1` thinking that your Docker image will use the system Python, it's a trap! What you want is `UV_NO_MANAGED_PYTHON=1` to rely on the Python version from your base image for all uv commands!