<div class="gmail_quote">On Wed, Apr 15, 2009 at 3:50 AM, Evert Edel <span dir="ltr">&lt;<a href="mailto:beattls@gmail.com">beattls@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>&lt;snip&gt;<br>Now since I&#39;ve got the learning python book I first did a quick read trough it and now I&#39;m going more slowly trough it and doing all the explained things (in the interactive prompt). I do understand the basics behind OOP and I&#39;m wanting to start some smaller projects using the book as a reference to get my hands on python. It seems to me that it&#39;s better to learn it with smaller projects (and evolving with those).</blockquote>
<div><br>That&#39;s probably a fairly good idea... I would guess that most of us learned the same way, or at least in similar ways. <br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>But I really don&#39;t know what smaller projects would be good to start on as beginner. I&#39;ve got some ideas but those are more advanced (making a mpd client, some website ideas).<br><br>I hope you can give me some starting projects to learn python :).<br>

</blockquote></div><br>Well, what do you enjoy? That&#39;s really probably the best way to program - when you program things you enjoy you tend to be more likely to stick with it.<br><br>Do you like games? Maybe you could program a tic-tac-toe game. Or a guessing game. Do you like math? Perhaps you could write programs that will do certain math functions for you (Like the Fibonacci series, computing area, maybe even doing some calculus).<br>
<br>Do you like drawing pictures? If you use Tkinter or the turtle module you could write some programs to do that. Maybe you could try writing your name, first in block, then in script (actually the script would end out rather complicated, but certainly fun[if that&#39;s what you enjoy]!)<br>
<br> And of course, if you get stuck anywhere and need some help, we&#39;re always willing to help point you in the right direction.<br><br>Good luck!<br>HTH,<br>Wayne<br>