Friday, August 02, 2019

E Learning Resources


Free
[1] Stepic + code revisor (multilanguage) https://stepik.org/

https://github.com/AndrewLrrr/stepik-python-basics-and-application-course
https://github.com/luxnlex/stepic-python

No comments:

Javascript DEBUG functions

    Object . entries ( obj ) const obj = { foo : "bar" , baz : 42 } ; console . log ( Object . entries ( obj ) ) ; // [ [...