Tootfinder

Opt-in global Mastodon full text search. Join the index!

@veit@mastodon.social
2025-04-22 10:43:44

On the way to the PyConDE in Darmstadt. I look forward to hopefully see you soon.
@… #Python

@dennisfaucher@infosec.exchange
2025-05-19 18:08:41

TIL: #UV
#Python

@JGraber@mastodon.social
2025-05-16 16:15:25

#Python Friday #279: Sentiment Analysis in Python - #ai
pythonfriday.dev/2025/05/279-s

@nobodyinperson@fosstodon.org
2025-06-20 11:54:49

TIL that #Python's strptime can't handle unix timestamps, wtf... 😑
time.strptime("1750420325","%s")
ValueError: 's' is a bad directive
(Yes, I know there's datetime.fromtimestamp, but here I'd much prefer to keep everything with %Y %m %d et al. due to reasons)

@mgorny@pol.social
2025-06-21 05:49:07

Osobiście, polecałbym trzymać się z daleka od "#Python Code Quality Authority". Projekty tej organizacji zostały właściwie przejęte przez wyjątkowo toksyczną osobę. #Ruff to dobra alternatywa, z bardzo przyjaznymi autorami.

@colgrave@social.linux.pizza
2025-04-19 17:46:06

You want #tariff in your #python packages?
TARIFF is a fantastic tool that lets you impose import tariffs on Python packages. We're going to bring manufacturing BACK to your codebase by making foreign imports more EXPENSIVE!

@JGraber@mastodon.social
2025-06-13 07:48:53

#Python Friday #283: Play Audio Files in Python
pythonfriday.dev/2025/06/283-p

@rasterweb@mastodon.social
2025-06-05 15:33:07

Okay, spent a little time with Python's Matplotlib to get this graph of miles biked so far this year...
At some point I should be able to pull the data from Run Gap's SQLite database to automate this more, and get more granular.
I still need to figure out how to space the bars and some other formatting stuff but it's a good start!
#python

A bar graph showing miles I've ridden my bike this year (by month).
@jovian34@social.linux.pizza
2025-05-15 17:28:38

I will be giving my first #Python talk at PyOhio in July. Very excited!
pyohio.org/2025/program/talks/

@mgorny@pol.social
2025-06-21 06:37:03

Wspaniały dzisiejszy #Python: #Gentoo uruchamia testy w paczkach związanych z #ProtoBuf z pomocą #PyTest-forked, żeby obejść s…

@stephane_klein@social.coop
2025-06-13 12:42:32

Je viens de découvrir la fonction "inspect.cleandoc" de la librairie standard de #Python.
notes.sklein.xyz/2025-06-13_14

@hynek@mastodon.social
2025-06-09 11:19:51

no shade, but if your import path starts with `src.`, you haven’t understood the purpose of an src directory.
The fact that VS Code gets this wrong when fixing imports in tests is concerning.
#Python

@JGraber@mastodon.social
2025-05-23 15:43:50

#Python Friday #280: Sentiment Analysis With #Bert of #Goodreads Reviews - #ai

@guerda@ruhr.social
2025-06-09 08:03:59

Nachdem die Frage zu spezifisch scheint: Kann jemand einen Videokurs, online Kurs, elearning etc. für #Python empfehlen?
Am Besten auf Deutsch.
Dankeschön!
:boostRequest:
ruhr.social/@guerda/114…

@datascience@genomic.social
2025-06-03 10:00:01

Video tutorials for modern ideas and open source tools. #python

@frankel@mastodon.top
2025-05-31 16:05:00

Apache Fury (incubating)
#java #python

@pre@boing.world
2025-05-10 11:39:45

