Skip to content

Releases: heineman/python-algorithms

Initial Release Of Software

25 May 03:04
Compare
Choose a tag to compare

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