Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: speech converstions on live audio stream
Post: speech converstions on live audio stream

I want to throw the speech to text conversions on my console when the user has stopped speaking. For it I installed speech_recognition module and python2. When I run on command line python -m speech...
raady07 General Coding Help 1 3,570 Jun-05-2018, 11:22 AM
    Thread: selecting a particular column in csv file shows error
Post: RE: selecting a particular column in csv file show...

Issue is resolved. A little modification helped by ignoring the encoding errors with open(filename, encoding='utf8', errors='ignore') as csvfile:
raady07 General Coding Help 7 4,283 Mar-15-2018, 12:36 PM
    Thread: selecting a particular column in csv file shows error
Post: RE: selecting a particular column in csv file show...

when I check the file it gave me this [Image: https://expirebox.com/download/dda5b5097...6ae2c.html] Please help.
raady07 General Coding Help 7 4,283 Mar-15-2018, 10:58 AM
    Thread: selecting a particular column in csv file shows error
Post: RE: selecting a particular column in csv file show...

I have checked the encoding technqiue and it is utf8, so I have modified the code line as with open(filename, encoding='utf8') as csvfile:then it returns another error Error:UnicodeDecodeError: 'utf-8...
raady07 General Coding Help 7 4,283 Mar-15-2018, 10:33 AM
    Thread: selecting a particular column in csv file shows error
Post: selecting a particular column in csv file shows er...

I am selecting a particular column from twitter username database which is in CSV file. I tried the following with a simple csv file which is made by me. The code runs fine. But when I am reading the...
raady07 General Coding Help 7 4,283 Mar-15-2018, 10:22 AM
    Thread: how to select particular rows data from a array
Post: RE: how to select particular rows data from a arra...

thank you zivoni np.concatenate works
raady07 Data Science 3 4,426 Mar-06-2017, 02:21 AM
    Thread: how to select particular rows data from a array
Post: how to select particular rows data from a array

I am new programmer to python.  I have a text file having 360 rows and 190 columns of data.  In matlab, if I load the text file and x_data will be variable of size 360x190 columns. If I want to select...
raady07 Data Science 3 4,426 Mar-04-2017, 03:32 AM
    Thread: Error in computing FFT operation
Post: Error in computing FFT operation

Python 3.5 Tensorflow GPU Hello,  I am trying to perform a fft operation on a variable x = tf.Variable([1,2,3,4,5],df.type =tf.float32) y = tf.fft(x) sess=tf.Session() sess.run(model) print(sess.run(...
raady07 Data Science 1 4,253 Jan-18-2017, 01:33 AM
    Thread: Syntax error not understood
Post: Syntax error not understood

Hi,  Completely new user for Python coding. Please help to understand the error.  import math  def euclideanDistance(instance1,instance2, length):     distance = 0     for x in range(length):      ...
raady07 General Coding Help 5 6,908 Jan-03-2017, 06:37 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020