Comparar como frecuencia cardíaca reacciona
a la elevación del terreno
Ambas cantidades están en los dos ejes de ordenadas
La elevación supone subir una montaña durante 30 minutos
En 6 tramos lineales con velocidad constante
#Running #Python #Movimiento #SoftwareLibre
#Anzoategui #Lecheria
I'm working on a new #Python book about type hinting. Get in early to help fund the book and get early access!

The tool generated URLS like:
https://elbowsupdigital.ca/follows/?tags=climate%2Cactivism%2Cjournalism
For example, if you want to send a list of accounts tagged with 'climate', 'activism' and 'journalism'
Includes instructions on how to import and merge the resulting .csv file!
Built with #Django and #Python

Let users assign using [] in #Python, with custom logic with __setitem__:
class StringList:
def __init__(self, d):
self.d = d
def __setitem__(self, i, v):
self.d[i] = str(v)
sl = StringList(['2', '4', '6', '8'])
sl[2] = 99
sl.d
['2', '4', '99', '8']

A while back I was at PyCon Finland #pyconfi and met some great people in the #Python community. Do you want to know what they think about Python 3.14 and #AI? Watch here: https://youtube.com/shorts/iE2J1XFE3co?feature=share
It’s been a while since I last published a blog post. Just dropped a short write-up on sorting strategies for nullable fields in @django
Check it out 👇
https://blog.maksudul.bd/sorting-strategies-for-optional-fields-in-django/
Mozilla is hiring Staff Security Engineer, Product Security
🔧 #c #golang #java #javascript #python #aws #azure #cicd #gcp #securityengineer
🌎 Remote; Canada
⏰ Full-time
🏢 Mozilla
Job details https://jobsfordevelopers.com/jobs/staff-security-engineer-product-security-at-mozilla-org-dec-19-2025-993249?utm_source=mastodon.world&utm_medium=social&utm_campaign=posting
#jobalert #jobsearch #hiring
Python Wizardry: Why Sound Tracker Manual
Python Wizardry: Why Sound Tracker Manual This content explores interesting aspects of this topic. The information provided offers valuable insights and perspectives. Understanding this reveals how everyday things are more thoughtful than they appear. Next time you'll notice this detail. This fascinating detail shows how much thought goes into things we take for granted.
#python #coding #programming #juni...
https://www.youtube.com/watch?v=ADKFUARgW5M
I've finally released holm v0.9
The main feature is that you can now have your layouts in plain HTML files!
holm automatically loads HTML layouts, processes them using a simple, fully customizable pipeline, and swaps in child content for you.
The main benefit of this approach is performance: a large, mostly static HTML element tree can be replaced with single component.
If you're curious, check out the guides here: https://volfpeter.github.io/holm/guides/html-layout/
#Python #FastAPI #HTMX #webdev
Today I programmed my first microcontroller. It's a Pimoroni Tiny2350. I got a basic "Das Blinkenlights" python script working on it (with Micropython and Thonny), which makes the RGB LED flash red, blue, and green, alternatingly.
https://forums.pimoroni.com/t/tiny-2350-rgb-led-pwm-pico-sdk/25465/11?u=esbeeb
#python #microcontroller #rp2350 #micropython
Kämpfe schon die letzte halbe Stunde damit ein #python virtual environment von 3.8 auf 3.14 hochzuziehen. Was soll ich sagen: Ging nicht ums verrecken.
Habe es jetzt platt gemacht und neu aufgesetzt.
Celebrating fifty releases of pointblank! 🚀
This framework brings a mature, high-fidelity validation ecosystem to #Python.
✅ 25+ validation methods ✅ Beautiful, interactive reports ✅ Support for Pandas, Polars, & SQL
Read more: https://posit.co/blog/fifty-releases-of-pointblank/