Python Forum
The most commonly used IDE?
Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The most commonly used IDE?
#4
For in-line testing I would recommend jupyter. It allows - among other things - to interactively test small code snippets. You may use ipython for that - or Python console in PyCharm - but jupyter notebook is more convenient, especially when you want to copy the results into IDE. 

And it stores the history, which may be later reloaded and re-executed.
Test everything in a Python shell (iPython, Azure Notebook, etc.)
  • Someone gave you an advice you liked? Test it - maybe the advice was actually bad.
  • Someone gave you an advice you think is bad? Test it before arguing - maybe it was good.
  • You posted a claim that something you did not test works? Be prepared to eat your hat.
Reply


Messages In This Thread
The most commonly used IDE? - by Aliasing - Apr-19-2017, 01:20 AM
RE: The most commonly used IDE? - by Larz60+ - Apr-19-2017, 01:55 AM
RE: The most commonly used IDE? - by metulburr - Apr-19-2017, 02:25 AM
RE: The most commonly used IDE? - by volcano63 - Apr-19-2017, 07:43 AM
RE: The most commonly used IDE? - by Mekire - Apr-19-2017, 08:09 AM
RE: The most commonly used IDE? - by Aliasing - Apr-19-2017, 09:20 AM
RE: The most commonly used IDE? - by Larz60+ - Apr-19-2017, 09:21 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020