9
10
24
[-] jnovinger@programming.dev 3 points 7 months ago

I haven't had a chance to look yet, but I'm using a pretty similar stack at, although with React instead of Nuxt/Vue. I definitely love using Docker, at least as a dev platform, because of the way it evens the field across OS's and makes it easy to onboard new contributors. Will definitely take a closer look when I get more time.

Buuut ... I do mod the !django@programming.dev community, which you might be interested in checking out. There's also the !docker@programming.dev, which is also worth checking out.

[-] jnovinger@programming.dev 2 points 7 months ago

Thanks, I appreciate the reply and openness to doing things besides just video.

7
submitted 7 months ago* (last edited 7 months ago) by jnovinger@programming.dev to c/python@programming.dev
30
2
30

So, you're an advanced beginner ...

6

Found via Planet Python

[-] jnovinger@programming.dev 3 points 9 months ago

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?

5
submitted 9 months ago* (last edited 9 months ago) by jnovinger@programming.dev to c/python@programming.dev
11
12
9
submitted 10 months ago* (last edited 10 months ago) by jnovinger@programming.dev to c/python@programming.dev
[-] jnovinger@programming.dev 2 points 1 year ago

Will definitely be playing with this next week.

Also, for anyone interested, the source is linked at the bottom of the page: https://gitlab.com/mbryant/functiontrace

[-] jnovinger@programming.dev 2 points 1 year ago

Ooh, thanks for mentioning asdf! I've heard of it, but didn't realize it could that

[-] jnovinger@programming.dev 3 points 1 year ago* (last edited 1 year ago)

I've only used pyenv on Ubuntu machines, but I expect it would work just as well in Debian-based systems.

pyenv is really useful if you need multiple versions installed simultaneously and it handles installation for you.

https://github.com/pyenv/pyenv

[-] jnovinger@programming.dev 4 points 1 year ago* (last edited 1 year ago)

My post's link is to the original blog URL that you point to, I just mentioned the author's Mastodon post where I ~~ran~~ first saw a reference to the blog post.

[-] jnovinger@programming.dev 2 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.

view more: ‹ prev next ›

jnovinger

joined 1 year ago
MODERATOR OF