"Steven D'Aprano" wrote
I usually mount cdroms on /dev/cdrom
Surely that's where you mount cdroms *from*? I can't think that
using /dev/cdrom as the mount point would be a good idea!
Oops, yes, that should be /usr/cdrom, sorry.
Alan G.
___
"Luke Pettit" wrote
I was interested in which video tutorials Glen was watching, and if
anyone
else could recommend some video tutorials to watch,
I don;t know what Glen was watching but thhere are a whole bunch of
videos at showmedo.com
Alan G.
__
Thanks Alan I found those about an hour ago :)
On 6 November 2010 20:11, Alan Gauld wrote:
>
> "Luke Pettit" wrote
>
>
> I was interested in which video tutorials Glen was watching, and if anyone
>> else could recommend some video tutorials to watch,
>>
>
> I don;t know what Glen was watching
Unfortunately, most of them seem to be aimed at people who aren't
newbies. I think the world needs a good set of programming puzzles for
beginners.
It would sure be helpful to have a library of newbie type projects ... I'm
teaching myself with the "think like a computer scientist' books, and
On Fri, Nov 5, 2010 at 11:53 PM, Patty wrote:
> Hi Alan -
>
> I tried using ImageTk from the PIL library to display jpegs (and hopefully
> any picture type) instead of just gif as you suggested below. I read
> online that these these types of programs should
> be run from executables not in th
Luke,
I used a video from Lynda.com, simply because I already had a
subscription. The price was about $25 per month which I think is more
expensive that showmedo. Or you could buy it for $99 (Python 3 Essential
Training (DVD-ROM)).
The video's were very good for me personally because he was stra
Also, if you have not yet chosen an IDE I recommend eclipse with the
pydev extension. Google them or if you use gnu/linux (like ubuntu) you
can get it from the package manager. It is a very simple interface, with
syntax highlighting, debug mode and console.
On Sat, 2010-11-06 at 14:45 +, Glen
Thank you! I was getting confused, I thought I wouldn't need Tkinter. I
thought Tkinter is yet another addon library besides PIL. Am I right or wrong?
So I actually need both? And this brings me back to my _other_ question
which is that as individuals go about downloading these addon libra
For my first program, I liked creating a number game, simple and where the
user made a choice. That was good for learning how to interact with the
user. The raw_input() function.
Patty
- Original Message -
From: "Steven D'Aprano"
To:
Sent: Friday, November 05, 2010 10:55 PM
Subje
"Patty" wrote
I thought I wouldn't need Tkinter. I thought Tkinter is yet
another addon library
Tkinter is the standfard GUI toolkit for Python and as such comes as
part of the
standard library. (Although you do have to compile Python with that
option
enabled in some Linux distros)
Thanks for the explanation. I will go ahead and trying using these
functions in my program.
Patty
- Original Message -
From: "Alan Gauld"
To:
Sent: Saturday, November 06, 2010 10:55 AM
Subject: Re: [Tutor] Displaying Pictures & Text
"Patty" wrote
I thought I wouldn't need Tk
On Sat, Nov 6, 2010 at 11:54 AM, Patty wrote:
> For my first program, I liked creating a number game, simple and where the
> user made a choice. That was good for learning how to interact with the
> user. The raw_input() function.
>
> Patty
>
My favorite one is a simple guessing game, where th
"Patty" wrote
Thanks for the explanation. I will go ahead and trying using these
functions in my program.
Tkinrer is quite easy once you get the hang of it.
Its also a good intro to GUI frameworks in general if you ever
need to move top something more advanced.
There are good tutorials for
I'd also point out that Google has created a very awesome Python course
which is heavily dependent on video lectures by Nick Parlante. Included in
the course are downloadable exercises and examples (all mentioned in the
video lectures). After you review all of this quality (not to mention free)
mat
Wow information overload lol Thanks everyone this is great.
On 7 November 2010 13:43, trench wrote:
> I'd also point out that Google has created a very awesome Python course
> which is heavily dependent on video lectures by Nick Parlante. Included in
> the course are downloadable exercises and e
15 matches
Mail list logo