@amneumarkt · Post #721 · 16.01.2026 г., 06:26
#visualization This is actually smart. https://medium.com/@redhotchilipaper/using-trapezoids-to-visualize-matrix-multiplication-with-applications-to-data-science-e1cff40de098
Hashtags
TGINSIGHT SIMILAR POSTS
Изворен канал @pythonotes · Post #61 · 2 апр.
Ранее я уже упоминал о другой фишке из ˍˍfutureˍˍ , это оператор деления. from __future__ import division Суть проста. Раньше сложность типа данных результата поределялась типом самого сложного операнда. Например: int/int => int int/float => float В первом случае оба операнда int, значит и результат будет int. Во втором float более сложный тип, поэтому результат будет float. Если нам требуется получить дробное значение при делении двух int то приходилось форсированно один из операндов конверировать в float. 12/float(5) => float Но с новой "философией" это не требуется. В Python3 "floor division" заменили на "true division" а старый способ теперь работает через оператор "//". >>> 3/2 1.5 >>> 3//2 1 То есть теперь деление int на int даёт float если результат не целое число. В классах теперь доступны методы __floordiv__() и __truediv__() для определения поведения с этими операторами. Данный переход описан в PEP238. #pep#2to3#basic
Пребарај: #visualization
@amneumarkt · Post #721 · 16.01.2026 г., 06:26
#visualization This is actually smart. https://medium.com/@redhotchilipaper/using-trapezoids-to-visualize-matrix-multiplication-with-applications-to-data-science-e1cff40de098
Hashtags
@amneumarkt · Post #713 · 19.12.2025 г., 17:44
#visualization Broken Chart: discover 9 visualization alternatives – Dr Dominic Royé https://dominicroye.github.io/blog/2025-12-14-broken-charts/
Hashtags
@amneumarkt · Post #649 · 05.12.2024 г., 21:01
#visualization introduction | Deneb https://deneb-viz.github.io/
Hashtags
@amneumarkt · Post #646 · 29.11.2024 г., 04:09
#visualization Plotly will supports polars natively in v6 . https://github.com/plotly/plotly.py/releases/tag/v6.0.0rc0
Hashtags
@amneumarkt · Post #643 · 24.11.2024 г., 15:57
#visualization Dashboard Deutschland https://www.dashboard-deutschland.de/
Hashtags
@amneumarkt · Post #619 · 04.09.2024 г., 17:35
#visualization The Data Viz Tools We Used In 2023 https://data-viz-tools-2023.netlify.app
Hashtags
@amneumarkt · Post #614 · 18.08.2024 г., 07:47
#visualization There was a joke saying that every tree in Germany has been touched by some human. There's even a research on the topic of how dense the buildings are in Germany. Based on this research, the farthest distance that is away from a building is only 6.3km. I just can't believe this. I feel something is wrong but I don't have data to validate. Behnisch, Martin, Martin Schorcht, Steffen Kriewald, and Diego Rybski. 2019. “Settlement Percolation: A Study of Building Connectivity and Poles of Inaccessibility.” Landscape and Urban Planning 191 (103631): 103631.
Hashtags
@amneumarkt · Post #592 · 27.06.2024 г., 21:56
#visualization Beautiful. There are details that the author designed quite well. How long are the nights? https://plotparade.com/gallery_sunrise.html
Hashtags
@amneumarkt · Post #566 · 29.03.2024 г., 13:55
#visualization Some comments in this post are just so funny. https://www.reddit.com/r/MapPorn/s/HsLvLGzLb6
Hashtags
@amneumarkt · Post #518 · 20.12.2023 г., 08:35
#visualization Source: https://www.statista.com/statistics/520952/netherlands-number-of-live-born-children-by-marital-status-of-the-mother/
Hashtags
@amneumarkt · Post #514 · 01.12.2023 г., 15:12
#visualization Finland vs UK, and Turkiye/Turkey is such a nice example of data quality issues. https://www.reddit.com/r/MapPorn/s/QYGauVmzOP
Hashtags
@amneumarkt · Post #505 · 09.11.2023 г., 19:13
#visualization https://www.reddit.com/r/dataisbeautiful/s/V05LnvCzqC
Hashtags