python

Back Open Paginator
20.01.2026 17:18
pyberlin (@pyberlin@mastodon.social)

On Thursday, 19 February, Valentin Haenel will give a talk on Numba, a Python just-in-time (JIT) compiler. Register to find out more: meetup.com/python-users-berlin




Show Original Post


20.01.2026 16:38
illiav (@illiav@mastodon.social)

I've finally launched my personal blog! 📝

To kick things off, my first post is the urllib3 2025 Annual Report. We discuss entering the "Billion-a-Month" club, our strengthened security posture, and the road to Python 3.14.

Check it out: volochii.dev/blog/urllib3-in-2




Show Original Post


20.01.2026 16:37
AndriiKuznietsov75 (@AndriiKuznietsov75@social.kyiv.dcomm.net.ua)

👨‍💻 #X виконала обіцянку розкрити свій алгоритм, який визначає пріоритетність появи постів у стрічках користувачів. Вихідний код викладено на #GitHub для загального ознайомлення. Він написаний на #Rust і #Python.

highload.tech/uk/x-vidkryvaye-




Show Original Post


20.01.2026 16:24
ivelasq3 (@ivelasq3@fosstodon.org)

2025 was a massive year for Posit & the open-source community! 💕

I’m happy to share the 2025 Year in Review. Highlights include Air for fast #RStats formatting, AI updates, Quarto, ggplot2, & Great Tables #Python milestones, & $750k Open Source Pledge!

Read more: posit.co/blog/2025-posit-open-




Show Original Post


20.01.2026 16:12
daks (@daks@mamot.fr)

Retomber sur des reliquats de vidéos des premières #djangocong @djangocong sur youtube et se souvenir de l'ambiance géniale qui y reignait :)
Et aussi prendre un méga gros coup de vieux en voyant nos têtes à tous (oui, à vous aussi !) d'il y a 15 ans (2011, 2012)

#souvenir #nostalgie #python #django #copains #soleil #conf




Show Original Post


20.01.2026 15:24
JordiCabot (@JordiCabot@fediscience.org)

🎉 Releasing over 5000 B-UML models for you to "play" with. Each model comes with some metadata and its own #python implementation and can be opened with the BESSER online modeling editor.

modeling-languages.com/b-uml-d




Show Original Post


20.01.2026 15:20
owenrlamont (@owenrlamont@fosstodon.org)

Just released pyglobegl 0.3.0 to PyPi, this is my new personal project to create an anywidget wrapper for the very cool looking globe.gl library. Now you can start using globe.gl with Python bindings in all your notebook environments. Huge amount left to do but it's progressing pretty fast. #Python





Show Original Post


20.01.2026 14:50
c (@c@piefed.ca)

I created my first (tiny) Python library! PyMicroConf: a tiny TOML config handler

I was working on another random side project and wanted to define configs like Pydantic-Settings without actually pulling in all of Pydantic into my project, so I started writing a custom config class which turned out generic enough that I could break it off into its own thing.

One of the main things I wanted is to be able to load a TOML file for settings but to also be able to override each config option with an env var. I also really like Pydantic’s use of Annotation[..., ...] type-hinting so I did something similar

I don’t really expect it to be used by anyone else but I’m excited about putting out my first PyPi package and figured I’d share it here :)

Any feedback is very welcome!

PyPi link: https://pypi.org/project/pymicroconf/

Also AI disclosure: I got AI to partially write the description but the code itself isn’t written by AI

piefed.ca/c/show_and_tell/p/46




Show Original Post


20.01.2026 14:47
xChaos (@xChaos@f.cz)

>>> sorted(['🥚','🐤'])
['🐤', '🥚']

#python #unicode #meme




Show Original Post


20.01.2026 14:37
mblayman (@mblayman@mastodon.social)

🐍 is a powerful tool for testing your projects. In this pytest 201 presentation, I covered some of the more advanced features beyond the core assertion ability of the library (e.g., fixtures, parameterization). youtube.com/watch?v=fv259R38gqc




Show Original Post


20.01.2026 14:19
pkw (@pkw@snac.d34d.net)
My admittedly idealized view on #python was that it showed
that simple good design more often than not trumped
fancy but overly complex languages. (like java)

In lots of ways python was the successor to java. [0]

After using common-lisp, I found python much less
compelling. You start to see that most of the dynamic nature
of python is taken carte blanche from lisp. Which is fine,
but you lose a lot in switching to the more familiar
imperative syntax. I said more familiar not better intentionally.

"lambda" is an example of that to me.


[0] : In the corporate world.



Show Original Post


20.01.2026 14:03
hasanaligultekin (@hasanaligultekin@me.dm)

Regression vs. Classification in Machine Learning

Same data, different question—and your model changes because the decision changes.

This post explains how to choose the right framing, how labels and metrics differ (RMSE vs AUC, etc.), and why “turning regression into classification” can change what the model learns in practice.

:medium: medium.com/@hasanaligultekin/r

#MachineLearning #DataScience #Python #Statistics #ai

@programming @ai @pythonclcoding @towardsdatascience





Show Original Post


1 ...620 621 622 623 624 625 626 627 628 629 630 ...1585
UP