Learning Python

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

    Learning Python

    Hi im currently starting to learn python in sixth form at school any tips?

    _______________ _______________ _______________ _______________
    GET FREE 5GB EMAIL - Check out spam free email with many cool features!
    Visit http://www.inbox.com/email to find out more!
  • subeen

    #2
    Re: Learning Python

    On Sep 6, 3:17 pm, James Pilling <jpcomput...@in box.comwrote:
    Hi im currently starting to learn python in sixth form at school any tips?
    >
    Just pickup a good book and make sure you code all the examples and
    exercises yourself, even if it seems easy.
    Have fun with Python!

    regards,
    Subeen.

    Comment

    • Colin J. Williams

      #3
      Re: Learning Python

      James Pilling wrote:
      Hi im currently starting to learn python in sixth form at school any tips?
      >
      _______________ _______________ _______________ _______________
      GET FREE 5GB EMAIL - Check out spam free email with many cool features!
      Visit http://www.inbox.com/email to find out more!
      There are suggestions here:


      Good luck,

      Colin W.

      Comment

      • Alan G Isaac

        #4
        Re: Learning Python

        On 9/6/2008 5:17 AM James Pilling apparently wrote:
        Hi im currently starting to learn python in sixth form at school any tips?
        The books suggestions of others are quite good.
        Here is another approach: pick an easily understandable
        application, and work doing things with it.

        Perhaps immodestly, I think that as soon as you
        understand how to define a function and a class,
        you can treat this paper

        as an introduction to applied Python programming.
        The application area is very specific---game theoretic
        simulations---but the illustrated techniques are
        meant to be more general.

        Alan Isaac

        Comment

        Working...