<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor">
    <title>gmane.comp.python.tutor</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75906"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75905"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75904"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75903"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75902"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75901"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75900"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75899"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75898"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75897"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75896"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75895"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75894"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75893"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75892"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75891"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75890"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75889"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75888"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.python.tutor/75887"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75906">
    <title>Re: Using a Blackjack Chart...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75906</link>
    <description>&lt;pre&gt;

There are lots of google results for python card games -- have you
explored those?

As to mysql it works fine on linux.  If your system doesn't have mysql
you can use synaptic package manager  to get it  Look for
mysql-server, mysql-client and python-mysqldb

import MySQLdb as mdb

&lt;/pre&gt;</description>
    <dc:creator>Joel Goldstick</dc:creator>
    <dc:date>2012-05-22T13:08:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75905">
    <title>Using a Blackjack Chart...</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75905</link>
    <description>&lt;pre&gt;I would like to create a Python program in the manner of an using flash 
card format.
That is, a question is asked and you can respond according and you will 
be notify if
you are correct or incorrect.

Using such format stated above, I would like to create a Blackjack 
program.  I wish
to utilize a 'cheat sheet chart' format that provide the proper response.

The chart has 10 rows across, being identified as the dealer's up card, 
from 2 to
10 plus Ace.

There are 23 columns indicating the player's cards being shown, such as 
8 to 12,
13-16, 17+, A2 to A8 and 2,2 to A,A.

Each row and column would indicate either Hit, DD (Double), S (Stand) 
and SP
(Split).

How can I best utilize such a chart in the Python program?  Lists, 
Tuples, Dictionary
or perhaps, a database format such as SQL?  I tried using MySQLdb but 
was unable
to use it since I am using Ubuntu 10.04.4 (Linux) as my main OS.  My 
other OS is
Windows XP.

Thank you for any suggestions or guidances.

Ken
__________________________________________&lt;/pre&gt;</description>
    <dc:creator>Ken G.</dc:creator>
    <dc:date>2012-05-22T12:52:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75904">
    <title>Re: Optimally configuring Emacs for W7-64bit and Python</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75904</link>
    <description>&lt;pre&gt;
boB,

Having been the emacs advocate, I feel some obligation to try to help.
However, 1) my last Windows use is a dim memory, and 2) I am just now
embarking on a period of travel and uncertain connectivity. So, apologies,
but I will not be able to provide much (any?) help in the immediate future.

(If emacs seems like you will stick to it, do have a look at orgmode.)

Best and good luck,

Brian vdB
_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
&lt;/pre&gt;</description>
    <dc:creator>Brian van den Broek</dc:creator>
    <dc:date>2012-05-22T08:58:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75903">
    <title>Optimally configuring Emacs for W7-64bit and Python</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75903</link>
    <description>&lt;pre&gt;Many thanks for all of the helpful input to my original questions. The
deciding factors came down to the fact that GNU Emacs, vintage year
2001, is available on the Sun Blade at work, I already own the book
"Learning GNU Emacs" and it would be nice to have my fingers trained
the same way for both work and home study.

What is the best way for me to get my W7-64bit laptop configured for
Python programming? My consultations with the Google oracle have
yielded inconclusive results this evening, though I confess I am quite
tired, so I may be missing the obvious.

&lt;/pre&gt;</description>
    <dc:creator>boB Stepp</dc:creator>
    <dc:date>2012-05-22T03:26:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75902">
    <title>Re: Datetime Integer Array</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75902</link>
    <description>&lt;pre&gt;On 5/21/2012 1:04 PM Jeremy Traurig said...


Using only builtin python functions you can do this as follows:

 &amp;gt;&amp;gt;&amp;gt; source = ['03/10/2010 02:00:00',
... '03/10/2010 02:10:00',
... '03/10/2010 02:20:00',
... '03/10/2010 02:30:00']
 &amp;gt;&amp;gt;&amp;gt;
 &amp;gt;&amp;gt;&amp;gt; for ts in source:
...     print ts, [ int(ii) for ii in 
ts.replace("/","").replace(":","").split() ]
...
03/10/2010 02:00:00 [3, 10, 2010, 2, 0, 0]
03/10/2010 02:10:00 [3, 10, 2010, 2, 10, 0]
03/10/2010 02:20:00 [3, 10, 2010, 2, 20, 0]
03/10/2010 02:30:00 [3, 10, 2010, 2, 30, 0]

HTH,

Emile

_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

&lt;/pre&gt;</description>
    <dc:creator>Emile van Sebille</dc:creator>
    <dc:date>2012-05-21T22:07:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75901">
    <title>Re: While learning Py: To IDE or not to IDE?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75901</link>
    <description>&lt;pre&gt;Hi,

