#coding
Read more stories on Hashnode
Articles with this tag
Some days ago , I was working on a project where I needed to play an audio file that my program generated. So in order to that, I used a library named...
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...
Decimal: Decimals numbers are used widely which represents (0-9) numbers in the number system. Its base is 10. Binary: Binary is used for machines or...
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...
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...