krishnapal rawatkrishkp.hashnode.dev·Dec 20, 2023Automating JIRA Creation on a GitHub Event using Python | Python For DevOpsIntroduction In the ever-evolving landscape of DevOps, the emphasis on automation has become a cornerstone for improving efficiency and collaboration within development teams. One powerful way to achieve this is by integrating popular tools like GitH...Discusspython api jira
Biohacker0corvus-ikshana.hashnode.dev·Dec 4, 2023How to make a macro recorder in pythonIn this Blog, I will show you how I built a macro recorder in Python to record all mouse and keyboard operations such as clicks, scrolling, hold&drag, key presses etc. In this blog post, we'll explore a Python script that leverages libraries such as ...Discuss·207 readsmacro recorder
AQIB HAFEEZaqibhafeez473.hashnode.dev·Oct 28, 2023Day 5 - Command Line Args and Environment Variables in PythonIntroduction: Welcome to Day 5 of our Python journey! In this article, we'll explore a fundamental aspect of Python programming: handling command-line arguments and environment variables. These are essential tools for building versatile and configura...Discuss·162 readsPython automation
Omini Okoiprideland.hashnode.dev·Sep 3, 2023Python File Analysis: Counting Lines and WordsIntroduction Python is a versatile language that excels in various file manipulation and analysis tasks. In this article, we'll explore four Python scripts that allow you to count lines and words in text files. We'll discuss each script's functionali...DiscussPython automation
Omini Okoiprideland.hashnode.dev·Sep 3, 2023A Comprehensive Guide to File Prefix and Suffix Manipulation in PythonIntroduction File manipulation is a crucial aspect of any programming or automation task. Python offers powerful tools to simplify file operations, including renaming files. In this article, we'll explore the use of Python scripts to add and remove p...DiscussPython automation
Omini Okoiprideland.hashnode.dev·Sep 3, 2023Mastering File Renaming in Python with os.rename()Introduction File management is a common task in programming, and Python offers a versatile set of tools to help you manipulate files and directories. In this article, we'll explore the os.rename() function, a powerful tool for renaming files. We'll ...DiscussPython File Handling
Omini Okoiprideland.hashnode.dev·Sep 3, 2023Exploring File Listing in Python: A Guide to os.listdir()Introduction File manipulation is a fundamental aspect of programming, and Python provides a rich set of tools to work with files and directories. In this article, we'll delve into the os.listdir() function, a simple yet powerful way to retrieve the ...Discuss·1 likePython automation
Kanishk Sharmaskanishk1234.hashnode.dev·Apr 8, 2023Python Automation in 2023: How to Streamline Your WorkflowAs automation continues to become an increasingly important aspect of business operations, Python is emerging as one of the most powerful and versatile tools for streamlining workflows and simplifying complex tasks. From data analysis to web scraping...Discuss·35 readsPython automation