2015
9:31 hours
├── 01 Python Basics
│ ├── 001 Get Python Installed.mp4
│ ├── 002 Basic Terminology and Using IDLE.mp4
│ └── 003 Writing Our First Program.mp4
├── 02 Flow Control
│ ├── 001 Flow Charts and Basic Flow Control Concepts.mp4
│ ├── 002 If, Else, and Elif Statements.mp4
│ ├── 003 While Loops.mp4
│ └── 004 For Loops.mp4
├── 03 Functions
│ ├── 001 Pythons Built-In Functions.mp4
│ ├── 002 Writing Your Own Functions.mp4
│ └── 003 Global and Local Scopes.mp4
├── 04 Handling Errors with tryexcept
│ └── 001 Try and Except Statements.mp4
├── 05 Writing a Complete Program Guess the Number
│ └── 001 Writing a Guess the Number Program.mp4
├── 06 Lists
│ ├── 001 The List Data Type.mp4
│ ├── 002 For Loops with Lists, Multiple Assignment, and Augmented Operators.mp4
│ ├── 003 List Methods.mp4
│ └── 004 Similarities Between Lists and Strings.mp4
├── 07 Dictionaries
│ ├── 001 The Dictionary Data Type.mp4
│ └── 002 Data Structures.mp4
├── 08 More About Strings
│ ├── 001 Advanced String Syntax.mp4
│ ├── 002 String Methods.mp4
│ └── 003 String Formatting.mp4
├── 09 Running Programs from the Command Line
│ └── 001 Launching Python Programs from Outside IDLE.mp4
├── 10 Regular Expressions
│ ├── 001 Regular Expression Basics.mp4
│ ├── 002 Regex Groups and the Pipe Character.mp4
│ ├── 003 Repetition in Regex Patterns and GreedyNongreedy Matching.mp4
│ ├── 004 Regex Character Classes and the findall Method.mp4
│ ├── 005 Regex Dot-Star and the CaretDollar Characters.mp4
│ ├── 006 Regex sub Method and Verbose Mode.mp4
│ └── 007 Regex Example Program A Phone and Email Scraper.mp4
├── 11 Files
│ ├── 001 Filenames and AbsoluteRelative File Paths.mp4
│ ├── 002 Reading and Writing Plaintext Files.mp4
│ ├── 003 Copying and Moving Files and Folders.mp4
│ ├── 004 Deleting Files.mp4
│ └── 005 Walking a Directory Tree.mp4
├── 12 Debugging
│ ├── 001 The raise and assert Statements.mp4
│ ├── 002 Logging.mp4
│ └── 003 Using the Debugger.mp4
├── 13 Web Scraping
│ ├── 001 The webbrowser Module.mp4
│ ├── 002 Downloading from the Web with the Requests Module.mp4
│ ├── 003 Parsing HTML with the Beautiful Soup Module.mp4
│ └── 004 Controlling the Browser with the Selenium Module.mp4
├── 14 Excel, Word, and PDF Documents
│ ├── 001 Reading Excel Spreadsheets.mp4
│ ├── 002 Editing Excel Spreadsheets.mp4
│ ├── 003 Reading and Editing PDFs.mp4
│ └── 004 Reading and Editing Word Documents.mp4
├── 15 Email
│ ├── 001 Sending Emails.mp4
│ └── 002 Checking Your Email Inbox.mp4
└── 16 GUI Automation
├── 001 Controlling the Mouse from Python.mp4
├── 002 Controlling the Keyboard from Python.mp4
├── 003 Screenshots and Image Recognition.mp4
└── 004 Congratulations And next steps….mp4