Varsha Purohit wrote:
> Hello Everyone,
> I have an application where i am comparing two images(jpg) which
> are almost identical but have little difference. I wanted to mark the
> difference with a different colour to highlight the region which is
> different from 1st image. Can you tel
Hello Everyone,
I have an application where i am comparing two images(jpg) which are
almost identical but have little difference. I wanted to mark the difference
with a different colour to highlight the region which is different from 1st
image. Can you tell me if there is any image funciton
> Any takers? Eric on the mac side? Some other windows user on the
> windows side? I guarantee OLPC will be running on your computer by the
> end of this.
I'll give this a shot this Saturday – I ought to be an ideal test
candidate since I'm more or less an installation/configuration idjit.
I'l
"johnf" <[EMAIL PROTECTED]> wrote
> > Coming from Scotland I have no idea what that means!
>
> What no Girl Scout cookies in Scotland???:-)
Well we have girls and we have scouts and we have girls
who are in the scouts equivalent for girls - the brownies.
Brownies are a kind of cookie aren't they
Michael Langford wrote:
> To run OLPC on mac, you need qemu for mac:
> http://www.kju-app.org/kju/
This gets the main page for Q, a native Mac port of qemu. I downloaded
the stable build.
> Download the latest (.img.bz2) file from:
> http://xs-dev.laptop.org/cscott/olpc/streams/ship.2/latest/de
On Wednesday 16 January 2008 02:44:25 pm Alan Gauld wrote:
> > It is, almost, (19 January 2008)GS cookie time in
> > CA.
>
> Coming from Scotland I have no idea what that means!
What no Girl Scout cookies in Scotland???:-)
--
John Fabiani
___
Tutor m
"Roger Maxwell" <[EMAIL PROTECTED]> wrote
> I would like to learn and teach my 2 girls a mini
> database GUI program in Python and
Since sqlite is included in the standard distribution
of Pythn 2.5 you might as well use that. It is easy to administer
and uses a simplified version of st
>I would like to learn and teach my 2 girls a mini
> database GUI program in Python and
>They are Girl Scouts (and advanced MS & HS
> students)
http://davidbau.com/archives/2005/07/29/haaarg_world.html
Alan
___
Tutor maillist - Tutor@py
Greetings,
Take a look at this page:
http://davidbau.com/python/learning.html
and also this one (by the same programmer):
http://davidbau.com/archives/2005/07/29/haaarg_world.html
Not only are these interesting reads, but also give a glimpse
into what it takes to teach kids computer programmin
>Question(s):
>Q01: Is this a 'reasonable' first project?
Yes. But I'd say do it in 2 phases. First do a command-line version, then do
the GUI.
>Q02: We can use either MAC or WinXP but which? Or both?
It realy doesn't matter
>Q03: Is this the appropriate forum?
Yes
_
Hi all:
1st post! Have been lurker 4 some time. Thanks to
all.
I am new to Python and a former DOS Clipper
programmer.
I would like to learn and teach my 2 girls a mini
database GUI program in Python and
They are Girl Scouts (and advanced MS & HS
students)
It is, almost, (19 Jan
Howdy all,
Hope this finds everyone well - roll on the weekend.
I've been using pycron for months now with no trouble at all.
It's a great scheduling program.
I'm now trying to schedule a file copy from a network share.
However, Pycron chokes, as it requires the share to fully qualified.
Inst
Yet one more offering: en.wikipedia.org/wiki/Python_Pipelines
This is my project - and a way you could help is:
I'd give you the specification of a "stage" and you'd develop a python
function or class that would implement that stage. The first stages
would be fairly simple, then things would ge
I used the s.intersection(t) function in the set type as it was the most
appropriate. The performance was phenomenal. Thank-you!
Dinesh
- Original Message -
From: bob gailer
To: Dinesh B Vadhia
Cc: tutor@python.org
Sent: Tuesday, January 15, 2008 2:03 PM
Subject: Re: [Tutor] A fas
Eric Abrahamsen wrote
> I spent some time this afternoon googling the One Laptop Per Child
> (OLPC) project (the GUI is done with Python and PyGTK), to see if
> there were any collaborative open-source projects I could contribute
> to. Seems like a perfect opportunity to get a little more Python
Thank you all for your suggestions.
The purpose of this script to read values for initialization of a class
that calls functions from another software program for chemically reacting
flows (www.cantera.org). I have around 25 input variables with distinct
variable names (dont follow any pa
First off OLPC still needs help with:
http://wiki.laptop.org/go/Journal
http://wiki.laptop.org/go/Bitfrost
http://wiki.laptop.org/go/School_Server
Secondly: To start playing with python on the OLPC, click pippy the python :o)
Lastly, you can emulate the build on most computers, Mac/Win/Linux:
Qem
Fiyawerx wrote:
> I've been over google for hours now, and I'm sort of at a lull in my
> learning, as I don't really have a current "goal". I know I could set
> some easy goal like to learn a specific function or feature, but I still
> have a hard time with that approach also. I was wondering if
I'm on a Mac, and it seems the current advice for Sugar emulation on
the Mac is "come back next year, or the year after"... I did get PyGTK
working, tho.
On Jan 16, 2008, at 10:13 PM, Michael Langford wrote:
> No, but this is quite useful for getting it up and going on your PC:
> http://wiki
Fiyawerx wrote:
> I've been over google for hours now, and I'm sort of at a lull in my
> learning, as I don't really have a current "goal". I know I could set
> some easy goal like to learn a specific function or feature, but I still
> have a hard time with that approach also. I was wondering if
No, but this is quite useful for getting it up and going on your PC:
http://wiki.laptop.org/go/OS_images_for_emulation
I was looking at Metropolis (the non-TM version of SimCity) as its gui
is all written in python
--Michael
On 1/16/08, Eric Abrahamsen <[EMAIL PROTECTED]> wrote:
Hey, on this topic, I spent some time this afternoon googling the One
Laptop Per Child (OLPC) project (the GUI is done with Python and
PyGTK), to see if there were any collaborative open-source projects I
could contribute to. Seems like a perfect opportunity to get a little
more Python expe
Here is a pyparsing approach to your question. I've added some comments to
walk you through the various steps. By using pyparsing's makeHTMLTags
helper method, it is easy to write short programs to skim selected data tags
from out of an HTML page.
-- Paul
from pyparsing import makeHTMLTags, Sk
There are programming contests you can enter. I don't know of any more
still running past these two (but would love to hear of more):
Sphere Online Judge:
http://www.spoj.pl/problems/classical/
Topcoder's Development Contests:
http://www.topcoder.com/tc?module=ViewActiveContests&ph=113
--
bill.wu wrote:
>
> i am new guy.
> i ask a easy question.
There is no need to ask twice.
Please post messages in plain-text, not HTML.
Kent
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
Shriphani Palakodety wrote:
> Hello,
> I have a html document here which goes like this:
>
> Table of Contents
> .
> Preface
>
> Can someone tell me how I can get the string between the tag for
> an a tag for a given value of the name attribute.
In [30]: from BeautifulSoup import Beauti
I've been over google for hours now, and I'm sort of at a lull in my
learning, as I don't really have a current "goal". I know I could set some
easy goal like to learn a specific function or feature, but I still have a
hard time with that approach also. I was wondering if anyone knows of any
sites
"Tiger12506" <[EMAIL PROTECTED]> wrote>
>> [Background from Alan]
>> ... Thus the context object should respond to some message
>> from Pizza and in this case the Pizza should hold a reference
>> to its context manager(probably a screen or grid of some sort).
>
> [disclaimer]
> This email has part
"Shriphani Palakodety" <[EMAIL PROTECTED]> wrote in
> I have a html document here which goes like this:
>
> Table of Contents
> .
> Preface
>
> Can someone tell me how I can get the string between the tag for
> an a tag for a given value of the name attribute.
Heres an example using the
"bill.wu" <[EMAIL PROTECTED]> wrote
> i ask a easy question.
>
> why the first one have"x",the second one
> doesn't have "x". what is different?
The first is using x as the name of a parameter
of the function and is only used inside the function.
The second one takes no parameter and relies
Kent Johnson wrote:
> Ricardo Aráoz wrote:
>
>> _validChars = {
>> 'X' :
>> 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890'
>> , '9' : '1234567890'
>> , '-' : '-1234567890'
>> , 'A' :
>> 'abcdefghijklmnopqrstuvwxyzABC
"Tiger12506" <[EMAIL PROTECTED]> wrote
>> Of course I know and use reg. exps., the point of the function is
>> not to
>> validate input but to force the proper input.
>
> So? Are you going to try to tell me that you can force particular
> input
> without actually determining if its valid or not f
Tiger12506 wrote:
>> Of course I know and use reg. exps., the point of the function is not to
>> validate input but to force the proper input.
>
> So? Are you going to try to tell me that you can force particular input
> without actually determining if its valid or not first? ;-)
>
> Just a thou
> i dont want to change alt+f4 for every application on the computer
> permanently...
> i just want to change it a particular area
> do we have any options for this
In that case all you need to do is to bind the key to the same action as the
Enter key. Enter usually is a default action so you wi
34 matches
Mail list logo