Data structures and Algorithms

2020-06-30 Thread satyaprasad
Hi, I am currently in learning process of python have been worked on some desktop application using pyqt . I want improve my DSA area but i searched so many videos mot sure how to start . 1.Do i really need learn datastructures in c or c++ to get complete logical details. 2 .or shall i start learn

Re: property

2020-06-30 Thread ast
Le 26/06/2020 à 10:16, R.Wieser a écrit : ast, I have absolutily /no idea/ about how that "fahrenheit = property()" comes into play though. It just creates an empty property object. You can then fill this object with the read/write/delete functions with the methods getter, setter, del

Re: Data structures and Algorithms

2020-06-30 Thread Cameron Simpson
On 30Jun2020 10:52, satyaprasad wrote: >Hi, I am currently in learning process of python have been worked on >some desktop application using pyqt . I want improve my DSA area but i >searched so many videos mot sure how to start . 1.Do i really need learn >datastructures in c or c++ to get complete

Re: property

2020-06-30 Thread ast
Le 26/06/2020 à 15:12, Peter Otten a écrit : Unknown wrote: The getter/setter of the property builtin return a new property p = property() q = p.getter(None) p is q False where you def getter(self, fget): self.fget = fget return self modify the existing one.

Re: Data structures and Algorithms

2020-06-30 Thread Richard Damon
On 6/30/20 8:26 AM, Cameron Simpson wrote: > On 30Jun2020 10:52, satyaprasad wrote: >> Hi, I am currently in learning process of python have been worked on >> some desktop application using pyqt . I want improve my DSA area but i >> searched so many videos mot sure how to start . 1.Do i really nee

Re: Assign Excel cell value from Datepicker widget Selection using Python

2020-06-30 Thread narenchunduri
Thx kushal for your valuable points -- https://mail.python.org/mailman/listinfo/python-list

Code of Conduct address "hold message"

2020-06-30 Thread Rhodri James
Having just had occasion to use the code of conduct link (conduct...@python.org), I got back the message: Your mail to 'conduct...@python.org' with the subject Is being held until the list moderator can review it for approval. etc. I know this is the standard moderation message, but

How to handle async and inheritance?

2020-06-30 Thread Stephen Rosen
Hi all, I'm looking at a conflict between code sharing via inheritance and async usage. I would greatly appreciate any guidance, ideas, or best practices which might help. I'll speak here in terms of a toy example, but, if anyone wants to look at the real code, I'm working on webargs. [1] Specifi

[RELEASE] Python 3.8.4rc1 is now ready for testing

2020-06-30 Thread Łukasz Langa
Python 3.8.4rc1 is the release candidate of the fourth maintenance release of Python 3.8. Go get it here: https://www.python.org/downloads/release/python-384rc1/ Assuming no critical problems are found prior to 2020-07-13, the scheduled r

Re: Data structures and Algorithms

2020-06-30 Thread DL Neil via Python-list
On 1/07/20 1:18 AM, Richard Damon wrote: On 6/30/20 8:26 AM, Cameron Simpson wrote: On 30Jun2020 10:52, satyaprasad wrote: Hi, I am currently in learning process of python have been worked on some desktop application using pyqt . I want improve my DSA area but i searched so many videos mot sur

Re: Code of Conduct address "hold message"

2020-06-30 Thread Rhodri James
On 30/06/2020 15:25, Rhodri James wrote: Having just had occasion to use the code of conduct link (conduct...@python.org), I got back the message:   Your mail to 'conduct...@python.org' with the subject       Is being held until the list moderator can review it for approval. Ah, it look

Re: Pycharm Won't Do Long Underscore

2020-06-30 Thread Peter J. Holzer
On 2020-06-25 11:56:47 -0600, Michael Torrie wrote: > On 6/24/20 7:38 PM, Grant Edwards wrote: > > On 2020-06-24, Peter J. Holzer wrote: > >> There is U+FF3F Fullwidth Low Line. > >> > >>> If there were, Python would not know what to do with it > >> > >> You can use it in variable names, but not a

Re: FW: Pycharm Won't Do Long Underscore

2020-06-30 Thread Peter J. Holzer
On 2020-06-24 15:33:16 -0600, Joe Pfeiffer wrote: > One other note -- while you may want various good-looking fonts with > ligatures in other domains, for writing code a monospace font with no > ligatures lets you see exactly what's there and saves a host of > problems. My personal favorite for th

Re: FW: Pycharm Won't Do Long Underscore

2020-06-30 Thread Joe Pfeiffer
"Peter J. Holzer" writes: > On 2020-06-24 15:33:16 -0600, Joe Pfeiffer wrote: >> One other note -- while you may want various good-looking fonts with >> ligatures in other domains, for writing code a monospace font with no >> ligatures lets you see exactly what's there and saves a host of >> prob

Understanding interoperability

2020-06-30 Thread David Lowry-Duda
I have quite a bit of experience with various programming languages, including python, C, C++, and lisp. But I very rarely work on projects that use interoperability. This is something that I'd like to learn more about. Sometimes, for numerical computing, I use cython as a binding layer betwee

Re: Understanding interoperability

2020-06-30 Thread Chris Angelico
On Wed, Jul 1, 2020 at 9:37 AM David Lowry-Duda wrote: > > I have quite a bit of experience with various programming languages, > including python, C, C++, and lisp. But I very rarely work on projects > that use interoperability. This is something that I'd like to learn more > about. > > Sometimes

Re: Pycharm Won't Do Long Underscore

2020-06-30 Thread Random832
On Wed, Jun 24, 2020, at 21:38, Grant Edwards wrote: > On 2020-06-24, Peter J. Holzer wrote: > > > There is U+FF3F Fullwidth Low Line. > > > >> If there were, Python would not know what to do with it > > > > You can use it in variable names, but not at the beginning, and it isn't > > equivalent t