Re: [Tutor] Question about the memory manager

2016-01-13 Thread Albert-Jan Roskam
> To: tutor@python.org > From: __pete...@web.de > Date: Sun, 10 Jan 2016 18:29:06 +0100 > Subject: Re: [Tutor] Question about the memory manager > > Albert-Jan Roskam wrote: > > > Hi, > > > > I just found a neat trick to free up an emergency stash of memory in a > > funtion that overrides

Re: [Tutor] 12 year old starting to code

2016-01-13 Thread Alan Gauld
On 13/01/16 14:51, Mark Lawrence wrote: >> OK, It should be in C:\Python35\Lib\idelib > > That's not the default for 3.5, see > https://docs.python.org/3/using/windows.html Thanks for catching that. I based it on my ActiveState 3.4 install, but... I never use the default install and usually

Re: [Tutor] PLEASE I NEED HELP URGENTLY

2016-01-13 Thread Alan Gauld
On 13/01/16 17:53, Mark Lawrence wrote: > This is beyond a joke. The main mailing list is all ready being > moderated because of the constant messages asking for help on this > presumably homework question. Can these be stopped at source here please? I'm not sure we should. This is the kind

Re: [Tutor] PLEASE I NEED HELP URGENTLY

2016-01-13 Thread Tim Golden
On 13/01/2016 20:51, Tim Golden wrote: Speaking as the list moderator in question over there: if I might moderate Mark's well-known zeal... (Absolutely no pun intended!) TJG ___ Tutor maillist - Tutor@python.org To unsubscribe or change

Re: [Tutor] PLEASE I NEED HELP URGENTLY

2016-01-13 Thread Mark Lawrence
On 13/01/2016 18:13, Alan Gauld wrote: On 13/01/16 17:53, Mark Lawrence wrote: This is beyond a joke. The main mailing list is all ready being moderated because of the constant messages asking for help on this presumably homework question. Can these be stopped at source here please? I'm not

Re: [Tutor] PLEASE I NEED HELP URGENTLY

2016-01-13 Thread Tim Golden
On 13/01/2016 20:44, Mark Lawrence wrote: On 13/01/2016 18:13, Alan Gauld wrote: On 13/01/16 17:53, Mark Lawrence wrote: This is beyond a joke. The main mailing list is all ready being moderated because of the constant messages asking for help on this presumably homework question. Can these

Re: [Tutor] me, my arm, my availability ...

2016-01-13 Thread Mark Lawrence
On 13/01/2016 20:47, Laura Creighton wrote: I fell recently. Ought to be nothing, but a small chip of bone, either an existing one or one I just made is nicely wedged in the joint taking away a whole lot of the ability of my arm to rotate in the elbow joint. Or hold my arm in a position that

Re: [Tutor] idle??

2016-01-13 Thread Mark Lawrence
On 08/01/2016 23:42, Alan Gauld wrote: On 08/01/16 19:07, bruce wrote: Is IDLE essentially an ide for doing py dev? I see there's a windows/linux (rpms) for it. Yes, its the official IDE for Python. There is an "unofficial" version called xidle which tends to get a lot of the new stuff

[Tutor] me, my arm, my availability ...

2016-01-13 Thread Laura Creighton
I fell recently. Ought to be nothing, but a small chip of bone, either an existing one or one I just made is nicely wedged in the joint taking away a whole lot of the ability of my arm to rotate in the elbow joint. Or hold my arm in a position that is usual for typing. Plus, now that the

Re: [Tutor] idle??

2016-01-13 Thread Mark Lawrence
On 09/01/2016 10:38, Chris Warrick wrote: On 8 January 2016 at 20:07, bruce wrote: So, where does IDLE fit into this IDLE is a sad little “IDE”, which is really ugly, because it’s written in Tk. It lacks many IDE features. It comes with a really basic debugger (that

Re: [Tutor] Removing open bracket, content, close bracket content...

2016-01-13 Thread Alan Gauld
On 13/01/16 22:25, Sam Starfas via Tutor wrote: Hi Sam, Could you repost using plain text please? As you can see below the htnml/rich text option destroys the formatting of the data and code making it near impossible to read. > Hi,I am new to Python and trying to create a script that will

Re: [Tutor] 12 year old starting to code

2016-01-13 Thread Mark Lawrence
On 13/01/2016 18:08, Alan Gauld wrote: On 13/01/16 14:51, Mark Lawrence wrote: OK, It should be in C:\Python35\Lib\idelib That's not the default for 3.5, see https://docs.python.org/3/using/windows.html Thanks for catching that. I based it on my ActiveState 3.4 install, but... I never use

[Tutor] Removing open bracket, content, close bracket content...

2016-01-13 Thread Sam Starfas via Tutor
Hi,I am new to Python and trying to create a script that will remove content wrapped in brackets.For example I want to remove from each line the following:[!L] [20][!20+:2]etc But when I run my script I only get the last line of the content. It is correct as far as the output I want, but I

Re: [Tutor] idle??

2016-01-13 Thread Danny Yoo
>> So, where does IDLE fit into this > > IDLE is a sad little “IDE”, which is really ugly, because it’s written > in Tk. It lacks many IDE features. It comes with a really basic > debugger (that doesn’t even highlight the line that is being currently > executed…), function signature hinting,