3 Ways to Read a File and Skip Initial Comments in Python

Reading a text file line by line is one of the common activities you do while dealing with a big text file. Often, you are not interested in initial few lines and want to skip them and work with rest of the file. The initial few lines of the text file that you want to… Continue reading 3 Ways to Read a File and Skip Initial Comments in Python