Automate the Boring Stuff with Python Programming

Automate the Boring Stuff with Python Programming

Size
10.7 GB
Seeders
13
Leechers
0
Files
79
Category
Added
08/30/23 at 9:54pm GMT+1
Infohash
6cba575f5fea1120a096b96cd771450d2594fa50

Description


Description



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:



   Office workers, students, small/home business workers, and administrators would want to improve their productivity.

   Aspiring software engineers who want to add skills to their programming toolbelt.

   Computer users who have heard the “learn to code” message, but want practical reasons to learn programming.

   Experienced Python software engineers can skip the first half of the course, but may find the later parts that cover various third-party modules helpful.

   While this course doesn’t cover specific devops tools, this course would be useful for QA, devops, and admins who want to learn scripting in Python.



Requirements



   No programming experience is required.

   Downloading and installing Python is covered at the start of the course.

   Basic computer skills: surfing websites, running programs, saving and opening documents, etc.



Last Updated 2/2023

File list
  • Automate the Boring Stuff with Python Programming
  • TutsNode.net.txt 63 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/01 - Python Basics/001 Get Python Installed_en.srt 9.2 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/01 - Python Basics/001 lesson1-recap.txt 386 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/01 - Python Basics/002 Basic Terminology and Using IDLE_en.srt 14.8 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/01 - Python Basics/002 lesson2-recap.txt 471 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/01 - Python Basics/003 lesson3-recap.txt 583 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/01 - Python Basics/003 Writing Our First Program_en.srt 12.8 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/01 - Python Basics/external-links.txt 902 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/02 - Flow Control/001 Flow Charts and Basic Flow Control Concepts_en.srt 8.5 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/02 - Flow Control/001 lesson4-recap.txt 338 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/02 - Flow Control/002 If, Else, and Elif Statements_en.srt 14 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/02 - Flow Control/002 lesson5-recap.txt 662 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/02 - Flow Control/003 lesson6-recap.txt 434 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/02 - Flow Control/003 While Loops_en.srt 12.9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/02 - Flow Control/004 For Loops_en.srt 8.4 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/02 - Flow Control/004 lesson7-recap.txt 220 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/02 - Flow Control/external-links.txt 92 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/03 - Functions/001 lesson8-recap.txt 365 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/03 - Functions/001 Python's Built-In Functions_en.srt 8.2 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/03 - Functions/002 lesson9-recap.txt 709 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/03 - Functions/002 Writing Your Own Functions_en.srt 14.9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/03 - Functions/003 Global and Local Scopes_en.srt 16.4 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/03 - Functions/003 lesson10-recap.txt 748 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/03 - Functions/external-links.txt 183 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/04 - Handling Errors with tryexcept/001 lesson11-recap.txt 486 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/04 - Handling Errors with tryexcept/001 Try and Except Statements_en.srt 8.7 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/05 - Writing a Complete Program Guess the Number/001 Writing a Guess the Number Program_en.srt 15.7 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/06 - Lists/001 lesson13-recap.txt 681 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/06 - Lists/001 The List Data Type_en.srt 14.6 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/06 - Lists/002 For Loops with Lists, Multiple Assignment, and Augmented Operators_en.srt 10.3 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/06 - Lists/002 lesson14-recap.txt 319 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/06 - Lists/003 lesson15-recap.txt 565 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/06 - Lists/003 List Methods_en.srt 12.9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/06 - Lists/004 lesson16-recap.txt 541 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/06 - Lists/004 Similarities Between Lists and Strings_en.srt 20.3 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/06 - Lists/external-links.txt 353 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/07 - Dictionaries/001 lesson17-recap.txt 691 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/07 - Dictionaries/001 The Dictionary Data Type.mp4 352 MB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/07 - Dictionaries/001 The Dictionary Data Type_en.srt 23.3 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/07 - Dictionaries/002 Data Structures_en.srt 11.8 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/07 - Dictionaries/external-links.txt 97 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/08 - More About Strings/001 Advanced String Syntax_en.srt 10.6 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/08 - More About Strings/001 lesson19-recap.txt 499 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/08 - More About Strings/002 lesson20-recap.txt 816 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/08 - More About Strings/002 String Methods_en.srt 22.7 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/08 - More About Strings/003 String Formatting_en.srt 4.2 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/09 - Running Programs from the Command Line/001 Launching Python Programs from Outside IDLE_en.srt 18.4 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/10 - Regular Expressions/001 Regular Expression Basics_en.srt 15.9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/10 - Regular Expressions/002 Regex Groups and the Pipe Character_en.srt 9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/10 - Regular Expressions/003 Repetition in Regex Patterns and GreedyNongreedy Matching_en.srt 18.5 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/10 - Regular Expressions/004 Regex Character Classes and the findall() Method_en.srt 18.4 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/10 - Regular Expressions/005 Regex Dot-Star and the CaretDollar Characters_en.srt 22.2 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/10 - Regular Expressions/006 Regex sub() Method and Verbose Mode_en.srt 17.7 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/10 - Regular Expressions/007 Regex Example Program A Phone and Email Scraper_en.srt 24.8 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/11 - Files/001 Filenames and AbsoluteRelative File Paths_en.srt 26.2 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/11 - Files/001 lesson30-recap.txt 1 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/11 - Files/002 Reading and Writing Plaintext Files_en.srt 16.9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/11 - Files/003 Copying and Moving Files and Folders_en.srt 5.4 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/11 - Files/004 Deleting Files_en.srt 9.4 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/11 - Files/005 Walking a Directory Tree_en.srt 10.9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/12 - Debugging/001 The raise and assert Statements_en.srt 22.3 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/12 - Debugging/002 Logging_en.srt 13.2 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/12 - Debugging/003 Using the Debugger_en.srt 20.5 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/13 - Web Scraping/001 The webbrowser Module_en.srt 13.9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/13 - Web Scraping/002 Downloading from the Web with the Requests Module_en.srt 9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/13 - Web Scraping/003 Parsing HTML with the Beautiful Soup Module_en.srt 17.7 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/13 - Web Scraping/004 Controlling the Browser with the Selenium Module_en.srt 12.7 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/14 - Excel, Word, and PDF Documents/001 Reading Excel Spreadsheets_en.srt 10.6 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/14 - Excel, Word, and PDF Documents/002 Editing Excel Spreadsheets_en.srt 7.1 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/14 - Excel, Word, and PDF Documents/003 Reading and Editing PDFs_en.srt 16.2 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/14 - Excel, Word, and PDF Documents/004 Reading and Editing Word Documents_en.srt 15.9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/15 - Email/001 Sending Emails_en.srt 13.1 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/15 - Email/002 Checking Your Email Inbox_en.srt 20 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/16 - GUI Automation/001 Controlling the Mouse from Python_en.srt 19.7 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/16 - GUI Automation/001 lesson48-recap.txt 868 B
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/16 - GUI Automation/002 Controlling the Keyboard from Python_en.srt 6.9 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/16 - GUI Automation/003 Screenshots and Image Recognition_en.srt 10.6 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/16 - GUI Automation/004 Congratulations! (And next steps...)_en.srt 2.1 KB
  • [TutsNode.net] - Automate the Boring Stuff with Python Programming/16 - GUI Automation/004 udemy-automate-boring-python-lesson-51.mp4 1 MB

Rating
Not rated yet
Log in to rate

Comments

No comments yet.