python

Back Open Paginator
07.02.2026 23:55
lobsters (@lobsters@mastodon.social)

Golfing APL/K in 90 Lines of Python lobste.rs/s/zxbykd
aljamal.substack.com/p/golfing




Show Original Post


07.02.2026 23:50
mathieui (@mathieui@piaille.fr)

Just released version 1.13 of slixmpp, a #python library for the #XMPP messaging protocol!

blog.mathieui.net/slixmpp-1-13




Show Original Post


07.02.2026 22:30
e2m9227 (@e2m9227@mastodon.social)

#presentación : me llamo Eduardo vengo de X una red muy sesgada a mi parecer, quisiera ver una red social verdaderamente libre; me gusta la #programación, la #filosofia y un tanto la política.

#programming #python #R




Show Original Post


07.02.2026 22:21
enep (@enep@mastodon.social)

Жду электрички, пью кофе и коду.
Еду в электрички и коду.






Show Original Post


07.02.2026 22:00
taoofmac (@taoofmac@mastodon.social)

Notes for February 2-7

Half my working week was spent at an internal company thing, so I decided to make the best of my weekend and start cutting down on coding a bit.(...)

#agents #ai #docker #golang #notes #productivity #python #swift #weekly

taoofmac.com/space/notes/2026/





Show Original Post


07.02.2026 21:39
r (@r@fed.brid.gy)

How to Install and Run Matrix Synapse Chat Server on Debian VPS #certbot #chat #debian #letsencrypt #matrix #nginx #opensource #python #selfhosting #selfhosted #vps #Cloud #Guides #VPS

How to Install and Run Matrix ...




Show Original Post


07.02.2026 21:31
rhettallain (@rhettallain@mastodon.social)

New post. Deeper dive into Faraday's law - using the changing magnetic vector potential to calculate the electric field to show emf = -dPhi/dt
rjallain.medium.com/the-boom-m




Show Original Post


07.02.2026 21:05
jobsfordevelopers (@jobsfordevelopers@mastodon.world)

Databricks is hiring Senior Specialist Solutions Engineer

🔧 #java #python #scala #api #rest #aws #azure #cicd #gcp #kafka #sql #seniorengineer
🌎 Stockholm, Sweden
⏰ Full-time
🏢 Databricks

Job details jobsfordevelopers.com/jobs/sen
#jobalert #jobsearch #hiring




Show Original Post


07.02.2026 21:05
sharlatan (@sharlatan@mastodon.social)

@guix is on the way to Python 3.12 - fasten your seatbelt, it would be fun!

codeberg.org/guix/guix/milesto





Show Original Post


07.02.2026 20:49
taoofmac (@taoofmac@mastodon.social)

Plex

Plex is a refined port of the amazingly versatile XBMC (Xbox Media Center) software for Intel Macs. (...)

taoofmac.com/space/apps/plex?u





Show Original Post


07.02.2026 20:26
frescosecco (@frescosecco@mastodon.social)

"Gunicorn has been serving Python web applications since 2010. It's downloaded millions of times per month and runs in production at companies of all sizes."
And if you're a user, you can and should sponsor the volunteers developing it:
gunicorn.org/sponsor/




Show Original Post


07.02.2026 20:21
treyhunner (@treyhunner@mastodon.social)

Python Tip #36 (of 365):

When accepting any number of objects to a function, consider when to accept an iterable and when to use * instead.

Accepting an iterable:

def run(arguments):
return subprocess‍.run(arguments, capture_output=True, text=True)

Accepting an arbitrary number of arguments by using *:

def run(*arguments):
return subprocess‍.run(arguments, capture_output=True, text=True)

🧵(1/2)

#Python #DailyPythonTip




Show Original Post


1 ...521 522 523 524 525 526 527 528 529 530 531 ...1588
UP