Martin

Results 5 comments of Martin

There are multiple issues on chapter 1 in respect of python2 -> 3: 1. print "string" -> print("string") 2. xrange(some list) -> range(some list) 3. ...._data = zip(..._inputs) -> ...._data...

I had something like that: wanted a different program to plot the data. I copied the LineSpectrum and SpectrumBase classes in my namespace with a different name, added the imports...

If you have a program to write the diskfile, change it to write to MemoryStream. instead of close/open the file, set MemoryStream.Position=0 and offer the file to the player.

I resolved the problem,manually changing the PATH in System. I reported it as many Windows users with the default install settings will run into the same problem, and I would...

I remember this: I installed the package without changing any default value. Next thing I did was to start the tutorial. I'm an beginner and like to be guided a...