On the background of this image you can find some code, that looks like written in extended python dialect, which have to be processed with “python -m dg” to get “normal” python code. Google has no results for “python -m dg” query, and yandex.ru has only one page in cache, which briefly mention one example
python -m dg <<< 'sum $ map int $ str 2 ** 1000'
which seems to be equivalent of
sum(map(int, str(2**1000)))
Do you know what this is all about? I want to take a look at this tool, but can't find any links…
dg is a custom language, that compiles to CPython 3.4 (or latest) bytecode.
Link to project on GitHub: https://github.com/pyos/dg
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With