On Jun 12, 11:46 am, Rick Johnson <rantingrickjohn...@gmail.com>
wrote:
> Utilizing the power of interactive sessions, for learning and debugging,
> should be a cornerstone fundamental of your programming "work-flow" when
> writing code in an interpreted language like Python.

Unfortunately with Ferrous, the process is more like:

    if error:
        post_to_python_list()
        while error:
            if time_elapsed == one_hour:
                bump_post()
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to