Re: [Tutor] Question regarding list editing (in place)

2008-02-14 Thread David J. Weller-Fahy
ction "3.1.4 Lists" in the python tutorial, I might have noticed the example which is similar to that form: #v+ >>> # Clear the list: replace all items with an empty list >>> a[:] = [] >>> a [] #v- Ah, well. Thanks again for the tips, gentlemen. Regards, -

[Tutor] Oracle forms

2018-03-22 Thread David Holland via Tutor
Is there anyway I can use Python to fill in an Oracle form rather than typing it in myself.I.e take values from a .csv file and put them into an Oracle form.Any ideas (I have googled it) what libraries to use? ___ Tutor maillist - Tutor@python.org T

Re: [Tutor] Tutor Digest, Vol 169, Issue 17

2018-03-23 Thread David Holland via Tutor
- Message: 2 Date: Thu, 22 Mar 2018 18:35:17 +0100 From: Peter Otten <__pete...@web.de> To: tutor@python.org Subject: Re: [Tutor] Oracle forms Message-ID: Content-Type: text/plain; charset="ISO-8859-1" David Holland via Tutor wrote: > Is there anyway I can use Py

<    7   8   9   10   11   12