Working with files: Difference between revisions

From Computer Science Wiki
(Created page with "right|frame|Object-Oriented Programming<ref>http://www.flaticon.com/</ref> There are several ways to present the output of a program; data...")
 
No edit summary
Line 1: Line 1:
[[file:Hierarchical-structure.png|right|frame|Object-Oriented Programming<ref>http://www.flaticon.com/</ref>]]
[[file:Hierarchical-structure.png|right|frame|Object-Oriented Programming<ref>http://www.flaticon.com/</ref>]]


There are several ways to present the output of a program; data can be printed in a human-readable form, or written to a file for future use. This chapter will discuss some of the possibilities.<ref>https://docs.python.org/3/tutorial/inputoutput.html</ref>
There are several ways to present the output of a program; data can be printed in a human-readable form, or written to a file for future use. <ref>https://docs.python.org/3/tutorial/inputoutput.html</ref>
 
== File input / output ==
 
== File formats ==
 
=== XML ===
 
=== JSON ===
 
=== Plain Text ===





Revision as of 12:21, 28 June 2019

Object-Oriented Programming[1]

There are several ways to present the output of a program; data can be printed in a human-readable form, or written to a file for future use. [2]

File input / output[edit]

File formats[edit]

XML[edit]

JSON[edit]

Plain Text[edit]

Helpful Links[edit]

References[edit]