Select Page

This Python function will read and text file and return the contents.

#usage yourContentHolder = return_text_file_content(path to text file)
def return_text_file_content(file):
    encoding_format = "utf-8"
    textDataFile = open(file, mode="r",encoding= encoding_format)
    textContent = textDataFile.read()
    textDataFile.close()
    return textContent

Usage – yourcontentholder = return_text_file_content(path and file name to text file)


Have a Project or Idea!?

I am Available for Freelance Projects

My skills are always primed and ready for new opportunities to be put to work, and I am ever on the lookout to connect with individuals who share a similar mindset.

If you’re intrigued and wish to collaborate, connect, or simply indulge in a stimulating conversation, don’t hesitate! Drop me an email and let’s begin our journey. I eagerly anticipate our interaction!

jamie@jamiestarling.com


Pin It on Pinterest

Share This