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.
automation task-runner project - how to automate the boring things when you're automating things Sep 16, 2020
r/Python 5y ago
โAutomate the boring stuffโ โ but what do you all actually automate with python Oct 29, 2022
r/learnpython 3y ago
I Build Custom Python Scripts to Automate Repetitive Online Tasks โ Fast & Reliable Aug 1, 2025
r/automation 11mo ago
Python automation resources?
https://automatetheboringstuff.com/ More on reddit.com
What small Python automation projects turned out to be the most useful for you?
This is a bit odd, but let me explain. I made a Python script that shows the current phase of the moon as ASCII art , like this: .........@ ..............@@ ..................@@ ....................@@ .....................@@@ .....................@@@ .....................@@@ .....................@@@ ....................@@ ..................@@ ..............@@ .........@ (Currently a new moon started a few days ago.) The "automation" part is I set it (in the .zshrc file) to run whenever I open a new terminal window. It's a nice, quick, subtle way to show me the passage of time. I never really look at the moon nor think about it much. But now I have something that lets me look forward to full moons, half moons, etc. The Python script also has an animation mode and options for resizing, using different text characters, etc. I used an LLM to port it to Rust to have a compiled version. It's marginally "useful" but I do see it almost every day. More on reddit.com
Tips for beginner python learner for automation.
I know we're on learnpython, but if you really want value with win server and AD, pick up PowerShell instead. More on reddit.com
Courses to learn Python Automation?
I've been doing the Google IT Automation with Python course on coursera. It covers more than just Python like Bash and Puppet but it's been really good and you get a shareable certificate from Google on completion. I would also recommend "Automating the Boring Stuff With Python" from No Starch Press as really great practice. More on reddit.com
YouTube
youtube.com โบ playlist
Python Automation
AboutPressCopyrightContact usCreatorsAdvertiseDevelopersTermsPrivacyPolicy & SafetyHow YouTube worksTest new features ยท ยฉ 2026 Google LLC ยท Python Automation - YouTube
Soft Circles
softcircles.com โบ blog โบ top-15-python-automation-projects-for-beginners
Top 15 Python Automation Projects for beginners
For example, Robotic Process Automation can help business to automate tasks such as data entry, documents processing or dealing with support queries. For businesses looking to integrate Python automation into their workflows, Ikonicdev provides ...
YouTube
youtube.com โบ watch
3.5 Hours of Python Automation Projects - From Beginner to Advanced - YouTube
๐ Zero to Python Developer with No Degree - https://www.internetmadecoder.com/python-dev-masterclass?video=916TXUN3nPU๐ง Free Coding Tips & Tech News in 4 M...
Published ย January 19, 2025
Simplilearn
simplilearn.com โบ home โบ resources โบ software development โบ your ultimate python tutorial for beginners โบ top 20 python automation projects ideas for beginners
Top 20 Python Automation Projects Ideas For Beginners
3 weeks ago - Explore the top 20 Python automation projects for beginners to boost your skills! From scripts to bots, start your journey to becoming a Python pro today.
Address ย 5851 Legacy Circle, 6th Floor, Plano, TX 75024 United States
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 296 users
Forked by 153 users
Languages ย Python
YouTube
youtube.com โบ tech with tim
3 Python Automation Projects - For Beginners - YouTube
Today i'm going to show you how you can automate your life with these 3 fun, simple yet effective projects. These projects illustrate the power of knowing Py...
Published ย December 6, 2023 Views ย 51K
YouTube
m.youtube.com โบ watch
3.5 Hours of Python Automation Projects - From Beginner to ...
Share your videos with friends, family, and the world
Published ย January 19, 2025
Automate the Boring Stuff
automatetheboringstuff.com
Automate the Boring Stuff with Python - Automate the Boring Stuff with Python
Following Automate the Boring Stuff with Python chapter by chapter, this workbook will help you turn concepts into muscle memory through carefully designed exercises, projects, and real Python scripts.
GeeksforGeeks
geeksforgeeks.org โบ python โบ python-automation
Python Automation Tutorial - GeeksforGeeks
Python can automate tasks related to files, folders and operating system operations. ... Web automation helps automate browser tasks such as clicking buttons, filling forms and extracting data from websites.
Published ย May 11, 2026
Quora
quora.com โบ What-tasks-can-you-automate-with-Python-and-how-do-you-do-it
What tasks can you automate with Python, and how do you do it? - Quora
Answer (1 of 2): Almost everything from your daily tasks like replying to your emails to uploading posts to your Instagram/Facebook. Automating your home to making a self-driving car that will pick you up every morning automatically. Automating your movie downloading schedule to making a Game pla...
YouTube
youtube.com โบ internet made coder
5 Amazing Ways to Automate Your Life using Python - YouTube
๐ Become a Python Developer TODAY - https://bit.ly/3TyYKGy5 Quick Python Automation projects that are perfect for beginners to automate your life.Being abl...
Published ย March 19, 2023 Views ย 249K
GitConnected
levelup.gitconnected.com โบ 10-python-automation-ideas-with-code-that-i-use-everyday-034427a7d719
10 Python Automation Ideas with Code That I Use Everyday | by Thomas | Level Up Coding
December 2, 2024 - It can handle boring, repetitive tasks like organizing files, sending emails, or creating reports, all with just a little bit of code. Whether youโre managing data, working online, or just looking for ways to make your daily tasks easier, Python can help. In this article, Iโll share ten simple Python automation ideas I use every day to save time and get more done.