Skip to content

Commit d151489

Browse files
Update README.md
1 parent b2f947f commit d151489

File tree

1 file changed

+22
-46
lines changed

1 file changed

+22
-46
lines changed

README.md

Lines changed: 22 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -14,76 +14,52 @@ 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:
18-
[Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-5-functions/)
19-
[Code](./Day 5/)
17+
Day 5 | Functions: [Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-5-functions/) [Code](./Day 5/)
2018

21-
Day 6 | String Formatting, Substitution & more Functions:
22-
[Watch](https://www.codingforentrepreneurs.com/projects/30-days-python/day-6-string-formatting-substitution-and-more-func/)
23-
[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](./Day 6/)
2420

25-
Day 7 | Classes:
26-
[Code](./Day 7/)
21+
Day 7 | Classes: [Code](./Day 7/)
2722

28-
Day 8 | Classes Part 2:
29-
[Code](./Day 8/)
23+
Day 8 | Classes Part 2: [Code](./Day 8/)
3024

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

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

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

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

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

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

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

52-
Day 16 | Edit CSV with Python:
53-
[Code](./Day 16/)
39+
Day 16 | Edit CSV with Python: [Code](./Day 16/)
5440

5541
Day 17 | Read Data Function for CSV File:
5642
[Code](./Day 17/)
5743

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

61-
Day 19 | Integrating Part 1:
62-
[Code](./Day 19/)
46+
Day 19 | Integrating Part 1: [Code](./Day 19/)
6347

64-
Day 20 | Integrating Part 2:
65-
[Code](./Day 20/)
48+
Day 20 | Integrating Part 2: [Code](./Day 20/)
6649

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

70-
Day 24 | Web Scraping Part 4:
71-
[Code](./Day 24/)
52+
Day 24 | Web Scraping Part 4: [Code](./Day 24/)
7253

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

76-
Day 26 | Get Data with an API:
77-
[Code](./Day 26/)
56+
Day 26 | Get Data with an API: [Code](./Day 26/)
7857

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

82-
Day 28 | Twilio Python Client & SMS:
83-
[Code](./Day 28/)
60+
Day 28 | Twilio Python Client & SMS: [Code](./Day 28/)
8461

85-
Day 29 | Twitter API with Python and `python-twitter`:
86-
[Code](./Day 29/)
62+
Day 29 | Twitter API with Python and `python-twitter`: [Code](./Day 29/)
8763

8864
Day 30 | Read Email Inbox using Python & Gmail: [Code](./Day 30/)
8965
In this one we cover:

0 commit comments

Comments
 (0)