Filename Size 1. Python Basics/1. Get Python Installed.mp4 43.2 MB 1. Python Basics/1. Get Python Installed.srt 9.9 KB 1. Python Basics/1.1 Starting IDLE on Windows, Mac, or Linux.html 123 B 1. Python Basics/1.2 Installation instructions for Windows, Mac, and Linux.html 122 B 1. Python Basics/1.3 lesson1-recap.txt 381 B 1. Python Basics/2. Just a check in..html 118 B 1. Python Basics/3. Basic Terminology and Using IDLE.mp4 74.8 MB 1. Python Basics/3. Basic Terminology and Using IDLE.srt 143.6 MB 1. Python Basics/3.1 Instructions for starting IDLE..html 122 B 1. Python Basics/3.2 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html 109 B 1. Python Basics/3.3 lesson2-recap.txt 464 B 1. Python Basics/3.4 Evaluation of 2 + 3 6 and (2 + 3) 6.html 109 B 1. Python Basics/4. Writing Our First Program.mp4 80.3 MB 1. Python Basics/4. Writing Our First Program.srt 14 KB 1. Python Basics/4.1 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html 109 B 1. Python Basics/4.2 Evaluation of print('It is good to meet you, ' + myName).html 109 B 1. Python Basics/4.3 Evaluation of myName = input().html 109 B 1. Python Basics/4.4 lesson3-recap.txt 576 B 1. Python Basics/4.5 Evaluation of print(len(myName)).html 109 B 10. Regular Expressions/1. Regular Expression Basics.mp4 121.9 MB 10. Regular Expressions/1. Regular Expression Basics.srt 16.5 KB 10. Regular Expressions/1.1 lesson23-recap.txt 509 B 10. Regular Expressions/1.2 Chapter 7 – Pattern Matching with Regular Expressions.html 105 B 10. Regular Expressions/2. Regex Groups and the Pipe Character.mp4 60.9 MB 10. Regular Expressions/2. Regex Groups and the Pipe Character.srt 9.3 KB 10. Regular Expressions/2.1 lesson24-recap.txt 353 B 10. Regular Expressions/3. Repetition in Regex Patterns and GreedyNongreedy Matching.mp4 134.9 MB 10. Regular Expressions/3. Repetition in Regex Patterns and GreedyNongreedy Matching.srt 19.2 KB 10. Regular Expressions/3.1 lesson25-recap.txt 594 B 10. Regular Expressions/4. Regex Character Classes and the findall() Method.mp4 129.9 MB 10. Regular Expressions/4. Regex Character Classes and the findall() Method.srt 19.1 KB 10. Regular Expressions/4.1 lesson26-recap.txt 725 B 10. Regular Expressions/5. Regex Dot-Star and the CaretDollar Characters.mp4 134 MB 10. Regular Expressions/5. Regex Dot-Star and the CaretDollar Characters.srt 23 KB 10. Regular Expressions/5.1 lesson27-recap.txt 400 B 10. Regular Expressions/6. Regex sub() Method and Verbose Mode.mp4 82.8 MB 10. Regular Expressions/6. Regex sub() Method and Verbose Mode.srt 18.3 KB 10. Regular Expressions/6.1 lesson28-recap.txt 364 B 10. Regular Expressions/7. Regex Example Program A Phone and Email Scraper.mp4 155.8 MB 10. Regular Expressions/7. Regex Example Program A Phone and Email Scraper.srt 25.7 KB 10. Regular Expressions/7.1 An example phoneemail directory PDF..html 132 B 11. Files/1. Filenames and AbsoluteRelative File Paths.mp4 167 MB 11. Files/1. Filenames and AbsoluteRelative File Paths.srt 27.2 KB 11. Files/1.1 lesson30-recap.txt 1 KB 11. Files/1.2 Chapter 8 – Reading and Writing Files.html 105 B 11. Files/2. Reading and Writing Plaintext Files.mp4 109.2 MB 11. Files/2. Reading and Writing Plaintext Files.srt 17.5 KB 11. Files/2.1 lesson31-recap.txt 616 B 11. Files/3. Copying and Moving Files and Folders.mp4 34.7 MB 11. Files/3. Copying and Moving Files and Folders.srt 5.6 KB 11. Files/4. Deleting Files.mp4 63.9 MB 11. Files/4. Deleting Files.srt 9.8 KB 11. Files/4.1 lesson33-recap.txt 279 B 11. Files/5. Walking a Directory Tree.mp4 55 MB 11. Files/5. Walking a Directory Tree.srt 11.3 KB 12. Debugging/1. The raise and assert Statements.mp4 119.8 MB 12. Debugging/1. The raise and assert Statements.srt 23.1 KB 12. Debugging/1.1 Chapter 10 – Debugging.html 106 B 12. Debugging/1.2 lesson35-recap.txt 272 B 12. Debugging/2. Logging.mp4 73 MB 12. Debugging/2. Logging.srt 13.7 KB 12. Debugging/2.1 lesson36-recap.txt 616 B 12. Debugging/3. Using the Debugger.mp4 122.6 MB 12. Debugging/3. Using the Debugger.srt 21.2 KB 12. Debugging/3.1 lesson37-recap.txt 784 B 13. Web Scraping/1. The webbrowser Module.mp4 82.6 MB 13. Web Scraping/1. The webbrowser Module.srt 14.4 KB 13. Web Scraping/1.1 Chapter 11 – Web Scraping.html 106 B 13. Web Scraping/2. Downloading from the Web with the Requests Module.mp4 52.5 MB 13. Web Scraping/2. Downloading from the Web with the Requests Module.srt 9.3 KB 13. Web Scraping/2.1 lesson39-recap.txt 300 B 13. Web Scraping/3. Parsing HTML with the Beautiful Soup Module.mp4 106.9 MB 13. Web Scraping/3. Parsing HTML with the Beautiful Soup Module.srt 18.3 KB 13. Web Scraping/3.1 lesson40-recap.txt 530 B 13. Web Scraping/4. Controlling the Browser with the Selenium Module.mp4 105 MB 13. Web Scraping/4. Controlling the Browser with the Selenium Module.srt 13.2 KB 13. Web Scraping/4.1 lesson41-recap.txt 787 B 14. Excel, Word, and PDF Documents/1. Reading Excel Spreadsheets.mp4 60.2 MB 14. Excel, Word, and PDF Documents/1. Reading Excel Spreadsheets.srt 11 KB 14. Excel, Word, and PDF Documents/1.1 Chapter 12 – Working with Excel Spreadsheets.html 106 B 14. Excel, Word, and PDF Documents/1.2 lesson42-recap.txt 392 B 14. Excel, Word, and PDF Documents/2. Editing Excel Spreadsheets.mp4 47.8 MB 14. Excel, Word, and PDF Documents/2. Editing Excel Spreadsheets.srt 7.3 KB 14. Excel, Word, and PDF Documents/2.1 lesson43-recap.txt 260 B 14. Excel, Word, and PDF Documents/3. Reading and Editing PDFs.mp4 121.9 MB 14. Excel, Word, and PDF Documents/3. Reading and Editing PDFs.srt 16.8 KB 14. Excel, Word, and PDF Documents/3.1 Chapter 13 – Working with PDF and Word Documents.html 106 B 14. Excel, Word, and PDF Documents/3.2 lesson44-recap.txt 463 B 14. Excel, Word, and PDF Documents/4. Reading and Editing Word Documents.mp4 111.4 MB 14. Excel, Word, and PDF Documents/4. Reading and Editing Word Documents.srt 16.5 KB 14. Excel, Word, and PDF Documents/4.1 lesson45-recap.txt 777 B 15. Email/1. Sending Emails.mp4 76.2 MB 15. Email/1. Sending Emails.srt 13.6 KB 15. Email/1.1 Chapter 16 – Sending Email and Text Messages.html 106 B 15. Email/2. Checking Your Email Inbox.mp4 168.9 MB 15. Email/2. Checking Your Email Inbox.srt 20.8 KB 16. GUI Automation/1. Controlling the Mouse from Python.mp4 107.9 MB 16. GUI Automation/1. Controlling the Mouse from Python.srt 20.4 KB 16. GUI Automation/1.1 lesson48-recap.txt 859 B