Re: excel (multiple sheets) to yml file for each sheet

2020-07-17 Thread stack flow
help please. On Thursday, July 16, 2020 at 10:38:23 PM UTC-4, stack flow wrote: > Hi, > > I have excel file with multiple sheets and need output as yml file for each > sheet. could someone help me with python code? following is an example: > > aep sheet: > > ae

excel (multiple sheets) to yml file for each sheet

2020-07-16 Thread stack flow
Hi, I have excel file with multiple sheets and need output as yml file for each sheet. could someone help me with python code? following is an example: aep sheet: aepaep_description infra_vlan test_AEP test aepno aeps_to_domain sheet: aep domain

Re: Advanced Python programming book?

2010-01-11 Thread flow
Cheers guys - I'll check the books out :) Thanks very much. -- http://mail.python.org/mailman/listinfo/python-list

Advanced Python programming book?

2010-01-10 Thread flow
I've just finished reading a sort of beginner Python book, and I know quite a bit now but I'm looking for a book that can teach me advanced aspects of Python - code optimisation, threading, etc. Any recommendations? Cheers. -- http://mail.python.org/mailman/listinfo/python-list

(A Possible Solution) Re: preferred way to set encoding for print

2009-09-16 Thread ~flow
On Sep 16, 7:16 am, Mark Tolonen metolone+gm...@gmail.com wrote: Setting PYTHONIOENCODING overrides the encoding used for stdin/stdout/stderr (See the Python help for details), but if your terminal doesn't support the encoding that won't help. thx for these two tips. of course, that was a bit

Re: question about xrange performance

2009-04-18 Thread ~flow
[soapbox] Speaking about idiomacy, ... [end soapbox] soapbox] I ALREADY STEPPED DOWN FROM SOAPBOX (on this topic) [end soapbox] thanks for the comment anyhow. that an efficient `x in y` implementation used to be there and is gone now is gross. guess i'll just have to live with my own

Re: question about xrange performance

2009-04-17 Thread ~flow
One might wonder why you are even writing code to test for existence in a range list, when blee = blah bloo is obviously going to outperform this kind of code. -- Paul the reason is simply the idiomacy and convenience. i use (x)xranges to implement unicode blocks and similar things. it is

Re: [perl-python] 20050127 traverse a dir

2005-01-27 Thread The Flow
Xah Lee, Do you want to be taken seriously? First, stop posting. Second, learn perl. Third, learn python. -- http://mail.python.org/mailman/listinfo/python-list

Re: [perl-python] 20050127 traverse a dir

2005-01-27 Thread The Flow
Sorry about that... (I forgot what he was trying to teach) Thanks for the clarification -- The Flow -- http://mail.python.org/mailman/listinfo/python-list