The Python library "YFinance" decided to force an upgrade. They did this by making the old version report a rate-limit error on every request.
Confusing.
Would have been better if they reported a "old version not supported" error or something instead. So that wasted some time.
That upgrade had dependencies which have dependencies upon a newer version of Python, so needed a whole OS upgrade really.
Which failed. Bricking the Rasp PI it was running on.
Oh well, complete rebuild of the whole machine and software it runs from scratch then.
That took all day yesterday. At the end I notice that the touch-screen doesn't touch. Needs drivers.
The drivers haven't been upgraded in six years. They brick the machine again when trying to install them on Debian Trixie.
Luckily, I kept good notes and could rebuild it all again much faster with no mistakes and knowing what to do and all the required custom software changes already made and saved.
So now I spent a whole day on annoying upgrade work because a single Python library decided to break the old version, and my Rasp Pi has no touch-screen. Which isn't ideal for a machine mostly operating as a fancy light switch for all the LED strips in the house.
This happens all the time in software. Millions of man hours wasted, so much hardware dumped because the drivers get abandoned.

In other news: Microsoft abandons Windows 10 any day now. Good luck to everyone faced with doing that lap on the upgrade treadmill.
I still have more work to do to bring up this RaspPi's software to where it was, but it'll have to wait, other things to do. At least it's back to sending me the nightly finance report and controlling the LED strips. If without a touch screen now.
#software #upgradeTredmil #python #microsoft

@veit@mastodon.social
2025-06-10 05:06:41

Today the workshop on test driven development for updating legacy software starts. #TDD #Python

@JGraber@mastodon.social
2025-04-11 12:33:54

#Python Friday #274: Working With Excel Files in #Pandas
pythonfriday.dev/2025/04/274-w

@mgorny@pol.social
2025-06-07 08:38:34

Czas na okresową kontrolę katalogu ~/.cache:
ccache: 4G
uv: 2.2G
pre-commit: 2.1G
rattler: 1.7G
mozilla: 1.1G
thumbnails: 1G
evolution: 550M
fotema: 511M
pip: 404M
Kto by tam zakładał, że /home nie jest nieograniczone?
#Gentoo #Python

@guerda@ruhr.social
2025-05-30 14:31:13

Kennt jemand gute Video-Kurse /#eLearning / #mmoc für Datenanalyse mit #Python? Am Besten für Programmieranfänger*innen und auf Deutsch.
Googlen kann ich selbst, Erfahrungen wären super.
:boost_ok:

@JGraber@mastodon.social
2025-06-06 05:56:19

#Python Friday #282: Working With Temporary Files
pythonfriday.dev/2025/06/282-w

@JGraber@mastodon.social
2025-04-04 10:22:08

#Python Friday #273: Query Excel Files With #DuckDB
pythonfriday.dev/2025/04/273-q

@jovian34@social.linux.pizza
2025-05-30 15:18:34

Switched my most updated #Django project to #uv this morning. I was using vanilla pip and venv and building #Python from source before.
—That was it? —
Seemed crazy too easy. It all just w…

@mgorny@pol.social
2025-05-28 13:02:40

Paczka Pythona, której nie idzie zainstalować na Pythonie 3.14, bo autor koniecznie musiał zaimplementować przetwarzanie AST na ponad 200 linii w `setup.py`? Dlaczego nie.
#Gentoo #Python #setuptools

@JGraber@mastodon.social
2025-06-20 06:46:08

#Python Friday #284: Basic Text-to-Speech With Google Translate #ai #nlp

@JGraber@mastodon.social
2025-05-02 17:54:44

#Python Friday #277: Access Local #LLMs Through LM Studio
pythonfriday.dev/2025/05/277-a

@JGraber@mastodon.social
2025-04-18 09:39:18

#Python Friday #275: Print #Pandas DataFrames as #Markdown

@JGraber@mastodon.social
2025-03-28 14:40:12

#Python Friday #272: Extensions for #DuckDB
pythonfriday.dev/2025/03/272-e

@JGraber@mastodon.social
2025-05-30 09:24:29

#Python Friday #281: Language Detection in Python - #ai #nlp

@JGraber@mastodon.social
2025-05-09 11:20:02

#Python Friday #278: Optimise the #LLM Client - #AI

@JGraber@mastodon.social
2025-04-25 16:24:52

#Python Friday #276: Fix Social Links in #RSS Feed of #MkDocs