[Tutorialsplanet.NET] Udemy - Automate The Boring Stuff With Python Programming

Torrent Details


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

NAME
[Tutorialsplanet.NET] Udemy - Automate the Boring Stuff with Python Programming.torrent
CATEGORY
Other
INFOHASH
115a33b397ac286c2e5baeae5f8ccd3a439eb43d
SIZE
3.1 GB in 99 files
ADDED
Uploaded on 03-08-2019 by our crawler pet called "Spidey".
SWARM
0 seeders & 0 peers
RATING
No votes yet.

Please login to vote for this torrent.


Description

Udemy - Automate The Boring Stuff With Python Programming [TP]



If you’re an office worker, student, administrator, or just want to become more productive with your computer, programming will allow you write code that can automate tedious tasks. This course follows the popular (and free!) book, Automate the Boring Stuff with Python.

Automate the Boring Stuff with Python was written for people who want to get up to speed writing small programs that do practical tasks as soon as possible. You don’t need to know sorting algorithms or object-oriented programming, so this course skips all the computer science and concentrates on writing code that gets stuff done.

This course is for complete beginners and covers the popular Python programming language. You’ll learn basic concepts as well as:

Web scraping
Parsing PDFs and Excel spreadsheets
Automating the keyboard and mouse
Sending emails and texts
And several other practical topics
By the end of this course, you’ll be able to write code that not only dramatically increases your productivity, but also be able to list this fun and creative skill on your resume.

Who this course is for:

Discussion

Comments 0

Post Your Comment

Files in this torrent

