python

Back Open Paginator
27.02.2026 17:30
Reuven (@Reuven@fosstodon.org)

#Python #Pandas: pivot vs pivot_table?

Both reshape data, but:

- pivot: one value per cell (errors if duplicates)
- pivot_table: aggregates duplicates (mean, sum, etc.)

Use pivot for clean data, pivot_table for real-world messiness.





Show Original Post


27.02.2026 17:22
habr (@habr@zhub.link)

Зачем аналитику математика

«Зачем мне эта ваша математика?» честный разбор для тех, кто хочет расти в аналитике Если вы работаете в аналитике и ни разу не задавались вопросом «а зачем мне эти интегралы и производные» – вы либо гений, либо врете. В интернете много статей про матан для аналитиков, но они либо уходят в дебри интегрирования по частям, либо ограничиваются уровнем «логарифм делает большие числа маленькими». Где золотая середина? Что внутри: Логарифмы: не просто log1p, а эластичность и среднее геометрическое Производные: как поймать момент перед падением (вторая производная) Пределы: почему retention не упадет ниже 15% (и при чем тут асимптоты) Интегралы: LTV с дисконтированием и площадь под uplift-кривой Для кого: аналитики, которые уже вышли из Excel и хотят понимать, что на самом деле делают их .diff() и .cumsum().

habr.com/ru/articles/1004692/

#анализ_данных #python #математика_для_аналитика #pandas #eda #логарифм #интеграл #производная #пределы_роста #матанализ




Show Original Post


27.02.2026 17:21
lwn (@lwn@fedi.lwn.net)

[$] The troubles with Boolean inversion in Python

The Python bitwise-inversion (or complement) operator, "~", behaves pretty much as expected when it is applied to integers—it toggles every bit, from one to zero and vice versa. I [...]

lwn.net/Articles/1059177/ #LWN #Linux #Python




Show Original Post


27.02.2026 17:06
StatisticsGlobe (@StatisticsGlobe@mastodon.social)

The Statistics Globe Hub starts in 3 days, and I would like to give you a short preview of the first module "Feature Selection Using Random Forest."

Interested in joining the Hub? You can find more information here: statisticsglobe.com/hub





Show Original Post


27.02.2026 17:03
david_alberto (@david_alberto@social.sciences.re)

#chemistry #chimie #physiquechimie
Courbe de titrage conductimétrique : un tracé calculé avec un script #Python

🇬🇧 conductivity titration curves with a #Python script.

Le script est disponible ici 👇
astrolabe-science.fr/courbe-de





Show Original Post


27.02.2026 16:59
astraluma (@astraluma@tacobelllabs.net)

What if we had async coroutines, and streams were just connecting them?

#Python




Show Original Post


27.02.2026 16:47
ThePSF (@ThePSF@fosstodon.org)

Help us map out an accurate landscape of the Python community: respond to the official Python Developers Survey for 2026 to add your voice 🤩 #python #pythondevsurvey
surveys.jetbrains.com/s3/pytho




Show Original Post


27.02.2026 15:32
cheukting_ho (@cheukting_ho@fosstodon.org)

Join us next week at Python Unplugged on PyTV!

📺 Live on YouTube
🗓 March 4, 2026
⏰ 11:00 am – 6:30 pm CET

Sign up directly on the event page! jb.gg/g0kool

#Python #AI #DataScience #WebDev #conference #livestream #coding




Show Original Post


27.02.2026 15:32
cheukting_ho (@cheukting_ho@fosstodon.org)

It won't be a cool #Python event without cool stickers - Do you want some #PyTV stickers? If you have more fun ideas for #90s theme stickers, please let me know in the comments below.





Show Original Post


27.02.2026 15:00
reeltubes (@reeltubes@mstdn.party)

Neues Video: Software-Entwicklung mit AI-Unterstützung — ich teste Aider in Python! Demo, Einsatzmöglichkeiten, Risiken und Praxis-Tipps für Profis. Kurz, ehrlich und hilfreich für Entwickler. #AI #Aider #SoftwareEntwicklung #Python #Coding #DevTools #Linux #Education #German
peertube.luga.at/videos/watch/




Show Original Post


27.02.2026 14:55
ubuntu_touch (@ubuntu_touch@mstdn.social)

Evolución de la Inteligencia Colectiva en el Conjunto Dinámico

Ya no se dice software libre se dice software sostenible
#softwarelibre #softwaresostenible #FOSS #SOSS

#python #flisol
#SinLuz #SinEmpleo #Anzoategui #Lecheria





Show Original Post


27.02.2026 14:02
ros (@ros@techhub.social)

Ollama CLI cheatsheet: ollama serve command, ollama run command examples, ollama ps, and model management.

#Linux #Cheatsheet #Self-Hosting #LLM #AI #Ollama #DevOps #Python

glukhov.org/llm-hosting/ollama




Show Original Post


1 ...413 414 415 416 417 418 419 420 421 422 423 ...1591
UP