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:

Python3 version alternatives and virtual environments

Solving multiple python installation:   sudo update-alternatives --install /usr/ bin /python3 python3 /usr/ bin /python3 .5 1 sudo update...