Two fake spellchecker packages on PyPI hid a Python RAT in dictionary files, activating malware on import in version 1.2.0.
Plugin does not install python and pip itself and use globally installed python (by default). It's easier to prepare python manually because python have good compatibility (from user perspective) and ...
Call python from Fortran (not the other way around). Inspired by this blog post. program example use callpy_mod implicit none real(8) :: a(10) a = 1.0 call set_state("a", a) call ...