Python 3.4 - Reading/ Writing Files

In python you may have a program or some data that you would like to store. You may have a file or bunch of files that you may need to work with. You can read files and write new files with your programs. By saving or linking to files in the same directory or elsewhere you can do this.

 https://www.youtube.com/watch?v=Olq86NN6-Ko

https://www.youtube.com/watch?v=Uh2ebFW8OYM

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram