Niko Föhr

@fohrloop
0 Followers
34 Following
63 Posts

I post about

🐍 #python
📊 #dataanalytics
👨‍🔬 #datascience
👨🏻‍💻 #dev #developers

GitHubhttps://github.com/fohrloop

Are you guys editing bitbucket-pipelines.yml manually or creating it programmatically?

While I can write beautiful python code my bitbucket-pipelines.yml looks like carbage. It hurts.

#bitbucket #pipelines #cicd #dev #developers #dev

🎵 The PEP 8 Song 🎵

YouTube

Wrote an essay to follow up on my AI features == Waste of Time (usually) post from yesterday. Let me know what you think #python

https://mkennedy.codes/posts/ai-features-a-waste-of-time/

AI Features a Waste of Time?

How many cumulative programmer-hours have been wasted on AI integration?

Michael Kennedy
what operating system (or linux distro) do you use on a regular basis?
windows
17.9%
macOS (on a mac)
14.5%
macOS (on a hackintosh)
0.4%
ubuntu
11.8%
debian
11.6%
linux mint
3.9%
elementary
0.3%
other debian/ubuntu derivative
3.8%
fedora
6.9%
centos/alma linux/rocky linux/RHEL
2.4%
other fedora/RHEL derivative
0.8%
arch linux
7.3%
artix
0.3%
manjaro
1.9%
other arch derivative
1.3%
openSUSE
1.2%
void linux
0.6%
gentoo
1%
slackware
0.2%
alpine linux
1.9%
mageia
0.1%
other linux
3.3%
freeBSD
2.2%
openBSD
1.1%
netBSD
0.3%
dragonflyBSD
0.1%
other BSD
0.1%
other unix/unix-like
1%
haiku
0.4%
other
1.6%
Poll ended at .

Great CPython bug: "Incrementing class variable about 2**32 times causes the Python 3.12.1 interpreter to crash"
https://github.com/python/cpython/issues/113462

(background: classes now have a version number to make it possible to cache method lookups. the version is incremented if the class is mutated. if the version number overflows, weird stuff happens.)

Incrementing class variable about 2**32 times causes the Python 3.12.1 interpreter to crash · Issue #113462 · python/cpython

Crash report What happened? The below example stores an integer counter as a class variable C.counter. Incrementing the counter using C.counter += 1 between 2^32 - 2^24 and 2^32 times makes the Pyt...

GitHub
Any recommendations of #datascience articles/sources which define #data, #rawdata, #information and(or) #knowledge and the relationship between these terms? I am familiar with a lot of information technology, legal & political science literature, but not so much within data science. Is this also part of the conversation in the practical sphere of #dataprocessing?
Internet! Which programming language do cats prefer? Silly or serious answers only.

#Introduction

Hello all!

We are a non-profit #Python community in #Turku, Finland. We bring together developers to meetups, sprints and social gatherings so we can learn from each other and have a jolly good time.

You can find us and our blog at https://archipylago.dev and sign up to our events at https://meetabit.com/communities/archipylago.

#TurkuDev

archipylago

A friendly neighbourhood Python community in Turku.

archipylago

A gamedev realized Linux users were just 5.8% of their sales, but represented 38% of bug reports.

Then they looked at those numbers closer, and realized. Linux users were not experiencing more bugs. Almost none of the Linux-user bugs were Linux-related. Linux users were simply *more likely to file bugs*.

Their conclusion: A linux port pays for itself bc it nerdsnipes ppl into giving u free QA, see:
https://techhub.social/@ozone89/111337250473454154

Via @Rainer_Rehak

Daniele Pantaleo 🦥:verified: (@[email protected])

Attached: 1 image @[email protected] silver lining on devving for :linux:

TechHub

Have you tried using polars? If so, how has your experience been (compared to pandas)?

https://github.com/pola-rs/polars

#polars #pandas #python #datascience #dataanalytics #pythonlibrary

GitHub - pola-rs/polars: Extremely fast Query Engine for DataFrames, written in Rust

Extremely fast Query Engine for DataFrames, written in Rust - pola-rs/polars

GitHub