After a lot of work, we have finished the implementation of PEP 657 ππ. In Python 3.11π, tracebacks will annotate where exactly the error is happening in your code π€―. No more confusion having to guess what part of the expression is wrong. Learn more at python.org/dev/peps/pep-0657β¦
Today at @europython I had a blast presenting my βPydon'tsβ talk β my first ever conference talk ππ₯³
As promised, here is a short thread with all the links and references π
Email Sending can quickly become a stressfull topic. This Article from @Alexius8989 is an awsome ressource to get a better understanding on how to handle automated email sending: