Posts by Snigdha Ranjith

Author Biographical Info: A Computer Engineer in the making.

Keyboard Automation in Python using PyAutoGUI

By Snigdha Ranjith

In this tutorial, we’ll learn about Keyboard Automation in Python using PyAutoGUI. PyAutoGUI is a module in Python that can automate Mouse movements as well as keystrokes. Keyboa.... Read More

Finding time-complexity of algorithms in Python

By Snigdha Ranjith

Today we’ll be finding time-complexity of algorithms in Python. To do this, we’ll need to find the total time required to complete the required algorithm for different .... Read More

Plotting 3D-graphs in Python using matplotlib

By Snigdha Ranjith

Today we’ll learn about plotting 3D-graphs in Python using matplotlib. Matplotlib is an amazing module which not only helps us visualize data in 2 dimensions but also in 3 di.... Read More

Implementing Rail-fence Cipher in Python

By Snigdha Ranjith

In today’s tutorial, we will be Implementing Rail-fence Cipher in Python. Rail- fence cipher is a transposition cipher that encrypts the plain text by changing the position o.... Read More

Mouse Automation in Python using PyAutoGUI

By Snigdha Ranjith

In this tutorial, we’ll learn about Mouse Automation in Python using PyAutoGUI. PyAutoGUI is a module in python which can automate Mouse movements as well as keystrokes. Mous.... Read More

predict_proba for classification problem in Python

By Snigdha Ranjith

In this tutorial, we’ll see the function predict_proba for classification problem in Python. The main difference between predict_proba() and predict() methods is that predict.... Read More

Android application using Kivy in Python

By Snigdha Ranjith

In this tutorial, we’ll learn how to make a simple Android Application using Kivy in Python. If you, like me, find it difficult to make an app in Java, using Kivy is your bes.... Read More

Prediction Intervals in Python using Machine learning

By Snigdha Ranjith

Today we’ll learn about getting Prediction intervals in Python using Machine learning. The prediction that we get in every machine learning algorithm consists of some errors..... Read More

Related Posts