02 January 2018

Python Tricks -

I came across a good website on Python tricks - https://dbader.org/python-tricks. I recommend you to subscribe to Dan Bader's Improve your Python skills. 

Dan is also providing videos and tutorials in Python

Relatively an easier post in Python. I am sure that this is going to be much more useful to you than what I write on my own :-)

Tomorrow, I am going to post on unit testing, a function to find prime number and test code using Python's unittest