Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #6652 > unrolled thread

Re: python in school notebooks/laptops

Started byhackingKK <hackingkk@gmail.com>
First post2011-05-30 16:39 +0530
Last post2011-05-30 21:12 -0400
Articles 4 — 4 participants

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: python in school notebooks/laptops hackingKK <hackingkk@gmail.com> - 2011-05-30 16:39 +0530
    Re: python in school notebooks/laptops jmfauth <wxjmfauth@gmail.com> - 2011-05-30 07:30 -0700
      Re: python in school notebooks/laptops Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2011-05-31 00:15 +0200
        Re: python in school notebooks/laptops Terry Reedy <tjreedy@udel.edu> - 2011-05-30 21:12 -0400

#6652 — Re: python in school notebooks/laptops

FromhackingKK <hackingkk@gmail.com>
Date2011-05-30 16:39 +0530
SubjectRe: python in school notebooks/laptops
Message-ID<mailman.2261.1306753758.9059.python-list@python.org>
On 30/05/11 15:45, John Thornton wrote:
> Hello
>         Is it a waste of time to try to get school admins to put 
> python in their school laptops?
>
>        OK. Here's the crib for the rest[!] of the world. Here in 
> Australia most secondary schools [that is kids from age approx 12-18] 
> have some sort of netbook/laptop program. I have looked at a few 
> schools and they put visual basic in  but not python. [unless of 
> course it's a mac where python may already be in it] . This is a 
> curious omission when Blender needs python to run.

Even better, try convincing them to use Ubuntu instead of  a virus 
called Where I Never Do Operations With Safety, or WINDOWS for short.
That way Python will come by default  and VB will be out of question
Happy hacking.
Krishnakant.

[toc] | [next] | [standalone]


#6663

Fromjmfauth <wxjmfauth@gmail.com>
Date2011-05-30 07:30 -0700
Message-ID<2edff4f4-64db-4f39-b822-6f8d2c41eddd@h12g2000pro.googlegroups.com>
In reply to#6652
On 30 mai, 13:09, hackingKK <hackin...@gmail.com> wrote:

[...]

>
> Even better, try convincing them to use Ubuntu instead of  a virus
> called Where I Never Do Operations With Safety, or WINDOWS for short.
> That way Python will come by default  and VB will be out of question
> Happy hacking.
> Krishnakant.

Do you mean one of these os's, where Python (2) is not
working properly because the *defaultencoding* is set
to utf-8?

jmf

[toc] | [prev] | [next] | [standalone]


#6675

FromIrmen de Jong <irmen.NOSPAM@xs4all.nl>
Date2011-05-31 00:15 +0200
Message-ID<4de416eb$0$49174$e4fe514c@news.xs4all.nl>
In reply to#6663
On 30-5-2011 16:30, jmfauth wrote:
> On 30 mai, 13:09, hackingKK <hackin...@gmail.com> wrote:
> 
> [...]
> 
>>
>> Even better, try convincing them to use Ubuntu instead of  a virus
>> called Where I Never Do Operations With Safety, or WINDOWS for short.
>> That way Python will come by default  and VB will be out of question
>> Happy hacking.
>> Krishnakant.
> 
> Do you mean one of these os's, where Python (2) is not
> working properly because the *defaultencoding* is set
> to utf-8?
> 
> jmf

Huh? On all of my machines, including windows and Ubuntu 11.04, sys.getdefaultencoding()
returns 'ascii'.

Irmen


[toc] | [prev] | [next] | [standalone]


#6688

FromTerry Reedy <tjreedy@udel.edu>
Date2011-05-30 21:12 -0400
Message-ID<mailman.2283.1306804377.9059.python-list@python.org>
In reply to#6675
On 5/30/2011 6:15 PM, Irmen de Jong wrote:

>> Do you mean one of these os's, where Python (2) is not
>> working properly because the *defaultencoding* is set
>> to utf-8?

> Huh? On all of my machines, including windows and Ubuntu 11.04, sys.getdefaultencoding()
> returns 'ascii'.

For me, WINXP, 2.7
 >>> sys.getdefaultencoding()
'ascii'

winxp, 3.2:
 >>> sys.getdefaultencoding()
'utf-8'

Both are what one would want.

-- 
Terry Jan Reedy

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web