Hey all, I'm trying to write python code that will open a textfile and find the email addresses inside it. I then want the code to take just the characters to the left of the "@" symbol, and place them in a list. (So if galileo...@gmail.com was in the file, 'galileo228' would be added to the list.)
Any suggestions would be much appeciated! Matt -- http://mail.python.org/mailman/listinfo/python-list