+ 2
Is it possible to combine some programming langunges
7 ответов
+ 7
Oh, come on:
"import matplotlib.pyplot as plt"
"import seaborn as sns"
;)
+ 6
It can be done.
You can incorporate R into Python with the RPy2 module:
https://rpy2.readthedocs.io/en/version_2.8.x/
Just one question - why? :)
+ 4
You can also combine Python with HTML tho it's kinda hard.
Best is never mix and mqtch except with HTML CSS JS PHP
+ 3
Please specify your Question. If you think you can compare your c++ code with c# code this would not work. But in web dev you work with php and Javascript in the same document with html.
+ 3
If in Python, there is a nice interactive vizualization library bokeh:
http://bokeh.pydata.org/en/latest/
It combines D3.js vizualization capabilities and serves you many ready-made mechanisms.
Plus, it looks amazingly cool, take a look at my favourite example there:
https://demo.bokehplots.com/apps/surface3d
+ 2
R programming and python
+ 2
I want to write a program in one of my subject to display graph but graph is not possible in python and is pissible in r programming using plot function