FileMood

Download [Tutorialsplanet.NET] Udemy - Automate the Boring Stuff with Python Programming

Tutorialsplanet NET Udemy Automate the Boring Stuff with Python Programming

Name

[Tutorialsplanet.NET] Udemy - Automate the Boring Stuff with Python Programming

  DOWNLOAD Copy Link

Trouble downloading? see How To

Total Size

3.3 GB

Total Files

143

Hash

115A33B397AC286C2E5BAEAE5F8CCD3A439EB43D

/1. Python Basics/

1. Get Python Installed.mp4

24.0 MB

1. Get Python Installed.vtt

9.4 KB

1.1 Installation instructions for Windows, Mac, and Linux.html

0.1 KB

1.1 Starting IDLE on Windows, Mac, or Linux.html

0.1 KB

1.2 Installation instructions for Windows, Mac, and Linux.html

0.1 KB

1.2 Starting IDLE on Windows, Mac, or Linux.html

0.1 KB

2. Just a check in..html

0.1 KB

3. Basic Terminology and Using IDLE.mp4

38.1 MB

3. Basic Terminology and Using IDLE.vtt

38.1 MB

3.1 Evaluation of 2 + 3 6 and (2 + 3) 6.html

0.1 KB

3.2 Instructions for starting IDLE..html

0.1 KB

3.3 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html

0.1 KB

4. Writing Our First Program.mp4

35.8 MB

4. Writing Our First Program.vtt

13.1 KB

4.1 Evaluation of myName = input().html

0.1 KB

4.1 Evaluation of print('It is good to meet you, ' + myName).html

0.1 KB

4.2 Evaluation of myName = input().html

0.1 KB

4.2 Evaluation of print('It is good to meet you, ' + myName).html

0.1 KB

4.3 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html

0.1 KB

4.4 Evaluation of print(len(myName)).html

0.1 KB

/10. Regular Expressions/

1. Regular Expression Basics.mp4

57.4 MB

1. Regular Expression Basics.vtt

57.4 MB

1.1 Chapter 7 – Pattern Matching with Regular Expressions.html

0.1 KB

2. Regex Groups and the Pipe Character.mp4

22.3 MB

2. Regex Groups and the Pipe Character.vtt

8.6 KB

3. Repetition in Regex Patterns and GreedyNongreedy Matching.mp4

81.9 MB

3. Repetition in Regex Patterns and GreedyNongreedy Matching.vtt

17.7 KB

4. Regex Character Classes and the findall() Method.mp4

82.7 MB

4. Regex Character Classes and the findall() Method.vtt

17.6 KB

5. Regex Dot-Star and the CaretDollar Characters.mp4

78.4 MB

5. Regex Dot-Star and the CaretDollar Characters.vtt

78.4 MB

6. Regex sub() Method and Verbose Mode.mp4

48.5 MB

6. Regex sub() Method and Verbose Mode.vtt

16.9 KB

7. Regex Example Program A Phone and Email Scraper.mp4

98.4 MB

7. Regex Example Program A Phone and Email Scraper.vtt

23.6 KB

7.1 The PDF used in this lesson..html

0.1 KB

/11. Files/

1. Filenames and AbsoluteRelative File Paths.mp4

103.1 MB

1. Filenames and AbsoluteRelative File Paths.vtt

25.0 KB

1.1 Chapter 8 – Reading and Writing Files.html

0.1 KB

2. Reading and Writing Plaintext Files.mp4

64.3 MB

2. Reading and Writing Plaintext Files.vtt

64.4 MB

3. Copying and Moving Files and Folders.mp4

20.5 MB

3. Copying and Moving Files and Folders.vtt

5.2 KB

4. Deleting Files.mp4

37.6 MB

4. Deleting Files.vtt

9.0 KB

5. Walking a Directory Tree.mp4

31.7 MB

5. Walking a Directory Tree.vtt

10.5 KB

/12. Debugging/

1. The raise and assert Statements.mp4

71.3 MB

1. The raise and assert Statements.vtt

71.3 MB

1.1 Chapter 10 – Debugging.html

0.1 KB

2. Logging.mp4

43.5 MB

2. Logging.vtt

12.6 KB

3. Using the Debugger.mp4

69.2 MB

3. Using the Debugger.vtt

19.5 KB

/13. Web Scraping/

1. The webbrowser Module.mp4

47.1 MB

1. The webbrowser Module.vtt

47.1 MB

1.1 Chapter 11 – Web Scraping.html

0.1 KB

2. Downloading from the Web with the Requests Module.mp4

31.6 MB

2. Downloading from the Web with the Requests Module.vtt

8.6 KB

3. Parsing HTML with the Beautiful Soup Module.mp4

65.9 MB

3. Parsing HTML with the Beautiful Soup Module.vtt

16.8 KB

4. Controlling the Browser with the Selenium Module.mp4

66.1 MB

4. Controlling the Browser with the Selenium Module.vtt

12.1 KB

/14. Excel, Word, and PDF Documents/

1. Reading Excel Spreadsheets.mp4

34.5 MB

1. Reading Excel Spreadsheets.vtt

34.5 MB

1.1 Chapter 12 – Working with Excel Spreadsheets.html

0.1 KB

