Skip to content

Commit 35b86ae

Browse files
Update readme
1 parent ab7aefa commit 35b86ae

File tree

1 file changed

+22
-24
lines changed

1 file changed

+22
-24
lines changed

README.md

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,69 +6,67 @@ For the next 30 days, learn the Python Programming language.
66

77

88
### Lectures
9-
Day 1 - Basics: Setup, Strings, Variables, and Integers: [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-1-basics-setup-strings-variables-and-integers/)
9+
Day 1 | Basics: Setup, Strings, Variables, and Integers: [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-1-basics-setup-strings-variables-and-integers/)
1010

11-
Day 2 - Lists: Dictionaries, & Tuples: [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-2-lists-dictionaries-tuples/)
11+
Day 2 | Lists: Dictionaries, & Tuples: [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-2-lists-dictionaries-tuples/)
1212

13-
Day 3 - Loops: For Loops & While Loops: [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-3-loops-loops-while-loops/)
13+
Day 3 | Loops: For Loops & While Loops: [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-3-loops-loops-while-loops/)
1414

15-
Day 4 - Conditionals: Expressions, if, else if (elif), else : [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-4-conditionals-expressions-if-else-if-elif-els/)
15+
Day 4 | Conditionals: Expressions, if, else if (elif), else : [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-4-conditionals-expressions-if-else-if-elif-els/)
1616

17-
Day 5 - Functions:
17+
Day 5 | Functions:
1818
[Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-5-functions/)
1919
[Code](./Day 5/)
2020

21-
Day 6 - String Formatting, Substitution & more Functions:
21+
Day 6 | String Formatting, Substitution & more Functions:
2222
[Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-6-string-formatting-substitution-and-more-func/)
2323
[Code](./Day 6/)
2424

25-
Day 7 - Classes:
25+
Day 7 | Classes:
2626
[Code](./Day 7/)
2727

28-
Day 8 - Classes Part 2:
28+
Day 8 | Classes Part 2:
2929
[Code](./Day 8/)
3030

31-
Day 9 - Classes Part 3, Importing, Custom Py Modules:
31+
Day 9 | Classes Part 3, Importing, Custom Py Modules:
3232
[Code](./Day 9/)
3333

34-
Day 10 - Setup Python to Send Email with Gmail:
34+
Day 10 | Setup Python to Send Email with Gmail:
3535
[Code](./Day 10/)
3636

37-
Day 11 - HTML and Plain Text Emails through Python and Gmail:
37+
Day 11 | HTML and Plain Text Emails through Python and Gmail:
3838
[Code](./Day 11/)
3939

40-
Day 12 - Send Formatted Emails to a Set of Users with Python:
40+
Day 12 | Send Formatted Emails to a Set of Users with Python:
4141
[Code](./Day 12/)
4242

43-
Day 13 - Using External Template Files with Context Data in Python:
43+
Day 13 | Using External Template Files with Context Data in Python:
4444
[Code](./Day 13/)
4545

46-
Day 14 - CSV Files with Python - Read, Write, & Append:
46+
Day 14 | CSV Files with Python - Read, Write, & Append:
4747
[Code](./Day 14/)
4848

49-
Day 15 - Functions to Dynamically Add Data to CSV with Python:
49+
Day 15 | Functions to Dynamically Add Data to CSV with Python:
5050
[Code](./Day 15/)
5151

52-
Day 16 - Edit CSV with Python:
52+
Day 16 | Edit CSV with Python:
5353
[Code](./Day 16/)
5454

55-
Day 17 - Read Data Function for CSV File:
55+
Day 17 | Read Data Function for CSV File:
5656
[Code](./Day 17/)
5757

58-
Day 18 - Running Python Commands wih Arguments in Terminal:
58+
Day 18 | Running Python Commands wih Arguments in Terminal:
5959
[Code](./Day 18/)
6060

61-
Day 19 - Integrating Part 1:
61+
Day 19 | Integrating Part 1:
6262
[Code](./Day 19/)
6363

64-
Day 20 - Integrating Part 2:
64+
Day 20 | Integrating Part 2:
6565
[Code](./Day 20/)
6666

67-
Day 21: _coming soon_
67+
Day 21 - 23 | Web Scraping Part 1 - 3:
68+
[Code](./Day 21 - 23/)
6869

69-
Day 22: _coming soon_
70-
71-
Day 23: _coming soon_
7270

7371
Day 24: _coming soon_
7472

0 commit comments

Comments
 (0)