Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)PY
Posts
2
Comments
185
Joined
2 yr. ago
  • Typing when you need it gives you more freedom over a toggle. You can choose to type some parts of the code while leaving other parts untyped.

    For example, if I'm writing a quick and simple Python script I may forgo typing, but when iterating on it I'd go back and add the types I need.

  • Python 3.x will never have static typing because that would break backwards compatibility.

    However, typing hints have been Integrated into Python for a while, and you are heavily recommended to use them, so your IDE can enforce typing.

  • Boost For Lemmy @lemmy.world
    Pyro @programming.dev

    Up button for comments not showing up

    Even though I have the Up button set to Show Parent in settings, it's not showing up for comments.

    Boost For Lemmy @lemmy.world
    Pyro @programming.dev

    See upvote and downvote count separately

    Hi, is it possible to see separate upvote / downvote counts on posts and comments rather than a single "karma" number?