Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Two variables in for loop
Post: RE: Two variables in for loop

Thank you for the reply. I do not want to iterate through all the values in the second range for each value in the first (or vice versa) Instead I want Angle1 in range(0,180,5) to iterate independen...
vipinv23 General Coding Help 9 14,000 Aug-22-2019, 07:16 AM
    Thread: Two variables in for loop
Post: Two variables in for loop

Hello I want to iterate two variables independently and simultaneously in a single for loop. Is it possible? There is no relationship between the two variables. Example: for Angle1 in range(0,180,5...
vipinv23 General Coding Help 9 14,000 Aug-22-2019, 05:29 AM
    Thread: 3D Graphics and animation
Post: RE: 3D Graphics and animation

Dear Moderator, Thank you very much I shall try Blender
vipinv23 News and Discussions 2 2,017 Jul-19-2019, 09:54 AM
    Thread: 3D Graphics and animation
Post: 3D Graphics and animation

Hello, Please can someone suggest me how to make 3D animation in Python. I have been surfing but confused seeing so many options. Thank you
vipinv23 News and Discussions 2 2,017 Jul-19-2019, 08:34 AM
    Thread: Pyinstaller error
Post: RE: Pyinstaller error

Hello i used pyinstaller -f and i also tried on auto-py-to-exe
vipinv23 News and Discussions 3 4,637 Jul-03-2019, 10:03 AM
    Thread: Pyinstaller error
Post: Pyinstaller error

Hello, I am using pyinstaller to generate exe from py file but i am getting following error: " Traceback (most recent call last): File "c:\users\a\appdata\local\programs\python\python35-32\lib\to...
vipinv23 News and Discussions 3 4,637 Jul-02-2019, 09:37 AM
    Thread: Merge rows of 2 arrays
Post: Merge rows of 2 arrays

Hello, I have 2 arrays: time[1,2,3,4,5,] and data[0, 9, -15, 5, -2245] I want combine these 2 arrays in such a way that I get a single array in the following format: [1 0 2 9 3 -15 4 5 5 -2245] ...
vipinv23 General Coding Help 2 1,971 Jan-25-2019, 06:48 AM
    Thread: nframes = params[:4]
Post: RE: nframes = params[:4]

Hello All, Thank you for your replies. Now I am able to related to [:4] means
vipinv23 General Coding Help 5 3,436 Jan-18-2019, 02:06 PM
    Thread: Error is wave file processing
Post: Error is wave file processing

Hello, I am executing the following program for SE32_LE wave file format: import wave import matplotlib.pyplot as plt import numpy as np f = wave.open("M1F132.wav", "rb") #rb = read only # (nchann...
vipinv23 General Coding Help 1 2,951 Jan-18-2019, 10:56 AM
    Thread: nframes = params[:4]
Post: RE: nframes = params[:4]

Hello, I have got it Thank you
vipinv23 General Coding Help 5 3,436 Jan-18-2019, 10:52 AM
    Thread: nframes = params[:4]
Post: nframes = params[:4]

Hello, I am using the following code in wave file processing: f = wave.open("file.wav", "rb") params = f.getparams() nchannels, sampwidth, framerate, nframes = params[:4] but i have not understood ...
vipinv23 General Coding Help 5 3,436 Jan-18-2019, 10:22 AM
    Thread: OverflowError: cannot fit 'int' into an index-sized integer
Post: RE: OverflowError: cannot fit 'int' into an index-...

(Jan-16-2019, 04:48 PM)Gribouillis Wrote: The documentation of scipy.io.wavfile.read() says Quote:* This function cannot read wav files with 24 bit data. Couldn't this be the cause of the error? Hel...
vipinv23 General Coding Help 2 9,272 Jan-17-2019, 04:08 AM
    Thread: OverflowError: cannot fit 'int' into an index-sized integer
Post: OverflowError: cannot fit 'int' into an index-size...

Hello I am running a simple audio read program: import matplotlib.pyplot as plt import scipy.io.wavfile rate, data = scipy.io.wavfile.read('file.wav') plt.plot(data) plt.show() but its giving follo...
vipinv23 General Coding Help 2 9,272 Jan-16-2019, 04:42 PM

User Panel Messages

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