On 21 May 2012 15:17, bob gailer &amp;lt;bgailer&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:


I'd like to add that if/when you do decide to pick up an IDE, I suggest you
try Eclipse.  For one it will allow you to use it for other languages also
(Java, C++, et al).  Have a look at the following video demonstrating some
of the PyDev features in the following video (also a little demonstration
how to develop TDD "red, green, refactor" style) :
http://pydev.org/video_pydev_20.html  Unit testing (PyUnit &amp;amp; friends),
Source code style and problem checking (Pylint), code test coverage
(Coverage.py) are all usable from and integrated reasonably well, making
life just that little bit easier.

Walter
_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
&lt;/pre&gt;</description>
    <dc:creator>Walter Prins</dc:creator>
    <dc:date>2012-05-21T21:48:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75900">
    <title>Re: Fwd:  Is this possible and should it be done?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75900</link>
    <description>&lt;pre&gt;

On 05/21/2012 07:24 PM, Alan Gauld wrote:
Very interesting idea, I have actually used a SQLite file in this way
before, not sure why I did not think of that possibility. SQLite's BLOB
could be the perfect already created solution. Thank you all for your
inputs.
_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

&lt;/pre&gt;</description>
    <dc:creator>Jordan</dc:creator>
    <dc:date>2012-05-21T20:24:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75899">
    <title>Datetime Integer Array</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75899</link>
    <description>&lt;pre&gt;Hello,

I am reading a data file with a string time stamp as the first column,
example below:

'03/10/2010 02:00:00'
'03/10/2010 02:10:00'
'03/10/2010 02:20:00'
'03/10/2010 02:30:00'
etc to n number of rows.

I'm using the numpy function genfromtxt to read this data:

import numpy as np
datetime_IN = np.genfromtxt('SIL633_original.txt', delimiter='\t',
skip_header=141, dtype='|S19',
usecols=0)

Now I have a variable called datetime_IN which is an array of datetime
strings to the nth row. I'd like to convert this strings to a numpy
array of integers where each column represents a value of time.
For example, using the same values above, i want an array of integers
to look like this:

3,10,2010,2,0,0
3,10,2010,2,10,0
3,10,2010,2,20,0
3,10,2010,2,30,0
etc to n number of rows.

I have already tried creating a numpy array of integers using this code:

import time
time_format = %m/%d/%Y %H:%M:%S
for x in range(len(datetime_IN)):
    junk = time.strptime(datetime[x],time_format)
    junk2 = [y for y in junk]

The &lt;/pre&gt;</description>
    <dc:creator>Jeremy Traurig</dc:creator>
    <dc:date>2012-05-21T20:04:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75898">
    <title>Re: Coding Challenges</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75898</link>
    <description>&lt;pre&gt;Pop onto http://ubuntuforums.org and find the programming talk sub-forum.
One of the stickies there is an index of beginner programming challenges.
It's a rolling process where the winner of the previous challenge posts a
new one and then picks a winning entry who goes on to post the next
challenge.

Bodsda

On May 21, 2012 3:50 PM, "Malcolm Newsome" &amp;lt;malcolm.newsome&amp;lt; at &amp;gt;gmail.com&amp;gt;
wrote:
I've been asked to write scripts and deliver them in a specified time
frame...Then, have those scripts critiqued.
a monthly "challenge" of sorts? Then, those who participated could receive
suggestions on how their code could have been written differently.
kindly share those resources?
_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
&lt;/pre&gt;</description>
    <dc:creator>Bod Soutar</dc:creator>
    <dc:date>2012-05-21T18:34:57</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75897">
    <title>Re: Fwd:  Is this possible and should it be done?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75897</link>
    <description>&lt;pre&gt;

No and you probably shouldn't.

If two users are accessing the same file at once and one of them is 
modifying it (writing) while the other is trying to read it bad things 
are very likely to happen. Remember that these virtual files inside the 
tar file(say) are really just blocks of data within a single file.

If you want to try modifying blocks inside a single store you will be 
better with a database. But that's not usually a single file (Access, 
SQLite etc excepted). Actually SQLite might do what you want by locking 
at the table row level, I haven't checked. You would need a single table 
of BLOB records where each BLOB represented a virtual file...

Version control tools like CVS and SVN don't quite fit your needs either 
since they use multiple files not a single file. Although they do 
usually store all the historic versions of each file in one. So if it is 
really only historic data you need CVS, SVN, RCS etc may work.

&lt;/pre&gt;</description>
    <dc:creator>Alan Gauld</dc:creator>
    <dc:date>2012-05-21T17:24:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75896">
    <title>Re: While learning Py: To IDE or not to IDE?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75896</link>
    <description>&lt;pre&gt;In my humble opinion, I think what is important is to get familiar with python for now. The free version of Komodo is what I have been using and its been cool. 

