Structure and Interpretation of Computer Programs

Results 64 issues of Structure and Interpretation of Computer Programs

pyMT5adapter has useful code samples and discussion at MQL5.com and FOrex Factory and perhaps other places. The github README should link to these resources (as well as the issue tracker)...

Any examples on how to use this with the logging module?

appending the tag to the output string is not very distinctive. One might prefer it to precede the output, be in brackets, etc.

Github now supports discussions. [I just asked a question](https://github.com/ipython/traitlets/issues/765) which really is not an issue with Traitlets but more a question/discussion about Traitlets. In a sense having both discussions and...

In [the docs on Traitlets configuration via config files](https://traitlets.readthedocs.io/en/stable/config.html#python-configuration-files) the section does not indicate whether arbitrary or potentially malicious code is prevented from executing in these files. Are there any...

### Checklist - [X] I added a descriptive title - [X] I searched for other feature requests and couldn't find a duplicate (including also the ``type-feature`` tag) - [X] I...

type: bug
backlog

1. What versions are you using? 2. Is it an error or a hang or a crash? `error` 4. What error(s) or behavior you are seeing? ``` UnicodeDecodeError: 'utf-8' ocdec...

question

I alphabetized the imports and added `traceback` so that I could see more detail when an error occurs.

When I load my game into eidogo via this URL: http://eidogo.com/#url:http://online-go.com/api/v1/games/938171/sgf and then open the Chrome Developer Tools, the console yields this stack backtrace: ``` Uncaught TypeError: undefined is not...

Hello, I wrote up some easy to follow instructions for getting a simple app going: https://gist.github.com/anonymous/6637ca9de5d2ce78cd20 I think it will prevent a lot of the confusion that I see in...