Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > how to let compiler do a check before I run

Reply
Thread Tools

how to let compiler do a check before I run

 
 
Yun Mao
Guest
Posts: n/a
 
      08-13-2003
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!

 
Reply With Quote
 
 
 
 
Sean Ross
Guest
Posts: n/a
 
      08-13-2003
Hi.
Try this: http://pychecker.sourceforge.net/
HTH
Sean


 
Reply With Quote
 
 
 
 
Adrien Di Mascio
Guest
Posts: n/a
 
      08-13-2003

Hi,

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


You might also want to try this :
http://www.logilab.org/pylint/

Cheers,
Adrien.

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


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
How to let a loop run for a while before checking for break condition? Claudio Grondi Python 16 08-30-2006 05:40 AM
How to let a loop run for a while before checking for break condition? Sorin Schwimmer Python 2 08-29-2006 04:20 AM
How to let a loop run for a while before checking for break condition? Sorin Schwimmer Python 1 08-28-2006 06:03 PM
Is it possible to let the c++ compiler run tasks parallely? cdrsir C++ 2 05-19-2006 02:47 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57