Is it possible to combine some programming langunges | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Is it possible to combine some programming langunges

7th Jul 2017, 9:20 PM
Hareesh Chowdary
Hareesh Chowdary - avatar
7 Answers
+ 7
Oh, come on: "import matplotlib.pyplot as plt" "import seaborn as sns" ;)
7th Jul 2017, 9:57 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 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? :)
7th Jul 2017, 9:41 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 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
9th Jul 2017, 12:12 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 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.
7th Jul 2017, 9:36 PM
Bumpety
+ 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
9th Jul 2017, 12:22 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 2
R programming and python
7th Jul 2017, 9:37 PM
Hareesh Chowdary
Hareesh Chowdary - avatar
+ 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
7th Jul 2017, 9:43 PM
Hareesh Chowdary
Hareesh Chowdary - avatar