Releases: heineman/python-algorithms
Releases · heineman/python-algorithms
Initial Release Of Software
This initial release contains the Python code that was written for the video short course "Working with algorithms in Python".
For much of the short course, I wrote the code from scratch using screen capture to record the code as it was being written. I find this is an exceptionally valuable presentation style, which shows beginner programmers how to tackle programming projects. Because of this dynamic process, there were some small defects that were only detected when the final code was uploaded to GitHub. In each Python file that was modified, there is a ChangeLog listing at the end of the file recording the defects that were fixed.
After this release, I will fix defects that may be discovered by course participants