Re: "min( arg1, arg2, *args )" vs. "print( value, ... )"?

2020-04-09 Thread Peter J. Holzer
On 2020-04-08 08:50:07 +0200, Luuk wrote: > On 6-4-2020 22:57, Stefan Ram wrote: > >The documentation ("help" under CPython 3.9) for "min" reads > >(simplified): > > > > min( arg1, arg2, *args ) > > > >, for "print" it reads (simplified): > > > > print( value, ... ). > > > >The

Re: Is it possible to inheret a metaclass.

2020-04-09 Thread Peter Otten
Antoon Pardon wrote: > I am experimenting with subclasses that all need the same metaclass as the > base class. Is there a way to make the metaclass be inherited, so that you > don't have to repeat the "metaclass = MetaClass" with every subclass. ? This is not only possible, this is the default:

Is it possible to inheret a metaclass.

2020-04-09 Thread Antoon Pardon
I am experimenting with subclasses that all need the same metaclass as the base class. Is there a way to make the metaclass be inherited, so that you don't have to repeat the "metaclass = MetaClass" with every subclass. -- Antoon Pardon. -- https://mail.python.org/mailman/listinfo/python-list

Re: NLP Project with Python

2020-04-09 Thread Souvik Dutta
I thought about an app that would be similar to Google's current sound recording that records sounds and turns them into words and characters. I was thinking that you might be able to make an app or atleast a program that takes a picture and saves it in the form of text document which could be play