I fully agree that the workflow should be Python to C. Thanks for the suggested tools. I heard about Cython almost the same time I heard about Python. I will look at it for wisdom!
My situation is exactly the "Unless" one you mentioned. Since the dataset can be huge, multiple computer nodes will be needed to crunch the numbers and form something ( hopefully much smaller ) to be visualized in Python ( via matplotlib ). I could save a dataset ( say in hdf5 ) after all the computers finished calculation, and read it into Python. But I was thinking since the processed dataset is already in the memory, maybe a direct call to Python for matplotlib functionality could be achieved? _______________________________________________ Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-le...@python.org https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/python-ideas@python.org/message/6BIDYUFUVJKK4LU2IWDQIE37QYBDIFMQ/ Code of Conduct: http://python.org/psf/codeofconduct/