Message from Python discussions
November 2018
— Yeah, give it a try
Does anybody know how to extract data from countour plot.
I have a function computed on the grid. I can draw zero level line by means of pylab. countour. How can I get this data as an array??
— Actually there are two series not one
— Need a Java developer who wants to be part-time or full-time trainer in a Banglore based training centre
— Must be from Bangalore
— Hi python community. I have a problem:
favorite_language = 'python '
print (favorite_language)
According to the book that I am reading should appear python spaced on the right side and is not that what happens someone can explain why?
— Desktop reading obd2 via ELM, using a Arduino ECU simulator
— Try a file: URL with #egg=
— Dict + zip
— I think you are spaced
— Change the space to smthg different like * to see if the space appeared or try to concatenate it to another string and see.. print(favorite_language + 'language')
— In the book the result is: 'python '
In my program is just - python