Posts by Ishant Thulla
Author Biographical Info: Not available
Here we will see the basic differences between dict.items() and dict.iteritems() in Python. dict.items() and dict.iteritems() are almost same except for some differences. dict.iter.... Read More
In this tutorial, you will learn how to repeat string n times with separator in Python. First, you will take any string, in this case, I will use a variable called “string.... Read More
In this tutorial, we will learn how to create a twitter bot in python using the python library called Tweepy. For this, first you need to apply for developers account for twitter w.... Read More