Top "Line-count" questions

Program to read a code and count the number of lines in it,do not include comments and blank lines in count

I am trying to create a program which, given an input file, returns the count of all the lines of …

c whitespace line-count
How to get the current open file line in python?

Suppose you open a file, and do an seek() somewhere in the file, how do you know the current file …

python file seek line-count