Posts by SAHITHI NIHARIKA TALAGAPU

Author Biographical Info: Not available

if-elif-else statement in one single line in Python

By SAHITHI NIHARIKA TALAGAPU

Writing if-elif-else in multiple lines is old fashion. Everyone will write, so how about writing it in a single line. In this tutorial, we learn how to write if-elif-else statement.... Read More

Record voice from the microphone in Python with few lines of code

By SAHITHI NIHARIKA TALAGAPU

In this tutorial, we will learn how to record voice from the microphone in python. This can be done by using the Pyaudio module. This pyaudio helps python to record as well as play.... Read More

Related Posts