print console out to a txt or csv file

2019-02-10 Thread GISDude
t pdf files in a folder ###gisdude 02/09/19 ### import os, sys, glob, csv, pathlib ###First, let's change the dir with os os.chdir("C:\\Users\\Randy\\Documents\\BOOKS") ###Second, let's now get the list of files in this directory files = glob.glob('*.pdf') for file in

Re: pip and command line

2018-03-11 Thread GISDude
On Saturday, March 10, 2018 at 10:28:00 AM UTC-8, Terry Reedy wrote: > On 3/10/2018 12:23 PM, GISDude wrote: > > Hi all, > > I'm hoping someone could help a wannabe python coder out. I'm an aspiring > > Data/AI/ML coder/programmer/datafiend - that might help wi

pip and command line

2018-03-10 Thread GISDude
Hi all, I'm hoping someone could help a wannabe python coder out. I'm an aspiring Data/AI/ML coder/programmer/datafiend - that might help with my situation. In my various fits of python downloads, I've managed to download Anaconda, Pyscripter, IDLE(3.6/32 AND 64bit), IDLE 2.7. I'm thinking of Py

Re: search cursor in pythonwin 2.1

2007-02-19 Thread GISDude
On Feb 18, 2:19 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Sun, 18 Feb 2007 13:12:20 -0300, GISDude <[EMAIL PROTECTED]> > escribió: > > > I am a GIS(geographic information systems) Analyst and in our > > software(ESRI ARCGIS 9.1) ESRI has

search cursor in pythonwin 2.1

2007-02-18 Thread GISDude
Hi all. I am trying to create a little script(I think) that will basically use a search cursor. I am a GIS(geographic information systems) Analyst and in our software(ESRI ARCGIS 9.1) ESRI has implemented Python 2.1 as the scripting language of choice. In my script I'm going thru a dbf file and e

PY Zip

2007-01-30 Thread GISDude
Hi all. I am trying to find a module that has a Zip utility that I can use in Python. I would like to be able to call the module and ZIP up a directory. I thought there was such a module, but I have not been able to find it. I need this to be able to be used in Python Win. Is there a ZIP utilty a

Re: Converting Microsoft Works databases.... *shudder*

2006-11-03 Thread GISDude
Mike, I totally forgot that MS Works was out there. Haven't used that one in about 6 or 7 years. Honestly, your best bet is to convert to .csv or some delimited .txt file. Once that is done, all your rows/columns will be "nice and neat" . Once that is done, (and since your client doesn't have ACCES

Re: New-style Python icons

2006-03-20 Thread GISDude
very sharp! i like 'em! -- http://mail.python.org/mailman/listinfo/python-list

python and ARCView GIS desktop

2005-09-07 Thread GISDude
hi all. I am a newbie, so be kind. I am using ARCView GIS 9.1 and python win. I am trying to develop a module using the GZIP module in my ARCView map session. What I am attempting to do (I think) is use the zip mod to zip up all the files in a .mxd document into one neat little zipped file, ready t