Other
Udemy - Automate the Boring Stuff with Python Programming [AhLaN]
Torrent info
Name:Udemy - Automate the Boring Stuff with Python Programming [AhLaN]
Infohash: F2ABAF1F1321412A9B4A0F32EBDBA9896B2DE6DE
Total Size: 4.16 GB
Magnet: Magnet Download
Seeds: 0
Leechers: 2
Stream: Watch Full Movies @ LimeMovies
Last Updated: 2025-07-24 11:17:50 (Update Now)
Torrent added: 2020-09-13 19:00:07
Torrent Files List
7. Dictionaries (Size: 4.16 GB) (Files: 183)
7. Dictionaries
1. The Dictionary Data Type.mp4
1.1 Chapter 5 – Dictionaries and Structuring Data.html
1.1 lesson17-recap.txt
1.2 Chapter 5 – Dictionaries and Structuring Data.html
1.2 lesson17-recap.txt
2. Data Structures.mp4
Seed Me!!.png
1. Python Basics
1. Get Python Installed.mp4
1.1 Installation instructions for Windows, Mac, and Linux.html
1.1 Starting IDLE on Windows, Mac, or Linux.html
1.2 Installation instructions for Windows, Mac, and Linux.html
1.2 lesson1-recap.txt
1.2 Starting IDLE on Windows, Mac, or Linux.html
1.3 lesson1-recap.txt
1.3 Starting IDLE on Windows, Mac, or Linux.html
2. Just a check in..html
3. Basic Terminology and Using IDLE.mp4
3.1 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html
3.1 Evaluation of 2 + 3 6 and (2 + 3) 6.html
3.1 Instructions for starting IDLE..html
3.1 lesson2-recap.txt
3.2 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html
3.2 Evaluation of 2 + 3 6 and (2 + 3) 6.html
3.2 lesson2-recap.txt
3.3 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html
3.3 Instructions for starting IDLE..html
3.3 lesson2-recap.txt
3.4 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html
3.4 Evaluation of 2 + 3 6 and (2 + 3) 6.html
3.4 Instructions for starting IDLE..html
3.4 lesson2-recap.txt
4. Writing Our First Program.mp4
4.1 Evaluation of myName = input().html
4.1 Evaluation of print('It is good to meet you, ' + myName).html
4.1 Evaluation of print(len(myName)).html
4.2 Evaluation of myName = input().html
4.2 Evaluation of print('It is good to meet you, ' + myName).html
4.2 Evaluation of print(len(myName)).html
4.2 lesson3-recap.txt
4.3 Evaluation of print('It is good to meet you, ' + myName).html
4.3 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html
4.3 Evaluation of print(len(myName)).html
4.4 Evaluation of myName = input().html
4.4 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html
4.4 Evaluation of print(len(myName)).html
4.4 lesson3-recap.txt
4.5 Evaluation of myName = input().html
4.5 Evaluation of print(len(myName)).html
4.5 lesson3-recap.txt
2. Flow Control
1. Flow Charts and Basic Flow Control Concepts.mp4
1.1 Chapter 2 – Flow Control.html
1.1 lesson4-recap.txt
1.2 Chapter 2 – Flow Control.html
1.2 lesson4-recap.txt
2. If, Else, and Elif Statements.mp4
2.1 lesson5-recap.txt
3. While Loops.mp4
3.1 lesson6-recap.txt
4. For Loops.mp4
4.1 lesson7-recap.txt
3. Functions
1. Python's Built-In Functions.mp4
1.1 Chapter 3 – Functions.html
1.1 lesson8-recap.txt
1.2 Chapter 3 – Functions.html
1.2 lesson8-recap.txt
2. Writing Your Own Functions.mp4
2.1 Evaluation of 'Hello has ' + str(len('hello')) + ' letters in it.'.html
2.1 lesson9-recap.txt
2.2 Evaluation of 'Hello has ' + str(len('hello')) + ' letters in it.'.html
2.2 lesson9-recap.txt
3. Global and Local Scopes.mp4
3.1 lesson10-recap.txt
4. Handling Errors with tryexcept
1. Try and Except Statements.mp4
1.1 lesson11-recap.txt
5. Writing a Complete Program Guess the Number
1. Writing a Guess the Number Program.mp4
6. Lists
1. The List Data Type.mp4
1.1 Chapter 4 – Lists.html
1.1 Evaluation 2.html
1.1 Evaluation 3.html
1.2 Evaluation 1.html
1.2 Evaluation 4.html
1.3 Evaluation 3.html
1.3 Evaluation 4.html
1.3 lesson13-recap.txt
1.4 Evaluation 1.html
1.4 Evaluation 3.html
1.4 Evaluation 4.html
1.4 lesson13-recap.txt
1.5 Chapter 4 – Lists.html
1.5 Evaluation 2.html
1.5 Evaluation 3.html
1.6 Chapter 4 – Lists.html
1.6 Evaluation 1.html
1.6 Evaluation 2.html
1.6 lesson13-recap.txt
2. For Loops with Lists, Multiple Assignment, and Augmented Operators.mp4
2.1 lesson14-recap.txt
3. List Methods.mp4
3.1 lesson15-recap.txt
4. Similarities Between Lists and Strings.mp4
4.1 lesson16-recap.txt
AhLaN.txt
8. More About Strings
1. Advanced String Syntax.mp4
1.1 Chapter 6 – Manipulating Strings.html
1.1 lesson19-recap.txt
1.2 Chapter 6 – Manipulating Strings.html
1.2 lesson19-recap.txt
2. String Methods.mp4
2.1 lesson20-recap.txt
3. String Formatting.mp4
9. Running Programs from the Command Line
1. Launching Python Programs from Outside IDLE.mp4
1.1 Appendix B – Running Programs.html
1.1 Running Python Programs on OS X and Linux.html
1.2 Appendix B – Running Programs.html
1.2 Running Python Programs on OS X and Linux.html
1.3 lesson22-recap.txt
10. Regular Expressions
1. Regular Expression Basics.mp4
1.1 Chapter 7 – Pattern Matching with Regular Expressions.html
1.1 lesson23-recap.txt
1.2 Chapter 7 – Pattern Matching with Regular Expressions.html
1.2 lesson23-recap.txt
2. Regex Groups and the Pipe Character.mp4
2.1 lesson24-recap.txt
3. Repetition in Regex Patterns and GreedyNongreedy Matching.mp4
3.1 lesson25-recap.txt
4. Regex Character Classes and the findall() Method.mp4
4.1 lesson26-recap.txt
5. Regex Dot-Star and the CaretDollar Characters.mp4
5.1 lesson27-recap.txt
6. Regex sub() Method and Verbose Mode.mp4
6.1 lesson28-recap.txt
7. Regex Example Program A Phone and Email Scraper.mp4
7.1 An example phoneemail directory PDF..html
11. Files
1. Filenames and AbsoluteRelative File Paths.mp4
1.1 Chapter 8 – Reading and Writing Files.html
1.1 lesson30-recap.txt
1.2 Chapter 8 – Reading and Writing Files.html
1.2 lesson30-recap.txt
2. Reading and Writing Plaintext Files.mp4
2.1 lesson31-recap.txt
3. Copying and Moving Files and Folders.mp4
4. Deleting Files.mp4
4.1 lesson33-recap.txt
5. Walking a Directory Tree.mp4
12. Debugging
1. The raise and assert Statements.mp4
1.1 Chapter 10 – Debugging.html
1.2 lesson35-recap.txt
2. Logging.mp4
2.1 lesson36-recap.txt
3. Using the Debugger.mp4
3.1 lesson37-recap.txt
13. Web Scraping
1. The webbrowser Module.mp4
1.1 Chapter 11 – Web Scraping.html
2. Downloading from the Web with the Requests Module.mp4
2.1 lesson39-recap.txt
3. Parsing HTML with the Beautiful Soup Module.mp4
3.1 lesson40-recap.txt
4. Controlling the Browser with the Selenium Module.mp4
4.1 lesson41-recap.txt
14. Excel, Word, and PDF Documents
1. Reading Excel Spreadsheets.mp4
1.1 Chapter 12 – Working with Excel Spreadsheets.html
1.1 lesson42-recap.txt
1.2 Chapter 12 – Working with Excel Spreadsheets.html
1.2 lesson42-recap.txt
2. Editing Excel Spreadsheets.mp4
2.1 lesson43-recap.txt
3. Reading and Editing PDFs.mp4
3.1 Chapter 13 – Working with PDF and Word Documents.html
3.2 lesson44-recap.txt
4. Reading and Editing Word Documents.mp4
4.1 lesson45-recap.txt
15. Email
1. Sending Emails.mp4
1.1 Chapter 16 – Sending Email and Text Messages.html
2. Checking Your Email Inbox.mp4
16. GUI Automation
1. Controlling the Mouse from Python.mp4
1.1 lesson48-recap.txt
1.2 Chapter 18 – Controlling the Keyboard and Mouse with GUI Automation.html
2. Controlling the Keyboard from Python.mp4
2.1 lesson49-recap.txt
3. Screenshots and Image Recognition.mp4
3.1 lesson50-recap.txt
3.2 Bot programmed in Python to play Sushi Go Round.html
4. Congratulations! (And next steps...).mp4
tracker
leech seedsTorrent description
Feel free to post any comments about this torrent, including links to Subtitle, samples, screenshots, or any other relevant information, Watch Udemy - Automate the Boring Stuff with Python Programming [AhLaN] Online Free Full Movies Like 123Movies, Putlockers, Fmovies, Netflix or Download Direct via Magnet Link in Torrent Details.
related torrents
Torrent name
health leech seeds Size







