Hi Ben, Yes, I read your suggestion. I should have added the following in my earlier message.
Jupyter runs in a web browser like Chrome, and you feed it in line by line, so if I want to run a project with a hundred lines, it may take a few. Anyways, Jupyter is the consensus, and I am trying it. Thank you! ________________________________ From: Tutor <[email protected]> on behalf of Ben Finney <[email protected]> Sent: Saturday, June 3, 2017 9:56:05 PM To: [email protected] Subject: Re: [Tutor] Coming from R, what's a good IDE editor? I've tried PyCharm and Spyder C W <[email protected]> writes: > In another word, I want to do trial and error, play with the code and > see what comes out. Not running everything from the top every time. Already suggested, but I will repeat: You will find that Jupyter Notebook <URL:https://jupyter.org/> is explicitly designed to make that easy. -- \ “Now Maggie, I’ll be watching you too, in case God is busy | `\ creating tornadoes or not existing.” —Homer, _The Simpsons_ | _o__) | Ben Finney _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
