#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.

Зачем аналитику математика
«Зачем мне эта ваша математика?» честный разбор для тех, кто хочет расти в аналитике Если вы работаете в аналитике и ни разу не задавались вопросом «а зачем мне эти интегралы и производные» – вы либо гений, либо врете. В интернете много статей про матан для аналитиков, но они либо уходят в дебри интегрирования по частям, либо ограничиваются уровнем «логарифм делает большие числа маленькими». Где золотая середина? Что внутри: Логарифмы: не просто log1p, а эластичность и среднее геометрическое Производные: как поймать момент перед падением (вторая производная) Пределы: почему retention не упадет ниже 15% (и при чем тут асимптоты) Интегралы: LTV с дисконтированием и площадь под uplift-кривой Для кого: аналитики, которые уже вышли из Excel и хотят понимать, что на самом деле делают их .diff() и .cumsum().
https://habr.com/ru/articles/1004692/
#анализ_данных #python #математика_для_аналитика #pandas #eda #логарифм #интеграл #производная #пределы_роста #матанализ
[$] 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 [...]
https://lwn.net/Articles/1059177/ #LWN #Linux #Python
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: https://statisticsglobe.com/hub
#statistics #datascience #ai #rstats #python #randomforest

#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 👇
https://www.astrolabe-science.fr/courbe-de-titrage-conductimetrique/
What if we had async coroutines, and streams were just connecting them?
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
https://surveys.jetbrains.com/s3/python-developers-survey-2026
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! https://jb.gg/g0kool
#Python #AI #DataScience #WebDev #conference #livestream #coding
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.

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
https://peertube.luga.at/videos/watch/046f8185-12f5-42cb-afab-90e88d2ae1b9
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
Ollama CLI cheatsheet: ollama serve command, ollama run command examples, ollama ps, and model management.
#Linux #Cheatsheet #Self-Hosting #LLM #AI #Ollama #DevOps #Python
https://www.glukhov.org/llm-hosting/ollama/ollama-cheatsheet/