Re: [Tutor] Is there a library which has this object?

2016-04-30 Thread Yeh
ress "q", then break the cycle(). and has same question to make it be a function. Thanks Yeh Z ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Is there a library which has this object?

2016-04-28 Thread Yeh
Thank you! > You probably want to look at the itertools module. > > There you can find among others the count() generator function. > Others of possible interest include cycle() and repeat() Yeah, I'm going to check them now.and I just solved my first question by using numpy, as below: import ti

[Tutor] Is there a library which has this object?

2016-04-28 Thread Yeh
freq and mul.and It will output numbers as an oscillator. (from 0 to 1, and back to 0, and go to -1, and -1 return to 0.) I'm thinking there is a library, maybe It just is inside standard library. But, I don't know it yet... So, thanks f

[Tutor] how to transform the data as below?

2016-03-20 Thread Yeh
e\x02\x01\x02ZYY\x01\x08\x01x\x01\xfd\x02\x02\x02ZYY\x01\t\x01x\x01\xfd\x02\x02\x02ZYY\x01\x08\x01x\x01' ('192.168.1.101', 35000) Thanks! Yeh ___ Tutor maillist - Tutor@python.org To unsubscribe or

Re: [Tutor] how to transform the data as below?

2016-03-19 Thread Yeh Z
to read them by a human way. Besides, the MUC is made by my friend, we want to make an installation, which can send data via UDP from a sensor. Maybe, we can change some things in MUC? I don't know MUC totally. :( I just trying to learn Python. Thanks Yeh

Re: [Tutor] how to transform the data as below?

2016-03-19 Thread Yeh
efficiency, the hexadecimal is better, right? Finaly, we are going to pack the data to OSC messages to some musical softwares. We have already sent OSC messages from Python via UDP. But when we try to change the client to a MCU, we got these problem

[Tutor] problem of windmill on ssl website

2009-03-25 Thread Coco Yeh
I have problem using windmill with a ssl website (https). The console output of looks like this: windmill ie https://www.example.org https://www.example.org is not a windmill argument. Sticking in functest registry. Server running... The browser does not go to the website, showing a tutor page