<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Week 6: File I/O :: Notes Wiki</title>
    <link>https://wiki.sajidmahmood.me/cs-and-programming/cs50p/week6-file-io/index.html</link>
    <description>Week 6: Practice Code GitHub File Handling (I/O) (REF: Python File Open)&#xA;When programming, you have likely encountered a situation where all data is lost once your script finishes running. This happens because the data is stored in the memory, and when the program ends, the memory is cleared.&#xA;To solve this issue, Python offers a feature called File I/O, which allows you to read from or write to files, ensuring that data persists even after your program has ended.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>thesajid@proton.me (Sajid Mahmood)</managingEditor>
    <webMaster>thesajid@proton.me (Sajid Mahmood)</webMaster>
    <lastBuildDate></lastBuildDate>
    <atom:link href="https://wiki.sajidmahmood.me/cs-and-programming/cs50p/week6-file-io/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>