Python Hacks : f2py in detail for Python 2 and Python 3

Опубликовано: 28 Сентябрь 2024
на канале: Fluidic Colours
7,954
68

In this video, I am explaining how to use f2py module in Python. f2py is a module for making a shared object file from fortran modules/files. These shared object files are importable inside python as modules. They work with the same speed as that of fortran.

https://www.dropbox.com/sh/okks00k2xu... Dropbox link does not work!
Website: http://fluidiccolours.in/
GitHub: https://github.com/arunprasaad2711/