13

My first script in Python.

It's amazing how it is simple manipulate spreadsheet data.

I'm a PHP developer and the same task would require ton of line codes.

Comments
  • 3
    It's almost unreadable because of no blank lines. Second, don't do multiple imports on one line.
  • 1
    Is good in the sense that solve your problem, Your code had a lot of room for improvement and that is also good because you will learn best practices.

    https://python.org/dev/peps/...

    Keep all the good work
  • 0
    @elgringo

    Thanks !!!

    I did not suppose the existence of a styling guide.

    PHP has no styling guide; or otherwise has too much styling guides.
  • 0
Add Comment