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.
I post about
🐍 #python
📊 #dataanalytics
👨🔬 #datascience
👨🏻💻 #dev #developers
| GitHub | https://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.
The PEP8 Song:
Wrote an essay to follow up on my AI features == Waste of Time (usually) post from yesterday. Let me know what you think #python
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.)
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...
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.
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
Attached: 1 image @[email protected] silver lining on devving for :linux:
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