FILENAMESIZE
1. Python Basics/1. Get Python Installed.mp422.9 MB
1. Python Basics/1. Get Python Installed.vtt9.2 KB
1. Python Basics/1.1 Installation instructions for Windows, Mac, and Linux.html122 B
1. Python Basics/1.1 Starting IDLE on Windows, Mac, or Linux.html123 B
1. Python Basics/1.2 Installation instructions for Windows, Mac, and Linux.html122 B
1. Python Basics/1.2 Starting IDLE on Windows, Mac, or Linux.html123 B
1. Python Basics/2. Just a check in..html111 B
1. Python Basics/3. Basic Terminology and Using IDLE.mp436.3 MB
1. Python Basics/3. Basic Terminology and Using IDLE.vtt36.3 MB
1. Python Basics/3.1 Evaluation of 2 + 3 6 and (2 + 3) 6.html109 B
1. Python Basics/3.2 Instructions for starting IDLE..html122 B
1. Python Basics/3.3 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html109 B
1. Python Basics/4. Writing Our First Program.mp434.1 MB
1. Python Basics/4. Writing Our First Program.vtt12.8 KB
1. Python Basics/4.1 Evaluation of myName = input().html109 B
1. Python Basics/4.1 Evaluation of print('It is good to meet you, ' + myName).html109 B
1. Python Basics/4.2 Evaluation of myName = input().html109 B
1. Python Basics/4.2 Evaluation of print('It is good to meet you, ' + myName).html109 B
1. Python Basics/4.3 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html109 B
1. Python Basics/4.4 Evaluation of print(len(myName)).html109 B
10. Regular Expressions/1. Regular Expression Basics.mp454.7 MB
10. Regular Expressions/1. Regular Expression Basics.vtt54.7 MB
10. Regular Expressions/1.1 Chapter 7 – Pattern Matching with Regular Expressions.html105 B
10. Regular Expressions/2. Regex Groups and the Pipe Character.mp421.3 MB
10. Regular Expressions/2. Regex Groups and the Pipe Character.vtt8.4 KB
10. Regular Expressions/3. Repetition in Regex Patterns and GreedyNongreedy Matching.mp478.1 MB
10. Regular Expressions/3. Repetition in Regex Patterns and GreedyNongreedy Matching.vtt17.3 KB
10. Regular Expressions/4. Regex Character Classes and the findall() Method.mp478.9 MB
10. Regular Expressions/4. Regex Character Classes and the findall() Method.vtt17.1 KB
10. Regular Expressions/5. Regex Dot-Star and the CaretDollar Characters.mp474.7 MB
10. Regular Expressions/5. Regex Dot-Star and the CaretDollar Characters.vtt74.7 MB
10. Regular Expressions/6. Regex sub() Method and Verbose Mode.mp446.2 MB
10. Regular Expressions/6. Regex sub() Method and Verbose Mode.vtt16.5 KB
10. Regular Expressions/7. Regex Example Program A Phone and Email Scraper.mp493.8 MB
10. Regular Expressions/7. Regex Example Program A Phone and Email Scraper.vtt23.1 KB
10. Regular Expressions/7.1 The PDF used in this lesson..html130 B
11. Files/1. Filenames and AbsoluteRelative File Paths.mp498.3 MB
11. Files/1. Filenames and AbsoluteRelative File Paths.vtt24.4 KB
11. Files/1.1 Chapter 8 – Reading and Writing Files.html105 B
11. Files/2. Reading and Writing Plaintext Files.mp461.4 MB
11. Files/2. Reading and Writing Plaintext Files.vtt61.4 MB
11. Files/3. Copying and Moving Files and Folders.mp419.6 MB
11. Files/3. Copying and Moving Files and Folders.vtt5.1 KB
11. Files/4. Deleting Files.mp435.9 MB
11. Files/4. Deleting Files.vtt8.8 KB
11. Files/5. Walking a Directory Tree.mp430.2 MB
11. Files/5. Walking a Directory Tree.vtt10.2 KB
12. Debugging/1. The raise and assert Statements.mp468 MB
12. Debugging/1. The raise and assert Statements.vtt68 MB
12. Debugging/1.1 Chapter 10 – Debugging.html106 B
12. Debugging/2. Logging.mp441.5 MB
12. Debugging/2. Logging.vtt12.4 KB
12. Debugging/3. Using the Debugger.mp466 MB
12. Debugging/3. Using the Debugger.vtt19 KB
13. Web Scraping/1. The webbrowser Module.mp444.9 MB
13. Web Scraping/1. The webbrowser Module.vtt44.9 MB
13. Web Scraping/1.1 Chapter 11 – Web Scraping.html106 B
13. Web Scraping/2. Downloading from the Web with the Requests Module.mp430.2 MB
13. Web Scraping/2. Downloading from the Web with the Requests Module.vtt8.4 KB
13. Web Scraping/3. Parsing HTML with the Beautiful Soup Module.mp462.9 MB
13. Web Scraping/3. Parsing HTML with the Beautiful Soup Module.vtt16.4 KB
13. Web Scraping/4. Controlling the Browser with the Selenium Module.mp463 MB
13. Web Scraping/4. Controlling the Browser with the Selenium Module.vtt11.8 KB
14. Excel, Word, and PDF Documents/1. Reading Excel Spreadsheets.mp432.9 MB
14. Excel, Word, and PDF Documents/1. Reading Excel Spreadsheets.vtt32.9 MB
14. Excel, Word, and PDF Documents/1.1 Chapter 12 – Working with Excel Spreadsheets.html106 B
14. Excel, Word, and PDF Documents/2. Editing Excel Spreadsheets.mp426.7 MB
14. Excel, Word, and PDF Documents/2. Editing Excel Spreadsheets.vtt6.6 KB
14. Excel, Word, and PDF Documents/3. Reading and Editing PDFs.mp477.4 MB
14. Excel, Word, and PDF Documents/3. Reading and Editing PDFs.vtt30.2 MB
14. Excel, Word, and PDF Documents/3.1 Chapter 13 – Working with PDF and Word Documents.html106 B
14. Excel, Word, and PDF Documents/4. Reading and Editing Word Documents.mp462.1 MB
14. Excel, Word, and PDF Documents/4. Reading and Editing Word Documents.vtt14.8 KB
15. Email/1. Sending Emails.mp443.4 MB
15. Email/1. Sending Emails.vtt12.1 KB
15. Email/1.1 Chapter 16 – Sending Email and Text Messages.html106 B
15. Email/2. Checking Your Email Inbox.mp4111.1 MB
15. Email/2. Checking Your Email Inbox.vtt0 B
16. GUI Automation/1. Controlling the Mouse from Python.mp462.5 MB
16. GUI Automation/1. Controlling the Mouse from Python.vtt18.3 KB
16. GUI Automation/1.1 Chapter 18 – Controlling the Keyboard and Mouse with GUI Automation.html106 B
16. GUI Automation/2. Controlling the Keyboard from Python.mp428.2 MB
16. GUI Automation/2. Controlling the Keyboard from Python.vtt6.5 KB
16. GUI Automation/3. Screenshots and Image Recognition.mp442.9 MB
16. GUI Automation/3. Screenshots and Image Recognition.vtt9.9 KB
16. GUI Automation/3.1 Bot programmed in Python to play Sushi Go Round.html104 B
16. GUI Automation/4. Congratulations! (And next steps...).mp41.8 MB
16. GUI Automation/4. Congratulations! (And next steps...).vtt1.9 KB
2. Flow Control/1. Flow Charts and Basic Flow Control Concepts.mp421 MB
2. Flow Control/1. Flow Charts and Basic Flow Control Concepts.vtt8.5 KB
2. Flow Control/1.1 Chapter 2 – Flow Control.html105 B
2. Flow Control/2. If, Else, and Elif Statements.mp441.8 MB
2. Flow Control/2. If, Else, and Elif Statements.vtt41.8 MB
2. Flow Control/3. While Loops.mp433.9 MB
2. Flow Control/3. While Loops.vtt12 KB
2. Flow Control/4. For Loops.mp429.7 MB
2. Flow Control/4. For Loops.vtt29.7 MB
3. Functions/1. Python's Built-In Functions.mp428.4 MB
3. Functions/1. Python's Built-In Functions.vtt25 MB

Alternative Torrents for 'Tutorialsplanet.NET Udemy Automate Boring Stuff with Python Programming'.

There are no alternative torrents found.