Re: recommends of redesign OO feature of python !!!

2018-10-25 Thread Daniele Forghieri
Il 25/10/2018 07:14, iamybj--- via Python-list ha scritto: I am an engineer of java and c#, I want to some personal projects in free time, and I choose python. After try python, I hava some suggestion. The first thing is that python’s class is not well designed than other programming languages.

Re: recommends of redesign OO feature of python !!!

2018-10-25 Thread Calvin Spealman
It does not appear that you actually want to use Python. On Thu, Oct 25, 2018 at 1:15 AM iamybj--- via Python-list < python-list@python.org> wrote: > I am an engineer of java and c#, I want to some personal projects in free > time, and I choose python. > > After try python, I hava some suggestion

Re: recommends of redesign OO feature of python !!!

2018-10-25 Thread Andre Müller
Troll detected! If you don't like Python, don't use it. Very simple. The concept of Python is good as it is. -- https://mail.python.org/mailman/listinfo/python-list

Re: recommends of redesign OO feature of python !!!

2018-10-25 Thread Thomas Jollans
On 2018-10-25 07:14, iamybj--- via Python-list wrote: > Using dictionary as data model is the 20th century style, [citation needed] -- https://mail.python.org/mailman/listinfo/python-list

Re : recommends of redesign OO feature of python !!!

2018-10-24 Thread armand.fouca...@telecom-bretagne.eu
If performance is at stake, then Python might not be the best choice. When you pick Python, it's for its other qualities. This being said, unless you're writing software for a plane, you're not very likely to need that much performance... as long as you code well. As for your statem

Re: recommends of redesign OO feature of python !!!

2018-10-24 Thread dieter
iamybj--- via Python-list writes: > I am an engineer of java and c#, I want to some personal projects in free > time, and I choose python. > > After try python, I hava some suggestion. > > The first thing is that python’s class is not well designed than other > programming languages. > Using di

Re: recommends of redesign OO feature of python !!!

2018-10-24 Thread Chris Angelico
On Thu, Oct 25, 2018 at 4:16 PM iamybj--- via Python-list wrote: > > I am an engineer of java and c#, I want to some personal projects in free > time, and I choose python. > > After try python, I hava some suggestion. > > The first thing is that python’s class is not well designed than other > p