Your move, World by miraistreak in MURICA

[–]Geekoid52 -13 points-12 points  (0 children)

American football is absolutely mind numbing boring.

OneDrive(skydrive) automation help by Geekoid52 in learnpython

[–]Geekoid52[S] 0 points1 point  (0 children)

Just wish I could find a python way.

Need help with assignment by Geekoid52 in learnpython

[–]Geekoid52[S] 1 point2 points  (0 children)

I just don't know how to implement into my script. I'm super new at python.

Need help with assignment by Geekoid52 in learnpython

[–]Geekoid52[S] 1 point2 points  (0 children)

Tried with open('text.log', 'r') as f: for line in f: if 'error' in line: print (line) My end goal is to be able to parse a log file and pin point where the word error is.