Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 1.25 KB

File metadata and controls

16 lines (8 loc) · 1.25 KB

PolyglotColab

Polyglot Jupyter notenook Boilerplate code

Polyglot Programming refers to the ability to use multiple programming languages in one domain app . this would allow great interoperability between services , libraries ,SDK tools and frameworks and allow you to use your own favorite techstack in unified hybrid environment

dotnet core is a great modern framework & runtimeplatform that have great flexibility to extend, there's often multiple ways to do this , either by exposing low level code through FFIwhich call external basecodelibrary in callstack then abstract the API callbacks using P/invoke or through reflection and marshling by using DLR language binding

Google colab is a great platform to build and run Jupyter Notebooks for free.

image