>
> > Python is an interactive language. You can develop a lot while working
> > on a Python console. Then copy and paste into a program.
>
> Absolutely, the humble interactive prompt is often overlooked
> as a development tool. It's not as good as the "evaluate
> expression" tool in the Smalltalk workspace, say, but it's close.
>

In an earlier reply I failed to mention Jupyter. It's a pretty awesome
environment. Sort of takes the whole concept of "just insert prints" to a
new level. I started using it a bit at my last job for financial stuff, and
still mostly use it for that, but it's another viable option.

Skip

>
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to