0011 – Learning git
Before starting my revisions on my Daily Bits script I consulted with a friend of mine who works in software development. I wanted his opinion on how I did for a first script project and to see if I was missing anything crucial in moving forward to improve it. I have to admit I'm proud of the fact that he gave me an A+!
As I move forward I wanted to version my script so I could go back to this one so I took the time to take a short course on Lynda.com called Learning Git and GitHub. I skipped the GitHub part for now but made sure I had a working knowledge of how to use git
in the command line. I had used it in the PyCharm IDE but not really knowing what I was doing.
Now, on to improving the script!