Mrudgandha Kulkarni has Published 154 Articles

Python sorted containers - An Introduction

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:32:27

348 Views

Python offers a wide range of data structures to efficiently organize and manipulate data. When it comes to handling sorted data, sorted containers play a crucial role. Sorted containers are data structures that maintain the elements in a sorted order, providing fast access, insertion, and deletion operations. They offer an ... Read More

Python Seaborn - Strip plot illustration using Catplot

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:24:15

112 Views

Data visualization plays a crucial role in understanding and communicating patterns, trends, and insights from data. Python, with its rich ecosystem of libraries, offers powerful tools for creating visually appealing and informative plots. Seaborn, a popular data visualization library built on top of Matplotlib, provides a high-level interface for creating ... Read More

Python Script to Shutdown Computer

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:22:30

3K+ Views

In today's fast-paced digital world, being able to automate computer tasks can greatly enhance productivity and convenience. One such task is shutting down a computer, which can be time-consuming if done manually. Thankfully, Python provides us with a powerful set of tools to interact with the system and automate such ... Read More

Python Script to Restart Computer

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:20:32

2K+ Views

Restarting a computer is a common task that we often perform to troubleshoot issues, install updates, or apply system changes. While there are various ways to restart a computer, using a Python script can provide automation and convenience. In this article, we will explore how to create a Python script ... Read More

Python Script to Shutdown your PC using Voice Commands

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:17:22

186 Views

In today's world of automation and smart devices, voice control has become increasingly popular. From smartphones to virtual assistants, voice commands offer a convenient and hands-free way to interact with technology. What if you could extend this convenience to your PC as well? Imagine being able to shut down your ... Read More

Python script to shows Laptop Battery Percentage

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 17:14:38

354 Views

Monitoring the battery percentage of your laptop is essential to keep track of its power level and ensure uninterrupted usage. Whether you're working on the go or relying on your laptop for extended periods, having a Python script to display the battery percentage can be incredibly useful. In this blog ... Read More

Python Script to Open a Web Browser

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 16:34:03

2K+ Views

In today's digital world, web browsing has become an integral part of our daily lives. Whether it's researching information, shopping online, or accessing web-based applications, we spend a significant amount of time using web browsers. As a Python developer, wouldn't it be great to automate web browser operations and save ... Read More

Python script to monitor website changes

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 16:32:47

1K+ Views

In today's digital age, staying up to date with the latest changes on a website is crucial for various purposes, such as tracking updates on a competitor's site, monitoring product availability, or staying informed about important information. Manually checking websites for changes can be time-consuming and inefficient. That's where automation ... Read More

Python Script to Monitor Network Connection and saving into Log File

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 16:31:34

994 Views

Monitoring network connections is crucial for ensuring the stability and security of computer systems. Whether you're a network administrator or an individual user, having a way to track network connectivity and log relevant information can be invaluable. In this blog post, we'll explore how to create a Python script that ... Read More

Python Script to Logout Computer

Mrudgandha Kulkarni

Mrudgandha Kulkarni

Updated on 11-Aug-2023 16:30:54

447 Views

In today's digital age, automation plays a crucial role in simplifying and streamlining various tasks. One such task is logging out of a computer, which is typically done manually by selecting the logout option from the operating system's user interface. However, what if we could automate this process using a ... Read More

1 2 3 4 5 ... 16 Next
Advertisements