From 1d5adcdfd73f16d1ccce470186b632211f9b3842 Mon Sep 17 00:00:00 2001 From: Shubham Raj <54909290+Shubhamraj0106@users.noreply.github.com> Date: Thu, 1 Oct 2020 19:29:20 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ff2b36..ad4daee 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,6 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We #### IDE * [PyCharm](https://www.jetbrains.com/pycharm/) - Commercial Python IDE based on the IntelliJ platform by JetBrains. Free community edition available. + +#### File reading +The csv module’s reader and writer objects read and write sequences. Programmers can also read and write data in dictionary form using the DictReader and DictWriter classes