
2025-04-22 10:43:44
On the way to the PyConDE in Darmstadt. I look forward to hopefully see you soon.
@… #Python
On the way to the PyConDE in Darmstadt. I look forward to hopefully see you soon.
@… #Python
#Python Friday #279: Sentiment Analysis in Python - #ai
https://pythonfriday.dev/2025/05/279-s
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)
#Python Friday #283: Play Audio Files in Python
https://pythonfriday.dev/2025/06/283-play-audio-files-in-python/
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
I will be giving my first #Python talk at PyOhio in July. Very excited!
https://www.pyohio.org/2025/program/talks/how-a-solo-hobbyist-learned-…
Je viens de découvrir la fonction "inspect.cleandoc" de la librairie standard de #Python.
https://notes.sklein.xyz/2025-06-13_1437/
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
#Python Friday #280: Sentiment Analysis With #Bert of #Goodreads Reviews - #ai
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:
https://ruhr.social/@guerda/114…
Video tutorials for modern ideas and open source tools. #python
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
#Python Friday #274: Working With Excel Files in #Pandas
https://pythonfriday.dev/2025/04/274-w
#Python Friday #282: Working With Temporary Files
https://pythonfriday.dev/2025/06/282-working-with-temporary-files/
#Python Friday #273: Query Excel Files With #DuckDB
https://pythonfriday.dev/2025/04/273-q
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
#Python Friday #277: Access Local #LLMs Through LM Studio
https://pythonfriday.dev/2025/05/277-a
#Python Friday #272: Extensions for #DuckDB
https://pythonfriday.dev/2025/03/272-exten…