[Tutor] Data Gathering

2007-08-19 Thread Johnny Jelinek IV
Hi, I was wondering if something like this is possible; Can I create a python script that will connect to a website to use it's search features to gather information for me? For example, if I wanted information about a movie from imdb, or something from wikipedia, but didn't want to go to the web

Re: [Tutor] Beginner Game: Rock, Paper, Scissors

2007-06-27 Thread Johnny Jelinek
formats, but not any that are vector, to my knowledge. I want to take advantage of the vector, if possible :D! On 6/26/07, Luke Paireepinart <[EMAIL PROTECTED]> wrote: Johnny Jelinek wrote: > how would I go about rendering an .svg to another file before showing > it on screen? Coul

Re: [Tutor] Beginner Game: Rock, Paper, Scissors

2007-06-26 Thread Johnny Jelinek
how would I go about rendering an .svg to another file before showing it on screen? Could you point me to some resources or examples? Thanks! On 6/26/07, Luke Paireepinart <[EMAIL PROTECTED]> wrote: Johnny Jelinek wrote: > sure, I wouldn't mind looking at your code :D! Also,

Re: [Tutor] Beginner Game: Rock, Paper, Scissors

2007-06-26 Thread Johnny Jelinek
hical. If you'd like to take a look at it, let me know. Happy Programming! =) -- bhaaluu at gmail dot com On 6/26/07, Johnny Jelinek <[EMAIL PROTECTED]> wrote: > Hello, I'm a beginner to python; I wanted to make a fun little game,

[Tutor] Beginner Game: Rock, Paper, Scissors

2007-06-26 Thread Johnny Jelinek
Hello, I'm a beginner to python; I wanted to make a fun little game, so I started with something simple: Rock, Paper, Scissors. The program I made satisfies me, but I want to add graphics. I installed pygame, and have some svg's that I want to render into graphics. I installed cairo, but then r