This video demonstrates the output created by a Python program I developed for the Harvard CS50P course that I recently completed. It takes closed caption files and can generate HTML, Markdown or Text. You can also use this application to create clickable transcripts which can be embedded in WordPress or a learning management system such as Canvas.
Tag: edx
I’ve Officially Completed Harvard’s CS50P
I’m happy to announce that I’ve completed Harvard’s CS50P – Introduction to Programming with Python course. Even though I do know the Python language, I learned a lot of new things. The Problem Sets were challenging and having to write your own unit tests for some of them was a nice feature of the course.
Onto my next course on edX.


CS50P: More on Unit Testing
For those of you taking the edX CS50P – Introduction to Programming with Python course, I found this video helpful if you are new to unit testing.