Hi, i have little expertise on python and redis, but i started a project on
github, i'm looking for any guidelines, help, or advices, hope you don't mind
my noob coding.
https://github.com/Markcial/BottledJinn
--
http://mail.python.org/mailman/listinfo/python-list
The function expects an excel file. It cannot read a plain text
file. You would need to figure out a way to convert the text file
data into an excel format and save it to a new file first.
The proper way to handle this is to make your data processing
functions expect a defined format. Then, you
I have a script that reads an excel file and and do manipulations on
it. But, now, I have a text file that needs the same manipulation. I
tried the same script, but it will not work, when I use command such
as: workbook = xlrd.open_workbook('C:/trial.txt'), its giving me
errors saying "expected BOF
This is smells of homework. Here are few alternative solutions of mine
that I don't like. I presume a good teacher will refuse them all,
because no one of them uses the right tool :-) And every one of them
has some small problem (even if they work here).
data = """\
TABLE
black
blue
red
CHAIR
yell
En Wed, 06 Feb 2008 01:52:08 -0200, Gabriel Genellina
<[EMAIL PROTECTED]> escribió:
> I have a text file with marked up data that I need to convert into a
> text tab separated file.
Sorry, I sent the code too early:
rows = []
row = None
for line in file1:
line = line.strip() # remove lead
En Wed, 06 Feb 2008 00:54:49 -0200, Tess <[EMAIL PROTECTED]> escribió:
> I have a text file with marked up data that I need to convert into a
> text tab separated file.
>
> The structure of the input file is listed below (see file 1) and the
> desired output file is below as well (see file 2).
>
>
Hello All,
I have a text file with marked up data that I need to convert into a
text tab separated file.
The structure of the input file is listed below (see file 1) and the
desired output file is below as well (see file 2).
I am a complete novice with python and would appreciate any tips you
ma
Hi There,
I Posted a while ago about a challenge I had in splitting an E-Mail
adress up to use it. Anyways, the same script but different issue.
Some Background:
The script is going to be used to manage a Virtual User Based E-Mail
system. Now the part I'm struggling with is to delete the E-Mail
a