Intermediate
, Authentication & Environment Variables Send SMS\
1:34 Use PythonAnywhere to Automate the Python Script
9:10 Understanding Environment Variables and Hiding API Keys
Trading News Alert Project\
19:24 Day 36 Day Start
28:55 Solution & Walkthrough for Step 1-Check for Stock Price Movements
44:10 Solution & Walkthrough for Step 2-Get the News Articles
50:58 Solution & Walkthrough for Step 3-Send the SMS Messages
Tracking Project API Post Requests & Headers\
59:16 Day 37 Day Start
1:02:01 HTTP Post Requests
1:10:23 Advanced Authentication using an HTTP Header
1:21:15 Challenge Add a Pixel to the Habit Tracker using a Post Request
1:27:10 Autofilling today’s date using strftime
1:31:28 How to use HTTP Put and Delete Requests
Tracking Using Google Sheets\
1:38:03 Day 38 Day Start
Part 1 Flight Deal Finder\
1:41:41 Day 39 Day Start
Part 2 Flight Club\
1:46:19 Day 40 Day Start
Foundation-Introduction to HTML\
1:49:12 Day 41 Day Start
1:53:13 How Does the Internet Actually Work
1:58:56 How Do Websites Actually Work
2:05:16 Introduction to HTML
2:16:08 The Anatomy of an HTML Tag
2:27:04 What we’re building-HTML Personal Site
2:29:57 What is The HTML Boilerplate
2:46:58 How to Structure Text in HTML
2:57:59 HTML Lists
3:03:23 HTML Image Elements
3:10:56 HTML Links and Anchor Tags
Foundation-Intermediate HTML\
3:22:52 Day 42 Day Start
3:23:52 HTML Tables
3:35:50 Using HTML Tables for Layout
3:38:07 HTML Tables Code Challenge
3:39:52 HTML Tables Solution Walkthrough
3:46:35 HTML Forms
3:55:44 Forms in Practice-Create a Contact Me Form
4:06:05 Publish Your Website!
Foundation-Introduction to CSS\
4:16:19 Day 43 Day Start
4:17:04 Introduction to CSS
4:20:09 Inline CSS
4:30:44 Internal CSS
4:52:22 External CSS
5:00:51 How to Debug CSS Code
5:16:03 The Anatomy of CSS Syntax
5:29:42 CSS Selectors
5:36:05 Classes
Foundation-Intermediate CSS\
5:47:50 Day 44 Day Start
5:48:39 What We’ll Make-Stylised Personal Site
5:53:37 What Are Favicons
5:57:47 HTML Divs
6:11:18 The Box Model of Website Styling
6:30:58 CSS Display Property
6:46:10 CSS Static and Relative Positioning
7:00:46 Absolute positioning
7:12:59 The Dark Art of Centering Elements with CSS
7:22:02 Font Styling in Our Personal Site
7:36:19 Adding Content to Our Website
7:43:13 CSS Sizing
7:59:07 CSS Font Property Challenge Solutions
8:03:04 CSS Float and Clear
8:19:48 Stylised Personal Site Solution Walkthrough
Scraping with Beautiful Soup\
8:41:10 Day 45 Day Start
8:43:37 Parsing HTML and Making Soup
8:53:40 Finding and Selecting Particular Elements with BeautifulSoup
9:05:31 Scraping a Live Website
9:22:42 Is Web Scraping Legal
9:34:08 100 Movies that You Must Watch
a Spotify Playlist using the Musical Time Machine\
9:45:15 Day 46 Day Start
an Automated Amazon Price Tracker\
9:49:27 Day 47 Day Start
Webdriver Browser and Game Playing Bot\
9:54:58 Day 48 Day Start
9:57:49 How to Install & Set Up Selenium
10:09:44 How to Find and Select Elements on a Website with Selenium
10:21:27 Challenge Use Selenium to Scrape Website Data
10:29:39 Challenge Use Selenium in a Blank Project & Scrape a Different Piece of Data
10:34:09 How to Automate Filling Out Forms and Clicking Buttons with Selenium
10:44:51 The Cookie Clicker Project
Job Applications on LinkedIn\
10:48:30 Day 49 Day Start
Tinder Swiping Bot\
10:51:42 Day 50 Day Start
Speed Twitter Complaint Bot\
10:58:26 Day 51 Day Start
Follower Bot\
11:04:05 Day 52 Day Start
Scraping Capstone-Data Entry Job Automation\
11:07:32 Day 53 Day Start
to Web Development with Flask\
11:14:14 Understanding Backend Web Development with Python
11:22:10 Create your First Web Server with Flask
11:34:42 Understand the Command Line on Windows and Mac
11:47:53 __name__ and __main__ Special Attributes built into Python
11:51:51 Python Functions as First Class Objects Passing & Nesting Functions