python

Back Open Paginator
22.01.2026 19:40
systemsobscure (@systemsobscure@fosstodon.org)

Been using #python intensely for a project at work for a month. Normally everything is #typescript. I am much more familiar with TS but I am falling in love with the expressiveness of Python.
It’s slow and verbose to write good TS, with Python I can be more concise and still get the explanatory value of types through typehinting (surely the main benefit of TS as it’s all JS at deploy). Also testing is such a breeze. Will advocate for more Python less TS.




Show Original Post


22.01.2026 19:08
sxa (@sxa@fosstodon.org)

TIL RHEL8/9/10 have different approaches to the "system" #python used by some of its internal tools like dnf/subscription-manager. They don't all using their own private "platform-python" and in some cases (EL9) it's different between those two tools ...

On EL9/10, platform-python does still exist but is is symlinked back to /usr/bin/python3.9 or 3.12 respectively.

@fedora 41+ uses dnf5 which is a native binary.

platform-python background:
- developers.redhat.com/blog/201
- forums.rockylinux.org/t/what-d





Show Original Post


22.01.2026 18:38
TechKeysX (@TechKeysX@mastodon.social)

S1 EP18 Lab 2 - Machine Learning in Python - Modify a Set with update - vs union function





Show Original Post


22.01.2026 18:10
secburg (@secburg@infosec.exchange)

Pynitrokey 0.11.3 released

secburg.com/posts/pynitrokey-0

#nitrokey #python #tools




Show Original Post


22.01.2026 17:55
lclem (@lclem@mastodon.social)

🚴‍♂️ Here's a small, Python-based, open-source shortest path calculator for cyclists, using OpenStreetMap data.

It runs locally on your (Linux) machine. It supports intermediate waypoints and gives the possibility to fine tune the kind of streets you want to follow (e.g. primary, secondary). Routing quality relies on the information from OpenStreetMap.

github.com/loreclem/bike_route

Feedback and contributions are welcome 😊












Show Original Post


22.01.2026 17:44
r (@r@bsky.brid.gy)

Wow, fancy seeing a pic of @hugovk.dev@bsky.brid.gy promptly flashing in @chadwhitacre.com@bsky.brid.gy's @syntax.fm@bsky.brid.gy episode. People in the central interview: youtu.be/tOn-L3tGKw0: @asherman.bsky.social@bsky.brid.gy @agafonkin.com@bsky.brid.gy @denysdovhan.com@bsky.brid.gy @tyrrrz.me@bsky.brid.gy #StandWithUkraine #Python

RE: https://bsky.app/profile/did:plc:w3c4ur2kybjtfoiqnf6qwg37/post/3mbylbwtxvc2k


Open Source in war-torn Ukrain...




Show Original Post


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

Want to get the unique values from a #Python list? Use a set!

import random
numbers = [random.randint(0, 10) for i in range(20)]

set(numbers) # returns a set of unique numbers
{*numbers} # same result, but uses unpacking syntax

Of course, list elements must be hashable!





Show Original Post


22.01.2026 17:10
abosio (@abosio@fosstodon.org)

We are looking to fill lots of roles at Six Feet Up. I''ll be celebrating my 10-year anniversary soon, so you can trust when I say it is a great team.

We hire for remote work globally. Open Position are listed at the bottom of this page: sixfeetup.com/company/careers

#FediHire #Python #DataEngineer #Developer #SoftwareDevelopment #Sales #ProjectManagement #GetFediHired




Show Original Post


22.01.2026 17:09
Reuven (@Reuven@fosstodon.org)

Software engineers at major companies are using AI to write production code. Right now.

The question isn't whether to use AI tools. It's whether you know how to use them well.

I'm running two AI-powered practice workshops (#Python and #Pandas) where you'll learn to design better prompts, evaluate AI output critically, and understand the code being generated.

Details: lerner.co.il/2026/01/22/learn-





Show Original Post


22.01.2026 17:08
creativegamingname (@creativegamingname@infosec.exchange)

Hey #python #datascience and others who are looking to work in science!

recruiting2.ultipro.com/SPA100

I saw this on BlueSky and thought of you.

Highlights:

It looks like they are looking for someone who is Python skilled and interested in space. If that sounds like you or someone you know... hit him up!

bsky.app/profile/scottwfleming

#getfedihired




Show Original Post


22.01.2026 17:02
zurich_pyladies (@zurich_pyladies@mastodon.social)

⏰ Reminder: just 1 week to go!

Zurich is kicking off 2026 with a creative twist! 🎨 Join us for Creative Coding with interdisciplinary designer Christine Gertsch and discover how Python can be used to create visual worlds — no coding experience needed 🧑‍💻✨

📍 Zentralbibliothek Zürich, Lesesaal (reading room)
The venue is wheelchair accessible.
Looking forward to seeing you there!

meetup.com/pyladies-zurich/eve

@zbzuerich




Show Original Post


22.01.2026 17:01
honeybadger (@honeybadger@honeybadger.social)

The year is young and we’re already shipping new features to enhance our app observability product Honeybadger Insights. 🔍

Insights enables faster, more powerful querying with far less data ingest so you can learn more from your errors and logs.

1. Auto-refresh features for Insights dashboards.
2. The ability to configure, edit, and share Insights dashboards in YAML.
3. Clickable URLs in Insights query results.

See more on the changelog → honeybadger.io/changelog/?utm_

#Ruby #Python





Show Original Post


1 ...607 608 609 610 611 612 613 614 615 616 617 ...1585
UP