When you're comfortable with the language and you want to start writing some apps and all of that, you would be matured and independent enough to make a choice as to which editor to go with. 

Trust me, when you bury your head into writing amazing codes, the choice of editor would come almost naturally. 

All the best. 
Sent from my BlackBerry wireless device from MTN

-----Original Message-----
From: Brian van den Broek &amp;lt;brian.van.den.broek&amp;lt; at &amp;gt;gmail.com&amp;gt;
Sender: tutor-bounces+delegbede=dudupay.com&amp;lt; at &amp;gt;python.org
Date: Mon, 21 May 2012 18:17:01 
To: boB Stepp&amp;lt;robertvstepp&amp;lt; at &amp;gt;gmail.com&amp;gt;
Cc: &amp;lt;tutor&amp;lt; at &amp;gt;python.org&amp;gt;
Subject: Re: [Tutor] While learning Py: To IDE or not to IDE?

_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

______________&lt;/pre&gt;</description>
    <dc:creator>delegbede&lt; at &gt;dudupay.com</dc:creator>
    <dc:date>2012-05-21T16:29:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75895">
    <title>Re: While learning Py: To IDE or not to IDE?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75895</link>
    <description>&lt;pre&gt;
&amp;lt;snip&amp;gt;

learn
breed of
There
is one

&amp;lt;snip&amp;gt;


Hi boB,

If IDLE is working well for you, there's a good reason to stick with it.

I meant to address whether you ought build a stable of purpose-specific
IDEs or learn one editor to rule them all.

The advantage of emacs, as I see it, is that it provides general purpose
tools of high power for text-wrangling and the (non-trivial) time you have
to invest to learn to exploit that power yields fruit whenever you are
editing text. Emacs key bindings turn on all over the place, too; bash
shell supports a bunch, for instance.

It might be that editor plus language would be frustrating to try to learn
all at once, though.

Best,

Brian vdB
_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
&lt;/pre&gt;</description>
    <dc:creator>Brian van den Broek</dc:creator>
    <dc:date>2012-05-21T16:17:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75894">
    <title>Re: Datetime Integers</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75894</link>
    <description>&lt;pre&gt;Hi Jeremy,

On 21 May 2012 16:47, Jeremy Traurig &amp;lt;jeremy.traurig&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

I presume you mean, "convert a datetime *string* into an array of integers"?

array of integers. For example, I have date where the first column is
Yes, Python datetime objects support that directly.  If d is a Python
datetime, then d.year gives you the year, d.month gives you the month
etc.   See here:  http://docs.python.org/library/datetime.html  Also see
8.1.7 regarding converting to and from datetime strings.

Walter
_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
&lt;/pre&gt;</description>
    <dc:creator>Walter Prins</dc:creator>
    <dc:date>2012-05-21T16:09:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75893">
    <title>Re: Datetime Integers</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75893</link>
    <description>&lt;pre&gt;On Mon, May 21, 2012 at 11:47 AM, Jeremy Traurig
&amp;lt;jeremy.traurig&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

Yes, its called datetime


datetime.datetime(2010, 10, 10, 1, 10)

2010-10-10 01:10:00

I think there are Constants that can be used in place of the
formatting characters, but I couldn't find them in a quick search


&lt;/pre&gt;</description>
    <dc:creator>Joel Goldstick</dc:creator>
    <dc:date>2012-05-21T16:06:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75892">
    <title>Re: Is this possible and should it be done?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75892</link>
    <description>&lt;pre&gt;On 5/21/2012 3:38 AM wolfrage8765&amp;lt; at &amp;gt;gmail.com said...

pyfuse allows you to create and represent whatever you want using python 
as a file system to the OS.  Probably worth a look...

Emile

_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

&lt;/pre&gt;</description>
    <dc:creator>Emile van Sebille</dc:creator>
    <dc:date>2012-05-21T16:05:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75891">
    <title>Re: Datetime Integers</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75891</link>
    <description>&lt;pre&gt;This should do what you want.

import time
timestring = '2010-10-10 01:10:00'
time_format = '%Y-%m-%d %H:%M:%S'
timestruct = time.strptime(timestring, time_format)
print [x for x in timestruct]


For complex date parsing I would recommend checking out the dateutil.parser
http://labix.org/python-dateutil



On Mon, May 21, 2012 at 9:47 AM, Jeremy Traurig &amp;lt;jeremy.traurig&amp;lt; at &amp;gt;gmail.com&amp;gt;wrote:




