Which IDE you should use for Python?

                     TOP 4 PYTHON IDE Hey guys, In this post I will show you that which IDE you should use especially for python language. These are as follows: - PyCharm - Vs Code - PyDev -Syder  So, above are the IDEs That i recommend you guys to check out and do code in it. These IDEs has their own good performance features.  *If you have any kind of problems regarding programming feel free to ask me on comments section* Till then Good Bye!

Main Python error: Unable to install pyaudio in python

                          PyAudio Module Error in python

Hey guys, in this post we will see that how you can easily solve the pyaudio install error. So, first you have to go on python unofficial binaries website where you have to press (ctrl+f) to easily find your required file name and write "pyaudio" in it. Then, you will see a highlighted link press on it, and download.

 

NOTE:*You have to select the file which has your pc have requirements*

 


After the installation of file on your laptop/PC. You have to go on windows power-shell or CMD and write pip install "your file name" in it & hit enter now it will install in your python automatically. After, these all files. You have to go in CMD and write pip install pyaudio now you will have no errors showing anymore regarding pyaudio file. 

You can also comment down below if you have any other queries regarding pyaudio.

 
 

Comments

Popular posts from this blog

Python Advance Alarm/Reminder App Project

Which IDE you should use for Python?