python

Back Open Paginator
03.02.2026 20:12
ubuntu_touch (@ubuntu_touch@mstdn.social)

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





Show Original Post


03.02.2026 19:59
driscollis (@driscollis@mastodon.social)

I'm working on a new book about type hinting. Get in early to help fund the book and get early access!





Show Original Post


03.02.2026 19:11
smattymatty (@smattymatty@socialontario.ca)

The tool generated URLS like:

elbowsupdigital.ca/follows/?ta

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

#Canada





Show Original Post


03.02.2026 17:30
Reuven (@Reuven@fosstodon.org)

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']





Show Original Post


03.02.2026 17:27
cheukting_ho (@cheukting_ho@fosstodon.org)

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: youtube.com/shorts/iE2J1XFE3co




Show Original Post


03.02.2026 17:12
saadmk11 (@saadmk11@fosstodon.org)

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 👇
blog.maksudul.bd/sorting-strat

#django #python




Show Original Post


03.02.2026 17:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

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 jobsfordevelopers.com/jobs/sta
#jobalert #jobsearch #hiring




Show Original Post


03.02.2026 17:01
PythonPeak (@PythonPeak@mastodon.social)

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.

...

youtube.com/watch?v=ADKFUARgW5M




Show Original Post


03.02.2026 16:40
volfpeter (@volfpeter@mastodon.social)

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: volfpeter.github.io/holm/guide




Show Original Post


03.02.2026 16:36
d1 (@d1@autistics.life)

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.
forums.pimoroni.com/t/tiny-235
#python #microcontroller #rp2350 #micropython





Show Original Post


03.02.2026 16:10
weingrill (@weingrill@mastodon.berlin)

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.




Show Original Post


03.02.2026 15:59
Posit (@Posit@fosstodon.org)

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: posit.co/blog/fifty-releases-o




Show Original Post


1 ...542 543 544 545 546 547 548 549 550 551 552 ...1587
UP