&lt;/pre&gt;</description>
    <dc:creator>Vince Spicer</dc:creator>
    <dc:date>2012-05-21T16:04:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75890">
    <title>Re: Coding Challenges</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75890</link>
    <description>&lt;pre&gt;
Project Euler is *very* math heavy (it is named after a famous mathematician, 
after all).  Some of the problems are accessible to the general programmer, 
but expect to see a lot of stuff you might not have much familiarity with, if 
you aren't a math nerd.

Another choice is The Python Challenge http://www.pythonchallenge.com/.  It 
emphasizes a puzzle/riddle aspect, often the actual programming is pretty 
straightforward once you figure out what is needed.  On the other hand, I 
haven't used it enough to progress all that far, so I really don't know it 
that well.

Cheers
_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

&lt;/pre&gt;</description>
    <dc:creator>Chris Fuller</dc:creator>
    <dc:date>2012-05-21T15:31:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75889">
    <title>Datetime Integers</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75889</link>
    <description>&lt;pre&gt;Hello,

Is there a module available for python to convert datetime into an
array of integers. For example, I have date where the first column is
a datetime string (i.e. '2010-10-10 01:10:00') and I would like to
convert that into an array with 5 columns corresponding to the integer
values of Year,Month,Day,Hour,Minute. There is a function in Matlab
that performs called datevec() that performs this operation. I find it
much easier to index datetime or perform calculations on other data
when date and time are integers. For example, i generally need to
calculate averages, std, etc based on specific months, years, days,
and hours. Those calculations are extremely simple when I can index an
array of datetime integers. If there is no module to convert datetime
to an array of integers, does anyone have an example of how i might
index datetime using python datetime or numpy datetime64? In each
case, I would need an array of datetime the same dimension as my data
array.

thanks -- jeremy
_____________________________&lt;/pre&gt;</description>
    <dc:creator>Jeremy Traurig</dc:creator>
    <dc:date>2012-05-21T15:47:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75888">
    <title>[OT] Re:  While learning Py: To IDE or not to IDE?</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75888</link>
    <description>&lt;pre&gt;
&amp;lt;snip&amp;gt;

*assume the answer in the question*, and it is a logical fallacy.
Notepad" is begging the question.

Steven,

I am a philospher of logic and mathematics. Everytime I encounter 'begs the
question' used in the way which you here resist, a little piece inside me
dies. Thanks for fighting the good fight!

However, as I hear this on the BBC and CBC Radio, and read it in
periodicals I think ought be edited by those who know better, I confess I
feel the worthy battle is lost.

As W.V.O. Quine said:

  We cannot stem the tide of linguistic
  change, but we can drag our feet.

Best,

Brian vdB
_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
&lt;/pre&gt;</description>
    <dc:creator>Brian van den Broek</dc:creator>
    <dc:date>2012-05-21T15:44:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75887">
    <title>Re: Coding Challenges</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75887</link>
    <description>&lt;pre&gt;
Hello,

 : Being new to programming, I've found that my learning is 
 : accelerated when I've been asked to write scripts and deliver 
 : them in a specified time frame...Then, have those scripts 
 : critiqued.
 :
 : My question: Would the moderators of this list be interested in 
 : creating a monthly "challenge" of sorts? Then, those who 
 : participated could receive suggestions on how their code could 
 : have been written differently.
 : 
 : If not, and you know of something else like this that exists, 
 : would you kindly share those resources?

I'm answering a question slightly tangential to what you asked, in 
the time-honored tradition of asking a completely different 
question...

Are you familiar with Project Euler?

  http://projecteuler.net/
  http://projecteuler.net/problems

I don't know whether critique is involved in the Project Euler, 
though.  I would agree, having a concrete task to approach is a good 
way to learn.

Enjoy,

-Martin

&lt;/pre&gt;</description>
    <dc:creator>Martin A. Brown</dc:creator>
    <dc:date>2012-05-21T15:14:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.python.tutor/75886">
    <title>Re: Coding Challenges</title>
    <link>http://permalink.gmane.org/gmane.comp.python.tutor/75886</link>
    <description>&lt;pre&gt;On Mon, May 21, 2012 at 4:47 PM, Malcolm Newsome
&amp;lt;malcolm.newsome&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:

If they agree I am all for it, if not I would still like to know what
kind of plan that you come up with; as it will only make me better.
--
Jordan Farrell
_______________________________________________
Tutor maillist  -  Tutor&amp;lt; at &amp;gt;python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor
&lt;/pre&gt;</description>
    <dc:creator>wolfrage8765&lt; at &gt;gmail.com</dc:creator>
    <dc:date>2012-05-21T14:52:40</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.tutor">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.tutor</link>
  </textinput>
</rdf:RDF>

