jnovinger

joined 1 year ago
MODERATOR OF
[–] [email protected] 3 points 8 months ago (1 children)

Do you have a written version?

I really dislike having to watch an entire video to catch the one bit of useful information. I wish I had the time to watch entire videos, but honestly, I don't. On top of that, my brain has often wandered off well before I get to the interesting bit.

 

So, you're an advanced beginner ...

 

Found via Planet Python

[–] [email protected] 3 points 10 months ago (2 children)

Looking at the docs, it looks like it's an instance of ID3Tags, which appears to be based on couple of helper classes mutagen._util.DictProxy and mutagen._tags.Tags, where DictProxy (and its base DictMixin) provides the dict-like interface. Underneath that, it looks like it's storing the actual values in a simple dict (DictProxy.__dict) and proxying to that.

I'm not seeing anything obvious that would muck with the incoming lookup key anywhere in ID3Tags or DictProxy.__getitem__ or any of the other base classes.

I have to jump off to pack for a trip, but might try this out later in a live shell session to see if there's something odd going on with the API.

In the meantime, OP, are you positive you were looking at the same file each time? Was this in a script or in a live Python shell session?

 

Via https://mas.to/@mpirnat/111592702753147583

Looks like talks are already live!

[–] [email protected] 1 points 1 year ago

This proved to be a fair amount of work, absent a bot of some sort that I haven't had time to create yet.

So, I failed toward just including events in the sidebar, with a link to python.org's Event Calendar.

[–] [email protected] 1 points 1 year ago

Ha! Great catch. Yeah, I'll get that sorted.

[–] [email protected] 1 points 1 year ago (1 children)

Also trying out Today in Python!. I accidentally launched the first one early, in that I posted about 20 June 2023 on 19 June 2023. Whoops.

[–] [email protected] 1 points 1 year ago

Next experiment is Talk Tuesday where each top-level comment is about a particular conference talk that a commenter liked and why they like it.

[–] [email protected] 1 points 1 year ago

Thought I would also keep track of things we experiment with here. The first is Media Mondays where we track podcast and video episode from the community over the last week.

view more: next ›