Here in this post we will write a function to wait till element loaded in the Web page using Selenium in Python to help you to automate your task. When you are working with selenium and python to automate some task related to web pages, you have faced a situation where you got some error […]
Automating Python Script to Run at Specific Time Every Day using Windows Task Scheduler
No doubt the 21st century is all about Python, Machine Learning and Artificial Intelligence. While working on these technologies is pretty exciting but there are processes that you perform on a day to day task. Say, for example, downloading a file from a particular location daily for updated content or transferring files from one drive […]
Python Script to transfer file from one location to another
Python is very useful for performing basic tasks like transferring the file from one location to another with few lines of code. The best of using python is that there are already loads of packages that contains already written functions and codes which you can reuse while working on your project. Also, Python scripts are […]
Defining Functions in Python for Machine Learning and Data Analysis
Here in this post, we will see how to define a function in python along with the importance of Functions in Python for Machine Learning and Data Analysis. We’ll start with the definition of function and then see some basic syntax with examples and in last we’ll discuss some use cases in the real world. What […]
13 Most Used Matplotlib Plots for Data Visualization in Data Science (with Python Codes)
Here in this post, we have shared 13 Matplotlib plots for Data Visualization widely used by Data Scientists or Data Analysts along with Python codes so that you can easily implement them side by side with us. Python’s Matplotlib library plays an important role in visualizing and serve as an important part for an Exploratory Data […]
Reading 15 most common file formats used in Data Science (using Python)
Here in this post, we will see how we can read most common file formats used in Data Science (using Python) with code. When you are working as a Data Scientist or Data Analyst, your most of the time is utilized in reading the dataset from different sources (including data saved in different file formats and […]