/ploc

Python teaching repo that counts lines of code in a Python file

Primary LanguagePythonApache License 2.0Apache-2.0

ploc

ploc is a python program to count lines in a Python file.

It aims to demonstrate the following language features:

  • Variables
  • Text
  • Functions
  • Branching
  • Looping
  • Arrays
  • File I/O
  • Error Handling
  • Classes
  • Debugging (comment out any useful debug print statements)
  • Testing