Weekly Check-In : [28th May - 2nd June]

Atharva_Kulkarni
Published: 06/02/2019

What did you do this week?

I added demonstrative examples using the activcode, codelens and datafile components of runestone, along with few codeblocks wherever necessary. I embedded the videos, and added disqus comment boxes in each lecture files. I also formatted the text and images so that they are more compatible with the components and to improve readability. 

What is coming up next week?

  1. I am going to make a website using github pages so as to check the current progress.
  2. I am going to start working on adding and creating the assignments and unit tests using Runestone components.

Did you get stuck anywhere?

Yes, I got stuck at two points, mainly because of incompatibility of some of the Runestone components with python libraries like tkinter, pygame, json and urllib, and because of database connection problem due to which I was not able to use the datafile component effectively. The former issue was due to the incompatibility of the framework to create examples which include these libraries, whereas the latter arose because the project is not present in any course, due to which it is not connected with the Runestone database/server. I am going to create issues for these two problems in the github repository and try to find a way to solve them.