#programming-languages
Read more stories on Hashnode
Articles with this tag
There are a lot of ways that exist which can help to convert a text into a speech. I have recently work with gTTS python library to perform the task...
In a truth & dare game, we usually spin a bottle to pick a person among us. So the main task here is to pick a person's name randomly. We can do that...
In my previous blog I have shown how you can generate other number systems (binary, Hexa, and octal) from decimal using a built-in library. In this...
Python is a multi-paradigm supported language and that is one of the reasons I like Python. Coding with python is very much fun and easy without all...
Lists are one kind of datatypes that is used to store various items in a single variable. Lists in usually look like this : ...
Dictionaries in python store a collection of data like Lists. The difference between a dictionary and a list is you need to store the values with keys...