Python exercises

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gordon

    Python exercises

    Hi,

    I was wondering if someone could point me in the direction of some
    online exercises to help me learn to program (in Python).

    I'm currently working through Magnus Hetland's Practical Python, which
    doesn't have any exercises/problem sets (for the beginning chapters on
    things like string manipulation etc). I'd rather not get another book.

    Cheers,
    Gordon
  • Christos TZOTZIOY Georgiou

    #2
    Re: Python exercises

    On 16 Sep 2003 23:07:28 -0700, rumours say that gcraib@hotmail. com
    (Gordon) might have written:
    [color=blue]
    >I was wondering if someone could point me in the direction of some
    >online exercises to help me learn to program (in Python).
    >
    >I'm currently working through Magnus Hetland's Practical Python, which
    >doesn't have any exercises/problem sets (for the beginning chapters on
    >things like string manipulation etc). I'd rather not get another book.[/color]

    Did you check all the links in the following page?


    --
    TZOTZIOY, I speak England very best,
    Microsoft Security Alert: the Matrix began as open source.

    Comment

    • Indigo Moon Man

      #3
      Re: Python exercises

      Gordon <gcraib@hotmail .com> spake thusly:[color=blue]
      > Hi,
      >
      > I was wondering if someone could point me in the direction of some
      > online exercises to help me learn to program (in Python).
      >
      > I'm currently working through Magnus Hetland's Practical Python, which
      > doesn't have any exercises/problem sets (for the beginning chapters on
      > things like string manipulation etc). I'd rather not get another book.
      >[/color]

      I'm a Python beginner and I'm working through 'How to Think Like a Computer
      Scientist' at http://www.ibiblio.org/obp/thinkCSpy/ and there are exercises
      given as you go through the text to illustrate points.


      --
      Remove BLINDERS to email me.
      Audio Bible Online:
      Image
      Audio Bible, The King James Version narrated by Stephen Johnston is on-line



      Comment

      • Alan C.

        #4
        Re: Python exercises

        Bruce Embry's Python web site includes lots of exercises to try:



        Have fun! -- Al

        Comment

        • Gordon

          #5
          Re: Python exercises

          Cheers for your help guys. It was much appreciated.

          Gordon

          Comment

          Working...