[Off-Topic?] I love Python

2021-08-24 Thread Emir Geçir
I really love Python, it has an easy to understand and write syntax, it can get EVERY task done when used right and has a great community on platforms like Reddit, Discord etc. ** All the work every contributor, especially Guido and Mark Hammond has put into this language over yea

Re: on perhaps unloading modules?

2021-08-24 Thread Peter J. Holzer
On 2021-08-22 16:28:12 -0300, Hope Rouselle wrote: > I have a certain distaste for syntax too. For instance, I would much > rather write and read ``first(ls)'' than ``ls[0]''. Would you also prefer `twothousandthreehundredandtwentythird(ls)` over `ls[2322]`? hp -- _ | Peter J. Holz

[OSys PL Labs] 3 UI/UX Research Engineer Positions for Progr. Languages and Tools (Remote)

2021-08-24 Thread Nick Papoylias
Dear colleagues, The newly founded PL (Programming Languages) research Group at OutSystems has a goal of exploring the UI/UX frontier of Programming Tools. We are looking for 3 UI/UX Research Engineers for Programming Languages & Tools (Remote) to join our group. Please

Re: Decoding of EmailMessage text

2021-08-24 Thread Loris Bennett
jak writes: > Il 23/08/2021 13:12, Loris Bennett ha scritto: >> Jon Ribbens writes: >> >>> On 2021-08-23, Loris Bennett wrote: If instead of mail.set_content(body) I do mail.set_content(body, cte="quoted-printable") >>> >>> Try print(mail.get_content())

Re: PyQt5 is not recognized from python 3.8 installation in python 3.10

2021-08-24 Thread Mohsen Owzar
Barry schrieb am Dienstag, 24. August 2021 um 00:25:38 UTC+2: > > On 23 Aug 2021, at 00:00, Mats Wichmann wrote: > > > > On 8/22/21 7:04 AM, Mohsen Owzar wrote: > >> Hi guys, > >> I have on my laptop the python installation 3.8 and newly I installed > >> newest version 3.10 as well on my lapto