Software Alternatives & Reviews

I was surprised at how slow list.pop() is! And list.remove() is even many times slower

Jupyter
  1. Project Jupyter exists to develop open-source software, open-standards, and services for interactive computing across dozens of programming languages. Ready to get started? Try it in your browser Install the Notebook.
    When faced with performance issues and/or questions, it is highly recommended to use timeit module. Being a Jupyter fan, I often use %timeit and %%timeit magic functions, providing a shortcut to the functionality (although available in iPython interactive shell, for which Jupyter is a convenient web wrapper).

    #Data Science And Machine Learning #Data Science Tools #Data Science Notebooks 204 social mentions

  2. iPython provides a rich toolkit to help you make the most out of using Python interactively.
    When faced with performance issues and/or questions, it is highly recommended to use timeit module. Being a Jupyter fan, I often use %timeit and %%timeit magic functions, providing a shortcut to the functionality (although available in iPython interactive shell, for which Jupyter is a convenient web wrapper).

    #Python IDE #Text Editors #IDE 18 social mentions

Discuss: I was surprised at how slow list.pop() is! And list.remove() is even many times slower

Log in or Post with