Udemy - Automate the Boring Stuff with Python Programming

seeders: 0
leechers: 0
Added 5 years ago by Supportb1 in Other

Download Fast Safe Anonymous
movies, software, shows...

Files

Udemy - Automate the Boring Stuff with Python Programming (Size: 4.93 GB)
  0. Websites you may like
  [CourseClub.ME].url 122 B
  [FCS Forum].url 133 B
  [FreeCourseSite.com].url 127 B
  1. Python Basics
  1. Get Python Installed.mp4 22.91 MB
  1. Get Python Installed.srt 9.88 KB
  1.1 Starting IDLE on Windows, Mac, or Linux.html 123 B
  1.2 udemy-automate-boring-python-lesson-1.mp4 22.91 MB
  1.3 Installation instructions for Windows, Mac, and Linux.html 122 B
  1.4 lesson1-recap.txt 381 B
  2. Just a check in..html 118 B
  3. Basic Terminology and Using IDLE.mp4 36.31 MB
  3. Basic Terminology and Using IDLE.srt 16.07 KB
  3.1 Instructions for starting IDLE..html 122 B
  3.2 Evaluation of 2 + 3 6 and (2 + 3) 6.html 109 B
  3.3 Evaluation of (5 - 1) ((7 + 1) (3 - 1)).html 109 B
  3.4 lesson2-recap.txt 464 B
  3.5 udemy-automate-boring-python-lesson-2.mp4 36.31 MB
  4. Writing Our First Program.mp4 34.09 MB
  4. Writing Our First Program.srt 14.05 KB
  4.1 Evaluation of print('It is good to meet you, ' + myName).html 109 B
  4.2 Evaluation of print(len(myName)).html 109 B
  4.3 Evaluation of print('You will be ' + str(int(myAge) + 1) + ' in a year.').html 109 B
  4.4 lesson3-recap.txt 576 B
  4.5 udemy-automate-boring-python-lesson-3.mp4 34.1 MB
  4.6 Evaluation of myName = input().html 109 B
  10. Regular Expressions
  1. Regular Expression Basics.mp4 54.72 MB
  1. Regular Expression Basics.srt 16.55 KB
  1.1 Chapter 7 – Pattern Matching with Regular Expressions.html 105 B
  1.2 lesson23-recap.txt 509 B
  1.3 udemy-automate-boring-python-lesson-23.mp4 54.71 MB
  2. Regex Groups and the Pipe Character.mp4 31.7 MB
  2. Regex Groups and the Pipe Character.srt 9.32 KB
  2.1 lesson24-recap.txt 353 B
  2.2 udemy-automate-boring-python-lesson-24.mp4 31.7 MB
  3. Repetition in Regex Patterns and GreedyNongreedy Matching.mp4 78.08 MB
  3. Repetition in Regex Patterns and GreedyNongreedy Matching.srt 19.24 KB
  3.1 udemy-automate-boring-python-lesson-25.mp4 78.07 MB
  3.2 lesson25-recap.txt 594 B
  4. Regex Character Classes and the findall() Method.mp4 78.86 MB
  4. Regex Character Classes and the findall() Method.srt 19.11 KB
  4.1 udemy-automate-boring-python-lesson-26.mp4 78.85 MB
  4.2 lesson26-recap.txt 725 B
  5. Regex Dot-Star and the CaretDollar Characters.mp4 74.71 MB
  5. Regex Dot-Star and the CaretDollar Characters.srt 23.05 KB
  5.1 lesson27-recap.txt 400 B
  5.2 udemy-automate-boring-python-lesson-27.mp4 74.71 MB
  6. Regex sub() Method and Verbose Mode.mp4 46.24 MB
  6. Regex sub() Method and Verbose Mode.srt 18.35 KB
  6.1 lesson28-recap.txt 364 B
  6.2 udemy-automate-boring-python-lesson-28.mp4 46.23 MB
  7. Regex Example Program A Phone and Email Scraper.mp4 93.84 MB
  7. Regex Example Program A Phone and Email Scraper.srt 25.73 KB
  7.1 udemy-automate-boring-python-lesson-29.mp4 93.84 MB
  7.2 An example phoneemail directory PDF..html 132 B
  11. Files
  1. Filenames and AbsoluteRelative File Paths.mp4 98.3 MB
  1. Filenames and AbsoluteRelative File Paths.srt 27.22 KB
  1.1 lesson30-recap.txt 1.02 KB
  1.2 Chapter 8 – Reading and Writing Files.html 105 B
  1.3 udemy-automate-boring-python-lesson-30.mp4 98.3 MB
  2. Reading and Writing Plaintext Files.mp4 61.36 MB
  2. Reading and Writing Plaintext Files.srt 17.5 KB
  2.1 udemy-automate-boring-python-lesson-31.mp4 61.35 MB
  2.2 lesson31-recap.txt 616 B
  3. Copying and Moving Files and Folders.mp4 19.55 MB
  3. Copying and Moving Files and Folders.srt 5.59 KB
  3.1 udemy-automate-boring-python-lesson-32.mp4 19.55 MB
  4. Deleting Files.mp4 35.88 MB
  4. Deleting Files.srt 9.76 KB
  4.1 udemy-automate-boring-python-lesson-33.mp4 35.89 MB
  4.2 lesson33-recap.txt 279 B
  4.3 udemy-automate-boring-python-lesson-33.mp4 35.88 MB
  5. Walking a Directory Tree.mp4 30.2 MB
  5. Walking a Directory Tree.srt 11.34 KB
  5.1 udemy-automate-boring-python-lesson-34.mp4 30.19 MB
  12. Debugging
  1. The raise and assert Statements.mp4 67.95 MB
  1. The raise and assert Statements.srt 23.1 KB
  1.1 Chapter 10 – Debugging.html 106 B
  1.2 lesson35-recap.txt 272 B
  1.3 udemy-automate-boring-python-lesson-35.mp4 67.95 MB
  2. Logging.mp4 41.54 MB
  2. Logging.srt 13.73 KB
  2.1 udemy-automate-boring-python-lesson-36.mp4 41.53 MB
  2.2 lesson36-recap.txt 616 B
  3. Using the Debugger.mp4 65.95 MB
  3. Using the Debugger.srt 21.22 KB
  3.1 udemy-automate-boring-python-lesson-37.mp4 65.95 MB
  3.2 lesson37-recap.txt 784 B
  13. Web Scraping
  1. The webbrowser Module.mp4 44.89 MB
  1. The webbrowser Module.srt 14.39 KB
  1.1 udemy-automate-boring-python-lesson-38.mp4 44.89 MB
  1.2 Chapter 11 – Web Scraping.html 106 B
  2. Downloading from the Web with the Requests Module.mp4 30.19 MB
  2. Downloading from the Web with the Requests Module.srt 9.35 KB
  2.1 udemy-automate-boring-python-lesson-39.mp4 30.18 MB
  2.2 lesson39-recap.txt 300 B
  3. Parsing HTML with the Beautiful Soup Module.mp4 62.87 MB
  3. Parsing HTML with the Beautiful Soup Module.srt 18.34 KB
  3.1 udemy-automate-boring-python-lesson-40.mp4 62.87 MB
  3.2 lesson40-recap.txt 530 B
  4. Controlling the Browser with the Selenium Module.mp4 63.02 MB
  4. Controlling the Browser with the Selenium Module.srt 13.19 KB
  4.1 udemy-automate-boring-python-lesson-41.mp4 63.02 MB
  4.2 lesson41-recap.txt 787 B
  14. Excel, Word, and PDF Documents
  1. Reading Excel Spreadsheets.mp4 32.86 MB
  1. Reading Excel Spreadsheets.srt 10.97 KB
  1.1 udemy-automate-boring-python-lesson-42.mp4 32.86 MB
  1.2 Chapter 12 – Working with Excel Spreadsheets.html 106 B
  1.3 lesson42-recap.txt 392 B
  2. Editing Excel Spreadsheets.mp4 26.71 MB
  2. Editing Excel Spreadsheets.srt 7.32 KB
  2.1 udemy-automate-boring-python-lesson-43.mp4 26.71 MB
  2.2 lesson43-recap.txt 260 B
  3. Reading and Editing PDFs.mp4 77.35 MB
  3. Reading and Editing PDFs.srt 16.77 KB
  3.1 lesson44-recap.txt 463 B
  3.2 udemy-automate-boring-python-lesson-44.mp4 77.34 MB
  3.3 Chapter 13 – Working with PDF and Word Documents.html 106 B
  4. Reading and Editing Word Documents.mp4 62.09 MB
  4. Reading and Editing Word Documents.srt 16.52 KB
  4.1 udemy-automate-boring-python-lesson-45.mp4 62.09 MB
  4.2 lesson45-recap.txt 777 B
  15. Email
  1. Sending Emails.mp4 43.45 MB
  1. Sending Emails.srt 13.58 KB
  1.1 Chapter 16 – Sending Email and Text Messages.html 106 B
  1.2 udemy-automate-boring-python-lesson-46.mp4 43.44 MB
  2. Checking Your Email Inbox.mp4 111.04 MB
  2. Checking Your Email Inbox.srt 20.76 KB
  2.1 udemy-automate-boring-python-lesson-47.mp4 111.04 MB
  16. GUI Automation
  1. Controlling the Mouse from Python.mp4 62.5 MB
  1. Controlling the Mouse from Python.srt 20.41 KB
  1.1 lesson48-recap.txt 859 B
  1.2 udemy-automate-boring-python-lesson-48.mp4 62.51 MB
  1.3 Chapter 18 – Controlling the Keyboard and Mouse with GUI Automation.html 106 B
  2. Controlling the Keyboard from Python.mp4 28.26 MB
  2. Controlling the Keyboard from Python.srt 7.16 KB
  2.1 udemy-automate-boring-python-lesson-49.mp4 28.26 MB
  2.2 lesson49-recap.txt 464 B
  3. Screenshots and Image Recognition.mp4 42.88 MB
  3. Screenshots and Image Recognition.srt 11.01 KB
  3.1 Bot programmed in Python to play Sushi Go Round.html 104 B
  3.2 udemy-automate-boring-python-lesson-50.mp4 42.89 MB
  3.3 lesson50-recap.txt 443 B
  4. Congratulations! (And next steps...).mp4 1.83 MB
  4. Congratulations! (And next steps...).srt 2.16 KB
  4.1 udemy-automate-boring-python-lesson-51.mp4 1.03 MB
  2. Flow Control
  1. Flow Charts and Basic Flow Control Concepts.mp4 21.01 MB
  1. Flow Charts and Basic Flow Control Concepts.srt 9.13 KB
  1.1 udemy-automate-boring-python-lesson-4.mp4 21.01 MB
  1.2 lesson4-recap.txt 335 B
  1.3 Chapter 2 – Flow Control.html 105 B
  2. If, Else, and Elif Statements.mp4 41.76 MB
  2. If, Else, and Elif Statements.srt 14.54 KB
  2.1 lesson5-recap.txt 659 B
  2.2 udemy-automate-boring-python-lesson-5.mp4 41.77 MB
  3. While Loops.mp4 33.93 MB
  3. While Loops.srt 13.37 KB
  3.1 lesson6-recap.txt 431 B
  3.2 udemy-automate-boring-python-lesson-6.mp4 33.93 MB
  4. For Loops.mp4 29.73 MB
  4. For Loops.srt 8.74 KB
  4.1 lesson7-recap.txt 218 B
  4.2 udemy-automate-boring-python-lesson-7.mp4 29.72 MB
  3. Functions
  1. Python's Built-In Functions.mp4 28.37 MB
  1. Python's Built-In Functions.srt 8.46 KB
  1.1 lesson8-recap.txt 362 B
  1.2 Chapter 3 – Functions.html 105 B
  1.3 udemy-automate-boring-python-lesson-8.mp4 28.37 MB
  2. Writing Your Own Functions.mp4 48.32 MB
  2. Writing Your Own Functions.srt 15.49 KB
  2.1 Evaluation of 'Hello has ' + str(len('hello')) + ' letters in it.'.html 109 B
  2.2 lesson9-recap.txt 702 B
  2.3 udemy-automate-boring-python-lesson-9.mp4 48.32 MB
  3. Global and Local Scopes.mp4 37.73 MB
  3. Global and Local Scopes.srt 17.07 KB
  3.1 udemy-automate-boring-python-lesson-10.mp4 37.72 MB
  3.2 lesson10-recap.txt 742 B
  4. Handling Errors with tryexcept
  1. Try and Except Statements.mp4 36.79 MB
  1. Try and Except Statements.srt 9.1 KB
  1.1 udemy-automate-boring-python-lesson-11.mp4 36.8 MB
  1.2 lesson11-recap.txt 484 B
  5. Writing a Complete Program Guess the Number
  1. Writing a Guess the Number Program.mp4 61.04 MB
  1. Writing a Guess the Number Program.srt 16.42 KB
  1.1 udemy-automate-boring-python-lesson-12.mp4 61.03 MB
  6. Lists
  1. The List Data Type.mp4 42.4 MB
  1. The List Data Type.srt 15.19 KB
  1.1 lesson13-recap.txt 673 B
  1.2 Evaluation 2.html 110 B
  1.3 Evaluation 4.html 110 B
  1.4 Chapter 4 – Lists.html 105 B
  1.5 udemy-automate-boring-python-lesson-13.mp4 42.39 MB
  1.6 Evaluation 1.html 110 B
  1.7 Evaluation 3.html 110 B
  2. For Loops with Lists, Multiple Assignment, and Augmented Operators.mp4 39.77 MB
  2. For Loops with Lists, Multiple Assignment, and Augmented Operators.srt 10.64 KB
  2.1 udemy-automate-boring-python-lesson-14.mp4 39.76 MB
  2.2 lesson14-recap.txt 316 B
  3. List Methods.mp4 53.61 MB
  3. List Methods.srt 13.37 KB
  3.1 udemy-automate-boring-python-lesson-15.mp4 53.61 MB
  3.2 lesson15-recap.txt 558 B
  4. Similarities Between Lists and Strings.mp4 57.96 MB
  4. Similarities Between Lists and Strings.srt 21.05 KB
  4.1 lesson16-recap.txt 535 B
  4.2 udemy-automate-boring-python-lesson-16.mp4 57.95 MB
  7. Dictionaries
  1. The Dictionary Data Type.mp4 92.81 MB
  1. The Dictionary Data Type.srt 24.17 KB
  1.1 udemy-automate-boring-python-lesson-17.mp4 92.82 MB
  1.2 Chapter 5 – Dictionaries and Structuring Data.html 105 B
  1.3 lesson17-recap.txt 685 B
  2. Data Structures.mp4 41.63 MB
  2. Data Structures.srt 12.24 KB
  2.1 udemy-automate-boring-python-lesson-18.mp4 41.63 MB
  8. More About Strings
  1. Advanced String Syntax.mp4 35.18 MB
  1. Advanced String Syntax.srt 11.02 KB
  1.1 Chapter 6 – Manipulating Strings.html 105 B
  1.2 lesson19-recap.txt 495 B
  1.3 udemy-automate-boring-python-lesson-19.mp4 35.17 MB
  1.4 udemy-automate-boring-python-lesson-19.mp4 35.17 MB
  2. String Methods.mp4 60.76 MB
  2. String Methods.srt 23.62 KB
  2.1 udemy-automate-boring-python-lesson-20.mp4 25.29 MB
  2.2 udemy-automate-boring-python-lesson-20.mp4 25.29 MB
  2.3 lesson20-recap.txt 808 B
  3. String Formatting.mp4 12.65 MB
  3. String Formatting.srt 4.38 KB
  3.1 udemy-automate-boring-python-lesson-21.mp4 12.65 MB
  9. Running Programs from the Command Line
  1. Launching Python Programs from Outside IDLE.mp4 58.02 MB
  1. Launching Python Programs from Outside IDLE.srt 19.07 KB
  1.1 Appendix B – Running Programs.html 106 B
  1.2 lesson22-recap.txt 497 B
  1.3 udemy-automate-boring-python-lesson-22.mp4 58.02 MB
  1.4 Running Python Programs on OS X and Linux.html 124 B
  ▲ 232 total files

Description


A practical programming course for office workers, academics, and administrators who want to improve their productivity. 
 
What Will I Learn? 

  • Automate tasks on their computer by writing simple Python programs. 
  • Write programs that can do text pattern recognition with “regular expressions”. 
  • Programmatically generate and update Excel spreadsheets. 
  • Parse PDFs and Word documents. 
  • Crawl web sites and pull information from online sources. 
  • Write programs that send out email notifications. 
  • Use Python’s debugging tools to quickly figure out bugs in your code. 
  • Programmatically control the mouse and keyboard to click and type for you. 

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. 

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 is the target audience? 
  • 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. 

Created by Al Sweigart 
Last updated 4/2021 
English 
Size: 4.93 GB 

Related Torrents

torrent name size uploader age seed leech
7
0
2
10
4