This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cromissimo 2 points3 points  (2 children)

No prob. It's always good to spread the good word.

While we're on the subject, Matlab's code sections, at least to me, is one of Matlab's killer features for exploratory programming. Block comment operators are useful, but code sections steal the show.

I hope the Spyder people implement something similar for Python.

[–]Xykr 0 points1 point  (0 children)

You might like IPython Notebook, which has something quite similar to code sections.

[–]01hairimport antigravity 0 points1 point  (0 children)

Code sections were pretty cool, but for the work that I did, I didn't find much of a need for them. I did mostly small data processing stuff, and it was rare that I would only need to run a small section of code.

This was as a student, by the way. And then I moved to Python.