Bob Belderbos (@bbelderbos) 's Twitter Profile
Bob Belderbos

@bbelderbos

Software developer passionate about building useful tools and helping people grow their #Python and #programming skills through @Pybites

ID: 177360544

linkhttps://pybitesplatform.com calendar_today11-08-2010 23:08:42

16,16K Tweet

10,10K Followers

1,1K Following

Charlie Marsh (@charliermarsh) 's Twitter Profile Photo

The ty diagnostics are getting so good. If you reference a symbol or module that was defined in a more recent Python version, we tell you that, and also tell you where/why we inferred the supported Python version.

The ty diagnostics are getting so good.

If you reference a symbol or module that was defined in a more recent Python version, we tell you that, and also tell you where/why we inferred the supported Python version.
tushar.pyc (@tusharisanerd) 's Twitter Profile Photo

Funfact: it took 10 years for t-strings to land in Python, as they were first proposed roughly right after f-strings were accepted, in 2015 peps.python.org/pep-0501/

Bob Belderbos (@bbelderbos) 's Twitter Profile Photo

Want to make your code safer and more self-documenting? You can use `Literal` to restrict a variable or argument to specific values. Advantages: ✅ IDEs/autocomplete show only valid options ✅ Type checkers catch invalid values ✅ Cleaner than writing your own validation logic

Want to make your code safer and more self-documenting?

You can use `Literal` to restrict a variable or argument to specific values. Advantages:

✅ IDEs/autocomplete show only valid options
✅ Type checkers catch invalid values
✅ Cleaner than writing your own validation logic
Charlie Marsh (@charliermarsh) 's Twitter Profile Photo

LLMs are a tool just like anything else. You have to learn to use them, and you get better with time and practice. If you tried ChatGPT once, got a bad answer, and churned off the entire technology, it may have just been a skill issue (respectfully).