0
Is it possible to print a course from Sololearn?
Is it possible to have an entire course (let's say python course) printed? At least the lessons without exercises. I would like to have it in book format with wide margins to make notes.
2 Answers
+ 2
There is no way to print the lessons. So you have to take screenshots and print them.
0
You can use web scraping for that. Go to SoloLearn web, inspect elements of every section of a lesson then I guess, you can extract data from there and arrange them in your own way.
P. S. I don't think it'll be that easy to extract data as it's a web application rather than just a website. So, it doesn't have different url for different sections of a lesson rather it changes its content internally.