2. Editing Excel Spreadsheets.mp4

28.0 MB

2. Editing Excel Spreadsheets.vtt

6.8 KB

3. Reading and Editing PDFs.mp4

81.1 MB

3. Reading and Editing PDFs.vtt

31.7 MB

3.1 Chapter 13 – Working with PDF and Word Documents.html

0.1 KB

4. Reading and Editing Word Documents.mp4

65.1 MB

4. Reading and Editing Word Documents.vtt

15.1 KB

/15. Email/

1. Sending Emails.mp4

45.6 MB

1. Sending Emails.vtt

12.4 KB

1.1 Chapter 16 – Sending Email and Text Messages.html

0.1 KB

2. Checking Your Email Inbox.mp4

116.4 MB

2. Checking Your Email Inbox.vtt

0.0 KB

/16. GUI Automation/

1. Controlling the Mouse from Python.mp4

65.6 MB

1. Controlling the Mouse from Python.vtt

18.7 KB

1.1 Chapter 18 – Controlling the Keyboard and Mouse with GUI Automation.html

0.1 KB

2. Controlling the Keyboard from Python.mp4

29.6 MB

2. Controlling the Keyboard from Python.vtt

6.6 KB

3. Screenshots and Image Recognition.mp4

45.0 MB

3. Screenshots and Image Recognition.vtt

10.2 KB

3.1 Bot programmed in Python to play Sushi Go Round.html

0.1 KB

4. Congratulations! (And next steps...).mp4

1.9 MB

4. Congratulations! (And next steps...).vtt

2.0 KB

/2. Flow Control/

1. Flow Charts and Basic Flow Control Concepts.mp4

22.0 MB

1. Flow Charts and Basic Flow Control Concepts.vtt

8.7 KB

1.1 Chapter 2 – Flow Control.html

0.1 KB

2. If, Else, and Elif Statements.mp4

43.8 MB

2. If, Else, and Elif Statements.vtt

43.8 MB

3. While Loops.mp4

35.6 MB

3. While Loops.vtt

12.2 KB

4. For Loops.mp4

31.2 MB

4. For Loops.vtt

31.2 MB

/3. Functions/

1. Python's Built-In Functions.mp4

29.7 MB

1. Python's Built-In Functions.vtt

26.2 MB

1.1 Chapter 3 – Functions.html

0.1 KB

2. Writing Your Own Functions.mp4

50.7 MB

2. Writing Your Own Functions.vtt

50.7 MB

2.1 Evaluation of 'Hello has ' + str(len('hello')) + ' letters in it.'.html

0.1 KB

3. Global and Local Scopes.mp4

39.6 MB

3. Global and Local Scopes.vtt

39.6 MB

/4. Handling Errors with tryexcept/

1. Try and Except Statements.mp4

38.6 MB

1. Try and Except Statements.vtt

38.6 MB

/5. Writing a Complete Program Guess the Number/

1. Writing a Guess the Number Program.mp4

64.0 MB

1. Writing a Guess the Number Program.vtt

14.8 KB

/6. Lists/

1. The List Data Type.mp4

44.4 MB

1. The List Data Type.vtt

13.9 KB

1.1 Evaluation 1.html

0.1 KB

1.1 Evaluation 4.html

0.1 KB

1.2 Evaluation 2.html

0.1 KB

1.3 Evaluation 1.html

0.1 KB

1.3 Evaluation 4.html

0.1 KB

1.4 Chapter 4 – Lists.html

0.1 KB

1.4 Evaluation 3.html

0.1 KB

1.5 Chapter 4 – Lists.html

0.1 KB

1.5 Evaluation 3.html

0.1 KB

2. For Loops with Lists, Multiple Assignment, and Augmented Operators.mp4

41.7 MB

2. For Loops with Lists, Multiple Assignment, and Augmented Operators.vtt

9.9 KB

3. List Methods.mp4

56.2 MB

3. List Methods.vtt

12.3 KB

4. Similarities Between Lists and Strings.mp4

60.8 MB

4. Similarities Between Lists and Strings.vtt

60.8 MB

/7. Dictionaries/

1. The Dictionary Data Type.mp4

97.3 MB

1. The Dictionary Data Type.vtt

22.1 KB

1.1 Chapter 5 – Dictionaries and Structuring Data.html

0.1 KB

2. Data Structures.mp4

43.7 MB

2. Data Structures.vtt

11.1 KB

/8. More About Strings/

1. Advanced String Syntax.mp4

36.9 MB

1. Advanced String Syntax.vtt

10.1 KB

1.1 Chapter 6 – Manipulating Strings.html

0.1 KB

2. String Methods.mp4

63.7 MB

2. String Methods.vtt

21.6 KB

3. String Formatting.mp4

13.3 MB

3. String Formatting.vtt

4.0 KB

/9. Running Programs from the Command Line/

1. Launching Python Programs from Outside IDLE.mp4

60.8 MB

1. Launching Python Programs from Outside IDLE.vtt

17.5 KB

1.1 Appendix B – Running Programs.html

0.1 KB

1.2 Running Python Programs on OS X and Linux.html

0.1 KB

/

[Tutorialsplanet.NET].url

0.1 KB

 

Total files 143


Copyright © 2025 FileMood.com