Friday, December 01, 2017

Programming Frustrations

It is really not easy.  There are so many ways to do programming wrong.  The smallest mistake such as not having ":" or no tab in the line or extra tab.  These quite easy to fix as it is visible compared to "attribute error" which may have something to do with my software setup or my file not downloaded properly.

Then there is version difference.  Even the simplest command such as "print" tripped me.  For python 2, print does not need "()" but it is needed in Python 3.

Slowly, painfully slowly, I am making small progress.  The joys is discovering the mistakes I made or the setup tuning I need to do.

No comments: