+ 1

How to use modules that are not in sololearn?

Sololearn does not have some modules like for example ply (Python, lexer and yacc)[ http://www.dabeaz.com/ply/ ] I want to know how to import this module if it is not here. https://code.sololearn.com/cnjNcZLR9BSS/?ref=app

7th Jul 2018, 10:51 PM
iknx
2 Antworten
+ 3
If a module is not available I think you can not use it. The most convenient option in these cases is to request it from developers or look for an alternative. One point to keep in mind is that CodePlayground has limitations (such as the execution time or the one that is not an interactive environment), so this may affect the inclusion of some modules.
7th Jul 2018, 11:02 PM
Mickel
Mickel - avatar
0
Why is the 'requests' module not included?
22nd Sep 2020, 6:13 AM
Ryan
Ryan - avatar