Re: python tutorial/projects

2005-02-24 Thread Fuzzyman
I'm looking for people to work on a couple of projects... online
bookmarks manager for example

Regards,

Fuzzy
http://www.voidspace.org.uk/python/index.shtml

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python tutorial/projects

2005-02-24 Thread Tom Willis
On 24 Feb 2005 02:06:24 -0800, Fuzzyman [EMAIL PROTECTED] wrote:
 I'm looking for people to work on a couple of projects... online
 bookmarks manager for example
 
 Regards,
 
 Fuzzy
 http://www.voidspace.org.uk/python/index.shtml
 
 --
 http://mail.python.org/mailman/listinfo/python-list
 


How bout a paying full time job doing python development. In Cincinnati. 


That would rule.

I only hear about vb.net or java around here. It's quite depressing.

-- 
Thomas G. Willis
http://paperbackmusic.net
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python tutorial/projects

2005-02-23 Thread Cameron Laird
In article [EMAIL PROTECTED],
Leif B. Kristensen [EMAIL PROTECTED] wrote:
Danny skrev:

 Does anyone know of a good python tutorial?
 I was also looking for some non-trivial projects to do in python.
 
There's a lot of projects on Sourceforge that are written in Python,
where you're free to study the code and maybe participate, if you've
got what it takes.
 
 Basically I would like to claim on my resume, that I know python, with
 out bad karma.

Your stance is a difficult one, and one that is hard to conciliate with
the Zen of Hacking. Search for enlightenment first, my son, and the
rest will be given to you freely.
-- 
Leif Biberg Kristensen

Should we just tell Danny to come to a PyCon?  'Bet we could put
him to use in a Sprint.  There's work that fits even the rawest
beginners, if they have the right attitude.
-- 
http://mail.python.org/mailman/listinfo/python-list


python tutorial/projects

2005-02-22 Thread Danny
Does anyone know of a good python tutorial?
I was also looking for some non-trivial projects to do in python.
Basically I would like to claim on my resume, that I know python, with 
out bad karma.

Danny
--
http://mail.python.org/mailman/listinfo/python-list


Re: python tutorial/projects

2005-02-22 Thread Steve Juranich
I think the tutorial offered at www.python.org/tut/tut.html is as good
a starting place as any.

I wouldn't be able to suggest a non-trivial project without knowing
more about your background.  Can you do a flashcard program? recipe
organizer? [EMAIL PROTECTED] client? (I think you see where this is going).

Good luck.

On Tue, 22 Feb 2005 15:23:37 -0800, Danny
[EMAIL PROTECTED] wrote:
 Does anyone know of a good python tutorial?
 I was also looking for some non-trivial projects to do in python.
 
 Basically I would like to claim on my resume, that I know python, with
 out bad karma.
 
 Danny
 --
 http://mail.python.org/mailman/listinfo/python-list

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python tutorial/projects

2005-02-22 Thread Tom Willis
I found this one helpful

http://diveintopython.org/

and this one

http://ibiblio.org/obp/thinkCS/python/english/


Just found this one
http://hetland.org/python/instant-python

and this page has links to many more.

http://www.python.org/doc/Intros.html

And because I'm a huge Bruce Eckel fan.

Thinking in Python
http://mindview.net/Books/TIPython

It's old, but I still go through it every now and then.


-- 
Thomas G. Willis
http://paperbackmusic.net



On Tue, 22 Feb 2005 16:48:48 -0700, Steve Juranich [EMAIL PROTECTED] wrote:
 I think the tutorial offered at www.python.org/tut/tut.html is as good
 a starting place as any.
 
 I wouldn't be able to suggest a non-trivial project without knowing
 more about your background.  Can you do a flashcard program? recipe
 organizer? [EMAIL PROTECTED] client? (I think you see where this is going).
 
 Good luck.
 
 On Tue, 22 Feb 2005 15:23:37 -0800, Danny
 [EMAIL PROTECTED] wrote:
  Does anyone know of a good python tutorial?
  I was also looking for some non-trivial projects to do in python.
 
  Basically I would like to claim on my resume, that I know python, with
  out bad karma.
 
  Danny
  --
  http://mail.python.org/mailman/listinfo/python-list
 
 --
 http://mail.python.org/mailman/listinfo/python-list

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python tutorial/projects

2005-02-22 Thread Andrew Thomson
On Tue, 2005-02-22 at 15:23 -0800, Danny wrote:
 Does anyone know of a good python tutorial?

I found this one most helpful.

http://www.ibiblio.org/obp/thinkCSpy/

ajt.

 I was also looking for some non-trivial projects to do in python.
 
 
 Basically I would like to claim on my resume, that I know python, with 
 out bad karma.
 
 Danny
-- 
Andrew Thomson [EMAIL PROTECTED]

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python tutorial/projects

2005-02-22 Thread Tom Willis
You know, I hate doing this

I just remembered the Bruce Eckel book is a direct transaltion from
THinking In Patterns for Java.

And as such the example python code within the chapters is not even
valid Python.


If you're new to the language you'll get confused with the use of
private and static thrown everywhere.

It's still good information though.




On Tue, 22 Feb 2005 18:56:24 -0500, Tom Willis [EMAIL PROTECTED] wrote:
 I found this one helpful
 
 http://diveintopython.org/
 
 and this one
 
 http://ibiblio.org/obp/thinkCS/python/english/
 
 Just found this one
 http://hetland.org/python/instant-python
 
 and this page has links to many more.
 
 http://www.python.org/doc/Intros.html
 
 And because I'm a huge Bruce Eckel fan.
 
 Thinking in Python
 http://mindview.net/Books/TIPython
 
 It's old, but I still go through it every now and then.
 
 
 --
 Thomas G. Willis
 http://paperbackmusic.net
 
 
 On Tue, 22 Feb 2005 16:48:48 -0700, Steve Juranich [EMAIL PROTECTED] wrote:
  I think the tutorial offered at www.python.org/tut/tut.html is as good
  a starting place as any.
 
  I wouldn't be able to suggest a non-trivial project without knowing
  more about your background.  Can you do a flashcard program? recipe
  organizer? [EMAIL PROTECTED] client? (I think you see where this is going).
 
  Good luck.
 
  On Tue, 22 Feb 2005 15:23:37 -0800, Danny
  [EMAIL PROTECTED] wrote:
   Does anyone know of a good python tutorial?
   I was also looking for some non-trivial projects to do in python.
  
   Basically I would like to claim on my resume, that I know python, with
   out bad karma.
  
   Danny
   --
   http://mail.python.org/mailman/listinfo/python-list
  
  --
  http://mail.python.org/mailman/listinfo/python-list
 
 


-- 
Thomas G. Willis
http://paperbackmusic.net
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: python tutorial/projects

2005-02-22 Thread Leif B. Kristensen
Danny skrev:

 Does anyone know of a good python tutorial?
 I was also looking for some non-trivial projects to do in python.
 
There's a lot of projects on Sourceforge that are written in Python,
where you're free to study the code and maybe participate, if you've
got what it takes.
 
 Basically I would like to claim on my resume, that I know python, with
 out bad karma.

Your stance is a difficult one, and one that is hard to conciliate with
the Zen of Hacking. Search for enlightenment first, my son, and the
rest will be given to you freely.
-- 
Leif Biberg Kristensen
-- 
http://mail.python.org/mailman/listinfo/python-list