Python

TwitterFacebook
Get flash to fully experience Pearltrees

Reading Text Files

http://effbot.org/zone/readline-performance.htm This snippet reads the file line by line. If readline reaches the end of the file, it returns an empty string. Otherwise, it returns the line of text, including the trailing newline character.
http://www.daniweb.com/code/snippet216630.html DaniWeb is a massive community of nearly a million software developers, web developers, Internet marketers, and technology gurus who are all enthusiastic about making contacts, networking, and learning from each other. If this is your first visit to DaniWeb, you're encouraged to check out our homepage and see all that we have to offer.

File Handling with Python - Python

python - How to read path from a txt file and copy those file to a new directory? - Stack Overflow

http://stackoverflow.com/questions/851689/how-to-read-path-from-a-txt-file-and-copy-those-file-to-a-new-directory I am reading path from temp.txt file which has 500 lines each line is a path for specific file to be copied to location "C:\opencascade" How to convert 'i' in above code to be raw string to make the code work

FrontPage - py2exe.org

py2exe is a Python Distutils extension which converts Python scripts into executable Windows programs, able to run without requiring a Python installation. http://www.py2exe.org/