Skip Navigation

Posts
249
Comments
41
Joined
2 yr. ago

Python @programming.dev

Python Performance: Why 'if not list' is 2x Faster Than Using len()

Django @programming.dev

Quick and Sweet Django - Print queryset in a table format, for shell purposes

Django @programming.dev

Django: what’s new in 5.2 - Adam Johnson

Django @programming.dev

Django: Getting a full model instance from a Subquery | Baptiste Mispelon

Django @programming.dev

Squashing Django Migrations Easily

Django @programming.dev

GenericForeignKey Deep Filtering | Baptiste Mispelon

Django @programming.dev

Adding a new contrib package to Django - Software Crafts

  • Let me know if you have things to add!

  • Python @programming.dev

    Python-related happenings for the week of 14 October 2024

    Python @programming.dev

    Replace pyenv with uv - Franck Pommereau - Blog

    Python @programming.dev

    Migrating a Python library to uv

    PostgreSQL @programming.dev

    How not to change PostgreSQL column type | boringSQL

    Django @programming.dev

    Django Chat: Fall 2024 Podcast Relaunch

  • Crap, now I need to know about competitive Jenga ...

  • PostgreSQL @programming.dev

    Improved query cancellation in PostgreSQL 17 and Psycopg 3.2

    Python @programming.dev

    500 Python Interpreters

    Python @programming.dev

    Layman's Guide to Python Built-in Functions · Matt Layman

    Django @programming.dev

    Using Groups for the staff and superuser flags - Software Crafts

    PostgreSQL @programming.dev

    Adding a Primary Key To An Existing Table

    Python @programming.dev

    unit8co/darts: A python library for user-friendly forecasting and anomaly detection on time series.

    Python @programming.dev

    PuePy: a pure Python frontend web framework

    Django @programming.dev

    Django Classy Docs

  • Hey Ulrik, apologies for not responding sooner.

    I'm more than happy to talk about adding one (or more!) mods for any of the communities I mod for right now, including c/python. I have at least one person in mind, who has been pretty active both in c/python and c/django. I'd also like to talk more about mod expectations, particularly with regard to reported posts/comments.

  • That's the way I read the proposal, which I definitely like.

  • 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.

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

  • 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.

  • Love it. Thanks for the improvement!

  • There's a brake pedal, but it's almost never needed (and if it is, it's always been because of me being stupid). Releasing the accelerator engages the regenerative breaking, up to and including coming to a stop. I love it and don't ever want to go back.

    Having said that, I have had zero problem adapting back to normal breaking in my wife's car (ICE) when I need to drive it for some reason.

    I really don't understand people that complain about the 1-pedal driving.

  • 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?

  • Looking at the thinkTank website, I think you're talking about the Secure Pocket Rocket model, but I'm not sure.

  • Anecdata here in the US, but my local mom and pop pharmacy (which I love) currently would lose $200/mo on my vyvanse because of my insurance and the whole generic vyvanse nonsense. This system sucks.

    For the time being, I fill my vyvanse at Walgreens and hope they're losing $200/mo on it. I fill everything else at the mom and pop, until they let me know the situation is better.