how to let compiler do a check before I run

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

    how to let compiler do a check before I run

    Hi, python community, I'm enjoying hacking python program right now.
    It's full of fun.

    Since I'm a newbie, I always do some typo in the program. However, I
    have to wait until I run that piece of code to discover the bug. Is
    there any other better way to check this before I do python
    myprogram.py, or press C-c C-c in emacs?

    Thanks a lot!

  • Sean Ross

    #2
    Re: how to let compiler do a check before I run

    Hi.
    Try this: http://pychecker.sourceforge.net/
    HTH
    Sean


    Comment

    • Adrien Di Mascio

      #3
      Re: how to let compiler do a check before I run


      Hi,
      [color=blue]
      > Hi.
      > Try this: http://pychecker.sourceforge.net/
      > HTH
      > Sean[/color]

      You might also want to try this :


      Cheers,
      Adrien.

      --
      Adrien Di Mascio
      LOGILAB, Paris (France).
      http://www.logilab.com http://www.logilab.fr http://www.logilab.org


      Comment

      Working...