TorBT - Torrents and Magnet Links Search Engine

Automate the Boring Stuff with Python Programming

File Name
Size
[TutsNode.com] - Automate the Boring Stuff with Python Programming/15. Email/2. Checking Your Email Inbox.mp4
111 MB
TutsNode.com.txt
63 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/1. Get Python Installed.mp4
23 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/1. Get Python Installed.srt
9.9 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/1.1 Starting IDLE on Windows, Mac, or Linux.html
123 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/1.2 lesson1-recap.txt
386 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/1.3 Installation instructions for Windows, Mac, and Linux.html
122 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/2. Just a check in..html
118 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/3. Basic Terminology and Using IDLE.mp4
36 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/3. Basic Terminology and Using IDLE.srt
16 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/3.1 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html
109 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/3.2 Evaluation of 2 + 3 6 and (2 + 3) 6.html
109 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/3.3 lesson2-recap.txt
471 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/3.4 Instructions for starting IDLE..html
122 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/4. Writing Our First Program.mp4
34 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/4. Writing Our First Program.srt
14 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/4.1 lesson3-recap.txt
583 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/4.2 Evaluation of print(len(myName)).html
109 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/4.3 Evaluation of print('It is good to meet you, ' + myName).html
109 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/4.4 Evaluation of myName = input().html
109 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/1. Python Basics/4.5 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html
109 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/1. Flow Charts and Basic Flow Control Concepts.mp4
21 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/1. Flow Charts and Basic Flow Control Concepts.srt
9.1 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/1.1 lesson4-recap.txt
338 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/1.2 Chapter 2 – Flow Control.html
105 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/2. If, Else, and Elif Statements.mp4
42 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/2. If, Else, and Elif Statements.srt
14 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/2.1 lesson5-recap.txt
662 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/3. While Loops.mp4
34 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/3. While Loops.srt
13 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/3.1 lesson6-recap.txt
434 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/4. For Loops.mp4
30 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/4. For Loops.srt
8.7 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/2. Flow Control/4.1 lesson7-recap.txt
220 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/1. Python's Built-In Functions.mp4
28 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/1. Python's Built-In Functions.srt
8.5 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/1.1 lesson8-recap.txt
365 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/1.2 Chapter 3 – Functions.html
105 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/2. Writing Your Own Functions.mp4
48 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/2. Writing Your Own Functions.srt
16 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/2.1 Evaluation of 'Hello has ' + str(len('hello')) + ' letters in it.'.html
109 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/2.2 lesson9-recap.txt
709 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/3. Global and Local Scopes.mp4
38 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/3. Global and Local Scopes.srt
17 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/3. Functions/3.1 lesson10-recap.txt
748 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/4. Handling Errors with tryexcept/1. Try and Except Statements.mp4
37 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/4. Handling Errors with tryexcept/1. Try and Except Statements.srt
9.1 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/4. Handling Errors with tryexcept/1.1 lesson11-recap.txt
486 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/5. Writing a Complete Program Guess the Number/1. Writing a Guess the Number Program.mp4
61 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/5. Writing a Complete Program Guess the Number/1. Writing a Guess the Number Program.srt
16 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/1. The List Data Type.mp4
42 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/1. The List Data Type.srt
15 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/1.1 lesson13-recap.txt
681 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/1.2 Evaluation 1.html
110 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/1.3 Evaluation 4.html
110 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/1.4 Evaluation 2.html
110 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/1.5 Chapter 4 – Lists.html
105 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/1.6 Evaluation 3.html
110 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/2. For Loops with Lists, Multiple Assignment, and Augmented Operators.mp4
40 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/2. For Loops with Lists, Multiple Assignment, and Augmented Operators.srt
11 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/2.1 lesson14-recap.txt
319 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/3. List Methods.mp4
54 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/3. List Methods.srt
13 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/3.1 lesson15-recap.txt
565 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/4. Similarities Between Lists and Strings.mp4
58 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/4. Similarities Between Lists and Strings.srt
21 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/6. Lists/4.1 lesson16-recap.txt
541 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/7. Dictionaries/1. The Dictionary Data Type.mp4
93 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/7. Dictionaries/1. The Dictionary Data Type.srt
24 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/7. Dictionaries/1.1 lesson17-recap.txt
691 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/7. Dictionaries/1.2 Chapter 5 – Dictionaries and Structuring Data.html
105 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/7. Dictionaries/2. Data Structures.mp4
42 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/7. Dictionaries/2. Data Structures.srt
12 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/8. More About Strings/1. Advanced String Syntax.mp4
35 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/8. More About Strings/1. Advanced String Syntax.srt
11 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/8. More About Strings/1.1 lesson19-recap.txt
10 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/8. More About Strings/1.2 Chapter 6 – Manipulating Strings.html
105 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/8. More About Strings/2. String Methods.mp4
61 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/8. More About Strings/2. String Methods.srt
24 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/8. More About Strings/2.1 lesson20-recap.txt
816 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/8. More About Strings/3. String Formatting.mp4
13 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/8. More About Strings/3. String Formatting.srt
4.4 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/9. Running Programs from the Command Line/1. Launching Python Programs from Outside IDLE.mp4
58 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/9. Running Programs from the Command Line/1. Launching Python Programs from Outside IDLE.srt
19 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/9. Running Programs from the Command Line/1.1 Running Python Programs on OS X and Linux.html
124 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/9. Running Programs from the Command Line/1.2 Appendix B – Running Programs.html
106 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/9. Running Programs from the Command Line/1.3 lesson22-recap.txt
504 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/1. Regular Expression Basics.mp4
55 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/1. Regular Expression Basics.srt
16 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/1.1 Chapter 7 – Pattern Matching with Regular Expressions.html
105 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/1.2 lesson23-recap.txt
515 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/2. Regex Groups and the Pipe Character.mp4
32 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/2. Regex Groups and the Pipe Character.srt
9.3 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/2.1 lesson24-recap.txt
357 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/3. Repetition in Regex Patterns and GreedyNongreedy Matching.mp4
78 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/3. Repetition in Regex Patterns and GreedyNongreedy Matching.srt
19 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/3.1 lesson25-recap.txt
601 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/4. Regex Character Classes and the findall() Method.mp4
79 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/4. Regex Character Classes and the findall() Method.srt
19 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/4.1 lesson26-recap.txt
731 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/5. Regex Dot-Star and the CaretDollar Characters.mp4
75 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/5. Regex Dot-Star and the CaretDollar Characters.srt
23 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/5.1 lesson27-recap.txt
403 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/6. Regex sub() Method and Verbose Mode.mp4
46 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/6. Regex sub() Method and Verbose Mode.srt
18 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/6.1 lesson28-recap.txt
367 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/7. Regex Example Program A Phone and Email Scraper.mp4
94 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/7. Regex Example Program A Phone and Email Scraper.srt
26 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/10. Regular Expressions/7.1 An example phoneemail directory PDF..html
132 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/1. Filenames and AbsoluteRelative File Paths.mp4
98 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/1. Filenames and AbsoluteRelative File Paths.srt
27 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/1.1 lesson30-recap.txt
1.0 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/1.2 Chapter 8 – Reading and Writing Files.html
105 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/2. Reading and Writing Plaintext Files.mp4
61 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/2. Reading and Writing Plaintext Files.srt
18 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/2.1 lesson31-recap.txt
623 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/3. Copying and Moving Files and Folders.mp4
20 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/3. Copying and Moving Files and Folders.srt
5.6 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/4. Deleting Files.mp4
36 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/4. Deleting Files.srt
9.8 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/4.1 lesson33-recap.txt
283 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/5. Walking a Directory Tree.mp4
30 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/11. Files/5. Walking a Directory Tree.srt
11 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/1. The raise and assert Statements.mp4
68 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/1. The raise and assert Statements.srt
23 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/1.1 lesson35-recap.txt
274 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/1.2 Chapter 10 – Debugging.html
106 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/2. Logging.mp4
42 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/2. Logging.srt
14 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/2.1 lesson36-recap.txt
622 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/3. Using the Debugger.mp4
66 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/3. Using the Debugger.srt
21 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/12. Debugging/3.1 lesson37-recap.txt
792 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/1. The webbrowser Module.mp4
45 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/1. The webbrowser Module.srt
14 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/1.1 Chapter 11 – Web Scraping.html
106 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/2. Downloading from the Web with the Requests Module.mp4
30 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/2. Downloading from the Web with the Requests Module.srt
9.3 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/2.1 lesson39-recap.txt
303 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/3. Parsing HTML with the Beautiful Soup Module.mp4
63 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/3. Parsing HTML with the Beautiful Soup Module.srt
18 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/3.1 lesson40-recap.txt
536 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/4. Controlling the Browser with the Selenium Module.mp4
63 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/4. Controlling the Browser with the Selenium Module.srt
13 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/13. Web Scraping/4.1 lesson41-recap.txt
795 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/1. Reading Excel Spreadsheets.mp4
33 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/1. Reading Excel Spreadsheets.srt
11 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/1.1 lesson42-recap.txt
397 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/1.2 Chapter 12 – Working with Excel Spreadsheets.html
106 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/2. Editing Excel Spreadsheets.mp4
27 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/2. Editing Excel Spreadsheets.srt
7.3 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/2.1 lesson43-recap.txt
262 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/3. Reading and Editing PDFs.mp4
77 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/3. Reading and Editing PDFs.srt
17 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/3.1 Chapter 13 – Working with PDF and Word Documents.html
106 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/3.2 lesson44-recap.txt
469 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/4. Reading and Editing Word Documents.mp4
62 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/4. Reading and Editing Word Documents.srt
16 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/14. Excel, Word, and PDF Documents/4.1 lesson45-recap.txt
11 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/15. Email/1. Sending Emails.mp4
44 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/15. Email/1. Sending Emails.srt
14 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/15. Email/1.1 Chapter 16 – Sending Email and Text Messages.html
106 B
[TGx]Downloaded from torrentgalaxy.to .txt
585 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/15. Email/2. Checking Your Email Inbox.srt
21 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/1. Controlling the Mouse from Python.mp4
62 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/1. Controlling the Mouse from Python.srt
20 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/1.1 lesson48-recap.txt
868 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/1.2 Chapter 18 – Controlling the Keyboard and Mouse with GUI Automation.html
106 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/2. Controlling the Keyboard from Python.mp4
28 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/2. Controlling the Keyboard from Python.srt
7.2 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/2.1 lesson49-recap.txt
469 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/3. Screenshots and Image Recognition.mp4
43 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/3. Screenshots and Image Recognition.srt
11 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/3.1 lesson50-recap.txt
10 kB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/3.2 Bot programmed in Python to play Sushi Go Round.html
104 B
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/4. Congratulations! (And next steps...).mp4
1.8 MB
[TutsNode.com] - Automate the Boring Stuff with Python Programming/16. GUI Automation/4. Congratulations! (And next steps...).srt
2.2 kB