Skip to content

Commit 8295a72

Browse files
Update README.md
1 parent d151489 commit 8295a72

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

README.md

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -14,54 +14,55 @@ Day 3 | Loops: For Loops & While Loops: [Watch](https://www.codingforentrepreneu
1414

1515
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: [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-5-functions/) [Code](./Day 5/)
17+
Day 5 | Functions: [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-5-functions/) [Code](../master/Day 5/)
1818

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

21-
Day 7 | Classes: [Code](./Day 7/)
21+
Day 7 | Classes: [Code](../master/Day 7/)
2222

23-
Day 8 | Classes Part 2: [Code](./Day 8/)
23+
Day 8 | Classes Part 2: [Code](../master/Day 8/)
2424

25-
Day 9 | Classes Part 3, Importing, Custom Py Modules: [Code](./Day 9/)
25+
Day 9 | Classes Part 3, Importing, Custom Py Modules: [Code](../master/Day 9/)
2626

27-
Day 10 | Setup Python to Send Email with Gmail: [Code](./Day 10/)
27+
Day 10 | Setup Python to Send Email with Gmail: [Code](../master/Day 10/)
2828

29-
Day 11 | HTML and Plain Text Emails through Python and Gmail: [Code](./Day 11/)
29+
Day 11 | HTML and Plain Text Emails through Python and Gmail: [Code](../master/Day 11/)
3030

31-
Day 12 | Send Formatted Emails to a Set of Users with Python: [Code](./Day 12/)
31+
Day 12 | Send Formatted Emails to a Set of Users with Python: [Code](../master/Day 12/)
3232

33-
Day 13 | Using External Template Files with Context Data in Python: [Code](./Day 13/)
33+
Day 13 | Using External Template Files with Context Data in Python: [Code](../master/Day 13/)
3434

35-
Day 14 | CSV Files with Python - Read, Write, & Append: [Code](./Day 14/)
35+
Day 14 | CSV Files with Python - Read, Write, & Append: [Code](../master/Day 14/)
3636

37-
Day 15 | Functions to Dynamically Add Data to CSV with Python: [Code](./Day 15/)
37+
Day 15 | Functions to Dynamically Add Data to CSV with Python: [Code](../master/Day 15/)
3838

39-
Day 16 | Edit CSV with Python: [Code](./Day 16/)
39+
Day 16 | Edit CSV with Python: [Code](../master/Day 16/)
4040

4141
Day 17 | Read Data Function for CSV File:
42-
[Code](./Day 17/)
42+
[Code](../master/Day 17/)
4343

44-
Day 18 | Running Python Commands wih Arguments in Terminal: [Code](./Day 18/)
44+
Day 18 | Running Python Commands wih Arguments in Terminal: [Code](../master/Day 18/)
4545

46-
Day 19 | Integrating Part 1: [Code](./Day 19/)
46+
Day 19 | Integrating Part 1: [Code](../master/Day 19/)
4747

48-
Day 20 | Integrating Part 2: [Code](./Day 20/)
48+
Day 20 | Integrating Part 2: [Code](../master/Day 20/)
4949

50-
Day 21 - 23 | Web Scraping Part 1 - 3: [Code](./Day 21 - 23/)
50+
Day 21 - 23 | Web Scraping Part 1 - 3: [Code](../master/Day 21 - 23/)
5151

52-
Day 24 | Web Scraping Part 4: [Code](./Day 24/)
52+
Day 24 | Web Scraping Part 4: [Code](../master/Day 24/)
5353

54-
Day 25 | Web Scraping on Javascript-Driven HTML using Python: [Code](./Day 25/)
54+
Day 25 | Web Scraping on Javascript-Driven HTML using Python: [Code](../master/Day 25/)
5555

56-
Day 26 | Get Data with an API: [Code](./Day 26/)
56+
Day 26 | Get Data with an API: [Code](../master/Day 26/)
5757

58-
Day 27 | Sending SMS Messages with Python and Twilio: [Code](./Day 27/)
58+
Day 27 | Sending SMS Messages with Python and Twilio: [Code](../master/Day 27/)
5959

60-
Day 28 | Twilio Python Client & SMS: [Code](./Day 28/)
60+
Day 28 | Twilio Python Client & SMS: [Code](../master/Day 28/)
6161

62-
Day 29 | Twitter API with Python and `python-twitter`: [Code](./Day 29/)
62+
Day 29 | Twitter API with Python and `python-twitter`: [Code](../master/Day 29/)
63+
64+
Day 30 | Read Email Inbox using Python & Gmail: [Code](../master/Day 30/)
6365

64-
Day 30 | Read Email Inbox using Python & Gmail: [Code](./Day 30/)
6566
In this one we cover:
6667

6768
- Login with IMAP

0 commit comments

Comments
 (0)