Posts by Ishant Thulla

Author Biographical Info: Not available

Differences between dict.items() and dict.iteritems() in Python

By Ishant Thulla

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

Repeat string n times with separator in Python

By Ishant Thulla

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

How to build a twitter bot using Python

By Ishant Thulla

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

Related Posts