Re: Proposal: Disconnect comp.lang.python from python-list

2021-05-16 Thread Cholo Lennon
then operate independently. Paul No way, I have been using comp.lang.python for years, my spam filter works ok btw. Regards -- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman/listinfo/python-list

Re: How to test?

2020-04-25 Thread Cholo Lennon
On 4/25/20 2:16 AM, Manfred Lotz wrote: On Fri, 24 Apr 2020 19:12:39 -0300 Cholo Lennon wrote: On 24/4/20 15:40, Manfred Lotz wrote: I have a command like application which checks a directory tree for certain things. If there are errors then messages will be written to stdout. How to test

Re: How to test?

2020-04-24 Thread Cholo Lennon
error condition. The error code is easier to test than the stdout/stderr. -- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman/listinfo/python-list

Re: Python on Android?

2018-02-20 Thread Cholo Lennon
trump just searching the web... Currently people from QPython are implementing Python 3.6. They already have a beta version. On google play is called "QPy3.6 - Python3.6 for QPython (BETA)". Disclaimer: I didn't test it. -- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman/listinfo/python-list

Re: Python on Android?

2018-02-20 Thread Cholo Lennon
On 20/02/18 11:50, Paul Rubin wrote: Chris Angelico <ros...@gmail.com> writes: probably means I'm going to have to learn Kivy Is SL4A still around? Maybe it's an alternative. QPython 2 & 3, both have samples that use SL4A. -- Cholo Lennon Bs.As. ARG -- https://mail.python.o

Re: property decorator?

2017-12-21 Thread Cholo Lennon
getter« instead of »@property«, because at that point in time, the instance »salaray« does not already exist. Best answser IMHO, it's clear and concise. -- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman/listinfo/python-list

Re: how to read in the newsreader

2017-10-18 Thread Cholo Lennon
subscribed to maybe a dozen email lists, and I filter all of them into their own folders. In my case I am subscribed (with Thunderbird) to more than 30 newsgroups (in 3 news servers). I have to say that spam is not a problem. Regards -- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman

Re: Scala considering significant indentation like Python

2017-05-22 Thread Cholo Lennon
la creator, sometimes the readability is complicated. So, more often than I would like to, I end up missing the braces :-O -- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman/listinfo/python-list

Re: Ten awesome things you are missing out on if you're still using Python 2

2017-05-11 Thread Cholo Lennon
] -- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman/listinfo/python-list

Re: Spam user

2017-04-03 Thread Cholo Lennon
-- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman/listinfo/python-list

Re: spam issue

2017-03-02 Thread Cholo Lennon
, but any newsreader can cache messages in your computer the time you want) Regards -- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman/listinfo/python-list

Re: Python application launcher (for Python code)

2017-02-24 Thread Cholo Lennon
On 02/23/2017 11:15 PM, Dennis Lee Bieber wrote: On Thu, 23 Feb 2017 12:58:24 -0300, Cholo Lennon <chololen...@hotmail.com> declaimed the following: If the script has no screen input/output I'd edit the shortcut and prefix the script pathname with pythonw.exe (to avoid the empty c

Re: Python application launcher (for Python code)

2017-02-23 Thread Cholo Lennon
has no screen input/output I'd edit the shortcut and prefix the script pathname with pythonw.exe (to avoid the empty console). Also I'd add the python path if it is not in the user/system PATH or if you have multiple python installations) Regards -- Cholo Lennon Bs.As. ARG -- https

Re: Python application launcher (for Python code)

2017-02-23 Thread Cholo Lennon
use pythonw.exe with your applications instead of python.exe (modify your launcher scripts to do that or change the registration for .py/pyc extensions in the OS configuration -by default python.exe is the associated application) Regards -- Cholo Lennon Bs.As. ARG -- https://mail.python.org

Re: How to store properties

2017-02-08 Thread Cholo Lennon
? -- Cholo Lennon Bs.As. ARG -- https://mail.python.org/mailman/listinfo/python-list