Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

file handling

  1. W

    Current best method for storing uploaded documents (2024)?

    Hi all, What is currently the best method, in terms of security as well as scalability and least complexity, to store user uploaded documents on a shared hosting platform? Is it to store the uploaded documents in a secure folder(s) location with a reference pointer (file path) in the...
  2. James

    Python File Handling In Python

    Welcome back! I haven't done a tutorial in a while, so I thought I'd do one on a topic that I see some people struggle with. File I/O handling. Let's get started then. First of all you need to know how to actually define that file and open it. test_file = open("myfile.txt","r") The line above...
Back
Top Bottom