Text file to SDE
We have recently purchased ARCSDE 9. I have attended the ARCSDE administrator for Oracle course, but it did not cover how to write data without an the arcgis interfaces. I was told however that I could write data say from a text file directly to the sde using python. Does anyone have a sample script on how to do this, or tell me where I can find this information. Thanks in advance Just me -- http://mail.python.org/mailman/listinfo/python-list
scripts into wxPython
Hello I've been happily scripting away for the last few years (Matlab, now Python) and all has been fine. Now I find myself scripting up code for clients, but they all want a nice GUI. I've had a tinker with wxPython and it all seems standard enough but I was wondering if anyone has any comments about how easy it is to shoehorn some fairly complex scripts into a GUI so that non-scripters can use the code. I assume I'll need to recode up all the input outputs? Any thoughts, or should I have started GUI programming right at the outset! Cheers -- http://mail.python.org/mailman/listinfo/python-list
Re: is it possible to remove the ':' symbol in the end of lines starting with 'if', 'while' etc?
On 22 Feb, 11:49, [EMAIL PROTECTED] wrote: > I don't know to which forum should I post the message > I hope someone related to the Python kernel development will read & > consider the idea > I'm (a former? meanwhile not sure) MATLAB user & it's very annoing > typing each time for example > while i: > print i > ... > instead of > while i > print i > ... > of course if all is written in a single line ':' I guess should not be > omited > > Thank you for you suggestions. > Sorry my bad English. > > WBR, Dmitrey Hi Just a thought... I've also just made the jump from Matlab to Python (or am straddling the two at the moment!) and I find the ':' really useful for delimiting blocks of code. Took a while to get used to it but I reckon it helps me explain my code to non-programmers as they can see the blocks I use. Al -- http://mail.python.org/mailman/listinfo/python-list
Re: AutoComplete in C++ Editor for Python
I the rope project http://rope.sourceforge.net/ has an autocomplete lib. (I have not used it just remember reading about it) -- http://mail.python.org/mailman/listinfo/python-list
Re: Learning Python for no reason
On 12 May, 20:02, Mensanator <[EMAIL PROTECTED]> wrote: > On May 12, 12:27 pm, "John Salerno" <[EMAIL PROTECTED]> wrote: > > > Just something that crosses my mind every time I delve into "Learning > > Python" each night. Does anyone see any value in learning Python when you > > don't need to for school, work, or any other reason? I'm in the same boat. My work seems fixated with .Net but IMHO I think they would be better off going with Python. Still, who am I to stand in the way of hundreds of .Net programmers. However, learning Python in the evening for the hell of it has led me to investigate Linux, which in turn has made me find out reams more stuff about computing than I knew before. So I've learnt a new programming language (albeit at a fairly basic level), installed a new OS and started looking into setting up home servers. None of it is spectacular, but it wouldn't have happened if I hadn't just thought "What the hell, I'll just learn it anyway" -- http://mail.python.org/mailman/listinfo/python-list