Posts by Diptam Paul
Author Biographical Info: Not available
In this article, we will talk about ciphers, to be more specific substitution cipher in Python. Mainly in cryptography, the ciphertext is used to encrypt the plain text. Accordi.... Read More
Today we will learn else conditional statement with for loop in Python. In other programming languages no matters its procedural or object-oriented language, else is restricted to .... Read More
Today we will see how to upload files to Google Drive using Python. We will use the Google Drive API to do this. So go to Google Developer Console And create a new project. It may .... Read More
Google allows everyone to create multiple private or public events or calendars in Google Calendar. So using the google calendar API’s you can create or manage those events i.... Read More
In this tutorial, we will learn about the Binary Search Lower Bound in Python. So before that let’s know what is Binary Search. So, for example, you have a sorted list or a s.... Read More