Automate the Boring Stuff
automatetheboringstuff.com
Automate the Boring Stuff with Python - Automate the Boring Stuff with Python
Once you’ve mastered the basics, you’ll tackle projects that teach you to use Python to automate tasks like: Searching the web, downloading content, and filling out forms · Finding, extracting, and manipulating text and data in files and spreadsheets · Copying, moving, renaming, or compressing saved files on your computer · Splitting, merging, and extracting text from PDFs and Word documents
Suggest me some ideas of automation project in Python
NPC generator for DND More on reddit.com
Automate the Boring Stuff With Python 2nd Edition free?
You can get all of the author’s books for free on his website here If you want an e-book or a physical copy you’d have to pay for that, but the entire book is available online for free. More on reddit.com
What have you recently automated at work using python??
I run a script that moves the mouse every n random seconds so the boss sees me available on teams More on reddit.com
What python automation have you created that you use for PERSONAL only.
Deleting all content of my Facebook profile (photos, comments etc.) with a Selenium script. Because that site has no such option. Even the script took hours to delete all of that. More on reddit.com
Videos
08:26
7 Automation Project Ideas in Python - Best Way To Learn Programming ...
03:34:46
3.5 Hours of Python Automation Projects - From Beginner to Advanced ...
41:38
3 Python Automation Projects - For Beginners - YouTube
26:48
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS (FULL TUTORIAL) - YouTube
Automate PDF Form Filling With Python | Python Automation
Medium
medium.com › codrift › 7-python-automation-projects-you-can-build-in-less-than-2-hours-each-e00f6c98fb96
7 Python Automation Projects You Can Build in Less Than 2 Hours Each | by Abdur Rahman | Medium
October 18, 2025 - I’ve got 7 Python automation projects that’ll make your life easier, earn you some serious dev-cred, and won’t eat your entire weekend. Each one takes less than two hours. And no — we’re not doing basic to-do lists here. We’re going beyond the usual, with projects that are practical, clever, and just the right amount of wizardry. Why: Because updating your resume sucks. This script scrapes your own LinkedIn profile (or exports it from the PDF) and turns it into a clean, markdown-formatted resume you can publish as a site or export as PDF.
Perlego
perlego.com › computer science › data processing › python automation cookbook
[PDF] Python Automation Cookbook by Jaime Buelta, 2nd edition | 9781800202597
May 29, 2020 - PDFs · Master web scraping and ... correct department based on their content · Create fire-and-forget automation tasks by writing cron jobs, log files, and regexes with Python ......
Author Jaime Buelta
Published 2020
GitHub
github.com › nitin42 › Python-Automation
GitHub - nitin42/Python-Automation: 💻 These are some projects which I worked upon to automate stuffs using python
💻 These are some projects which I worked upon to automate stuffs using python - nitin42/Python-Automation
Starred by 292 users
Forked by 153 users
Languages Python
GitHub
github.com › PacktPublishing › Python-Automation-Cookbook
GitHub - PacktPublishing/Python-Automation-Cookbook: Python Automation Cookbook, published by Packt · GitHub
Starred by 254 users
Forked by 156 users
Languages Python 60.5% | HTML 37.1% | JavaScript 2.4%
DataCamp
datacamp.com › tutorial › python-automation
Python Automation: A Complete Guide | DataCamp
June 30, 2025 - Let’s take a look at an example. The script below uses os and shutil to automate the organization of PDF files, demonstrating a clear, common file-management scenario.
DOKUMEN.PUB
dokumen.pub › the-python-automation-cookbook-a-recipe-guide-to-automate-your-life.html
The Python Automation Cookbook: A Recipe Guide to Automate your Life - DOKUMEN.PUB
Table of contents : Title Page Contents Preface Chapter 1: Getting Started with Python for Automation Chapter 2: Writing Your First Automation Script Chapter 3: Advanced Python Features for Automation Chapter 4: Automating Repetitive Tasks Chapter 5: Web Automation with Python Chapter 6: Data Processing and Analysis Automation Chapter 7: Optimizing Your Scripts Chapter 8: Deploying Automation Scripts Chapter 9: The Future of Python Automation Additional Resources Automation Recipes 2. Automated Email Sending 3. Web Scraping for Data Collection 4. Spreadsheet Data Processing 5. Batch Image Processing 6. PDF Processing 7.
Quora
quora.com › What-are-some-good-Python-automation-project-ideas-1
What are some good Python automation project ideas? - Quora
Answer (1 of 4): Python as as binding language and Robot framework is what i have worked on recently and its amazing framework where you can do many tasks using the libraries provided by robot framework with 1 to 2 lines of code where in java we might end up writing pages of code to get the task ...
Reddit
reddit.com › r/learnpython › suggest me some ideas of automation project in python
r/learnpython on Reddit: Suggest me some ideas of automation project in Python
May 18, 2023 -
I have started learning python and fascinated about automation . I want to learn more about python automation by working on it .Suggest some not so simple python automation project ideas
Top answer 1 of 5
11
NPC generator for DND
2 of 5
7
Can you think of tasks in your daily life that would benefit from automation, or maybe tasks in someone else's life or business that would benefit? Practical problems can be highly motivating and rewarding! Here are a few ideas, Image Editing: Consider libraries like Pillow. Email Automation: Consider libraries like smtplib, imaplib, and ezgmail. System Backups: Consider libraries like shutil, os, and watchdog.
Soft Circles
softcircles.com › blog › top-15-python-automation-projects-for-beginners
Top 15 Python Automation Projects for beginners
This article will examine the Top 15 Python Automation Projects For Beginners, teaching you about some joint and exciting Python projects.
IBM
ibm.com › docs › en › SS3RA7_18.3.0 › pdf › ModelerScriptingAutomation.pdf pdf
IBM SPSS Modeler 18.3 Python Scripting and Automation Guide IBM
execution mode and then select either Python or Legacy. You can specify whether a script is or is not run when the stream is executed. To run the script each time · the stream is executed, respecting the execution order of the script, select Run this script.
Anarcho-copy
edu.anarcho-copy.org › Programming Languages › Python › Automate the Boring Stuff with Python.pdf pdf
AutomAte the Boring Stuff with Python
edu.anarcho-copy.org | Open Directory Data Archive - about - archive · We support the free software · EDU of anarcho-copy.org <edu-anarchocopy{at}riseup{dot}net> subscribe newsletter
Amazon
amazon.com › Python-Automation-Cookbook-automation-processing › dp › 1800207085
Python Automation Cookbook: 75 Python automation ideas for web scraping, data wrangling, and processing Excel, reports, emails, and more, 2nd Edition: 9781800207080: Computer Science Books @ Amazon.com
This updated edition includes 75 recipes, covering the entire spectrum of skills you need to have for enterprise process automation. The book also features three new chapters that focus on using Python for automating testing routines, machine ...
Theseus
theseus.fi › bitstream › handle › 10024 › 802362 › Khoa_Dang.pdf pdf
Khoa Dang NETWORK AUTOMATION WITH PYTHON
I also implemented the threading ... and Python has a built-in · threading module that provides a simple way to implement threading. It allows · you to create multiple threads that can run in parallel, enabling you to execute ... I created a thread for each router that executes the backup function. I spent the last day of the week studying network automation with serial ...