Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: pyflakes vs flake8
Post: RE: pyflakes vs flake8

Thanks for your response. My query is specifically do flake-8/PEP-8 catch the scripting errors or they catch the styling issues in the code. In the other side, pyflakes catches the scripting errors.
broutray General Coding Help 3 7,867 Jun-02-2017, 08:13 AM
    Thread: computing the factorial of N
Post: RE: HELP SOLVING SIMPLE PYTHON PROBLEM

def fact(num):     counter=1     factVal=1    print ('factorial = ', counter )     while counter <= num:        incr = counter        if (counter !=1):             print('*' , incr)         fac...
broutray Homework 12 8,113 Jun-02-2017, 07:12 AM
    Thread: pyflakes vs flake8
Post: pyflakes vs flake8

pyflakes vs flake8 - which one is used to warn python script errors ?
broutray General Coding Help 3 7,867 Jun-02-2017, 06:57 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020