Re: [Tutor] REQUIRED SUPPORT FOR CODE

2019-07-25 Thread john fabiani
Dabo has an AutoComplete method.  You review how it was done. Johnf On 7/25/2019 4:26 PM, Alan Gauld via Tutor wrote: On 25/07/2019 16:58, NITESH KUMAR wrote: I want to make Autocomplete searchbox using database .Please suggest me the code for this. Since you tell us next to noting we can onl

Re: [Tutor] Fw: CSC1010H 4th assignment

2019-07-25 Thread David Rock
> On Jul 25, 2019, at 18:23, Alan Gauld via Tutor wrote: > > On 25/07/2019 20:04, Mahima Daya wrote: >> hi there, please could you assist. > > > Include any code, include the full text of any error messages. > Tell us the OS and programming language (including versions) > that you are using. >

Re: [Tutor] REQUIRED SUPPORT FOR CODE

2019-07-25 Thread Alan Gauld via Tutor
On 25/07/2019 16:58, NITESH KUMAR wrote: > I want to make Autocomplete searchbox using database .Please suggest me the > code for this. Since you tell us next to noting we can only make wild suggestions. Try to find a project that does the same thing - ideally one written in Python (assuming that

Re: [Tutor] Fw: CSC1010H 4th assignment

2019-07-25 Thread Alan Gauld via Tutor
On 25/07/2019 20:04, Mahima Daya wrote: > hi there, please could you assist. With what? Your subject tells us absolutely nothing. Your message gives us no clues. The fact that you are posting to the Python tutor list suggests you might have a question about Python programming. But what that is we

Re: [Tutor] Fw: CSC1010H 4th assignment

2019-07-25 Thread Steven D'Aprano
On Thu, Jul 25, 2019 at 07:04:52PM +, Mahima Daya wrote: > hi there, please could you assist. Yes, certainly. If you have questions about Python, you can ask concrete, specific questions. If you ask vague questions like "please help" expect to be ignored or told to do your own homework. Yo

[Tutor] Fw: CSC1010H 4th assignment

2019-07-25 Thread Mahima Daya
hi there, please could you assist. From: York Singer Sent: Thursday, 25 July 2019 20:44 To: Mahima Daya Subject: CSC1010H 4th assignment Disclaimer - University of Cape Town This email is subject to UCT policies and email disclaimer published on our website a

Re: [Tutor] REQUIRED SUPPORT FOR CODE

2019-07-25 Thread Mats Wichmann
On 7/25/19 9:58 AM, NITESH KUMAR wrote: > Dear Sir/Madam > > I want to make Autocomplete searchbox using database .Please suggest me the > code for this. Your question leaves many more questions... A searchbox implies you're using a graphical toolkit. Which one do you intend to use (there are ma

[Tutor] REQUIRED SUPPORT FOR CODE

2019-07-25 Thread NITESH KUMAR
Dear Sir/Madam I want to make Autocomplete searchbox using database .Please suggest me the code for this. Thanks & Regards Nitesh Kumar ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailm

Re: [Tutor] __weakref__ question

2019-07-25 Thread Mats Wichmann
On 7/24/19 1:57 PM, Sarah Hembree wrote: > Can anyone provide some simple example/s or two or three of using weakref? > I'm baffled and not seeing any documentation that is meaningful. My > interest is to minimize memory usage (generally speaking, overall) and am > wondering if this might help. Th