questions anon Wrote in message:
>
Please use text mail to post, as html has a number of problems.
In your current message, indentation is lost. Also don't
top-post in this forum. Any selective quoting of previous context
should precede your comments.
Your logic presently tries to copy a d
Hi,
I'm learning Python and I'm using Debian 6.0 (squeeze)
The installed version is 2.6.6. (python -V)
I have seen some recommendations for beginners to invest in version 3.
I found package of Python 3.1 in repository for squeeze.
I am considering installing Python 3.1 with
apt-get install p
On 2014-05-22 06:17, Markos wrote:
Hi,
I'm learning Python and I'm using Debian 6.0 (squeeze)
The installed version is 2.6.6. (python -V)
I have seen some recommendations for beginners to invest in version 3.
I found package of Python 3.1 in repository for squeeze.
I am considering installin
(Forwarding to Python-tutor; currently I'm a bit busy at this moment.)
-- Forwarded message --
From: fabu desay
Date: Thu, May 22, 2014 at 1:26 AM
Subject: Re: [Tutor] Option on How to create web Interface
To: Danny Yoo
Thanks A bunch But is there like a sandbox for me to try
Sorry, typing is hard.
*You will need to use virtualenv
On Thu, May 22, 2014 at 2:40 PM, C Smith wrote:
> You can't use apt-get or similar to install 3.1.
> You will need to virtualenv.
>
> On Thu, May 22, 2014 at 12:22 PM, Alex Kleider wrote:
>> On 2014-05-22 06:17, Markos wrote:
>>>
>>> Hi,
>>
You can't use apt-get or similar to install 3.1.
You will need to virtualenv.
On Thu, May 22, 2014 at 12:22 PM, Alex Kleider wrote:
> On 2014-05-22 06:17, Markos wrote:
>>
>> Hi,
>>
>> I'm learning Python and I'm using Debian 6.0 (squeeze)
>>
>> The installed version is 2.6.6. (python -V)
>>
>> I
On Thu, May 22, 2014 at 12:54 AM, Alan Gauld wrote:
> But basically this just creates a text file in a folder somewhere.
> Its only when that is accessed via a web server that it gets
> sent to a browser, and only as a static file.
>
> If you wanted to do it dynamically you'd have a file called
>
On Thu, May 22, 2014 at 8:41 PM, C Smith wrote:
> Sorry, typing is hard.
> *You will need to use virtualenv
>
> On Thu, May 22, 2014 at 2:40 PM, C Smith wrote:
>> You can't use apt-get or similar to install 3.1.
>> You will need to virtualenv.
…or maybe not. The correct way is compiling it on y
On 22/05/14 19:47, Chris “Kwpolska” Warrick wrote:
On Thu, May 22, 2014 at 12:54 AM, Alan Gauld wrote:
But basically this just creates a text file in a folder somewhere.
Its only when that is accessed via a web server that it gets
sent to a browser, and only as a static file.
If you wanted to