Re: [Tutor] Pip issue

2018-10-06 Thread Mats Wichmann
On 10/05/2018 09:50 AM, Adam Eyring wrote: > Hi all, > I just joined since I'm new to working in python for data management and > have been stumped on using pip. My understanding is that it should be in my > scripts folder of Windows Python3.6 (downloaded from python.org), but it's > not, so it

Re: [Tutor] guess my number game (reversed)

2018-10-06 Thread Peter Otten
chiara pascucci wrote: > Hi, > > sorry for "resurrecting" this thread. I have tried doing as suggested but > with no luck. > I now managed to make the programme work "partially". It works as desired > for "too high" and "right" answer input, but when the users input "too > low" the programme

Re: [Tutor] guess my number game (reversed)

2018-10-06 Thread chiara pascucci
Hi, sorry for "resurrecting" this thread. I have tried doing as suggested but with no luck. I now managed to make the programme work "partially". It works as desired for "too high" and "right" answer input, but when the users input "too low" the programme closes. here is what the code looks like

[Tutor] [spoiler] Re: Shifting arrays as though they are a 'word'

2018-10-06 Thread Peter Otten
Chip Wachob wrote: > Hello, > > I was not able to find any answers in the archive on this one. > > I'm wondering if this task can be done in a better way than what I've > attempted.. > > I have an array of bytes. Up to 64, which makes for 512 bits. > > I am reading these bytes in serially,

Re: [Tutor] Shifting arrays as though they are a 'word'

2018-10-06 Thread Steven D'Aprano
On Fri, Oct 05, 2018 at 04:17:53PM -0400, Chip Wachob wrote: > Hello, > > I was not able to find any answers in the archive on this one. > > I'm wondering if this task can be done in a better way than what I've > attempted.. > > I have an array of bytes. Up to 64, which makes for 512 bits. >