Skip to content

Commit 28db9bb

Browse files
author
Vimal
committed
* Day 12 of #100DaysofCode
* Added Day-012/csv_file.txt * Updated README.md
1 parent 87634f1 commit 28db9bb

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

Day-012/csv_file.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
first_name,last_name,address,city,state,zip_code
2+
Tyrese,Hirthe,1404 Turner Ville,Strackeport,NY,19106-8813
3+
Jules,Dicki,2410 Estella Cape Suite 061,Lake Nickolasville,ME,00621-7435
4+
Dedric,Medhurst,6912 Dayna Shoal,Stiedemannberg,SC,43259-2273

README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ To guide me through the very basics and to the STL, I will be using the awesome
1616
* Python 101
1717
* Python 201 (Paid)
1818

19+
## I. Basics
20+
1921
### Day 1
2022
1. Strings
2123
2. Different ways of printing strings.
@@ -54,5 +56,18 @@ To guide me through the very basics and to the STL, I will be using the awesome
5456

5557
### Day 10
5658
1. Exceptions (try/except/else/finally)
57-
2. Working with files (Open, Read)
59+
2. Working with files (Open, Read, Write)
60+
61+
### Day 11
62+
1. `with` statement
63+
2. Importing modules to the namespace
64+
3. Functions
65+
4. Keyword arguments (*args, **kwargs)
66+
5. Classes
67+
6. Subclassing from other classes
68+
69+
## II. The Standard Library
5870

71+
### Day 12
72+
1. Introspection
73+
2. The `csv` module

0 commit comments

Comments
 (0)