Created 01-30-2017 03:26 PM
Hi,
quick question -- do we have any front-end for Python (like we have R Studio for R)?
Thanks,
Divakar
Created 01-30-2017 03:28 PM
Pycharm is a good IDE for Python development https://www.jetbrains.com/pycharm/
Created 01-30-2017 03:28 PM
Pycharm is a good IDE for Python development https://www.jetbrains.com/pycharm/
Created 01-30-2017 03:39 PM
https://zeppelin.apache.org/ is great for Python and Spark and is included in HDP 2.5
Here is a list of other options:
https://wiki.python.org/moin/IntegratedDevelopmentEnvironments
http://www.pydev.org/ on Eclipse is nice
https://github.com/spyder-ide/spyder
Windows Users
General text editors like TextWrangle and Sublime Text are good for Python.
Built-in
I like using VI and Zeppelin for PySpark
Created 01-30-2017 03:42 PM
Just to follow up on what @Artem Ervits said. Pycharm is good IDE and I have built docker container for it here
https://hub.docker.com/r/sunileman/pycharm/
Pycharm sits inside the container and the UI will be rendered back to your workstatin. it also have spark client installed allowing you to connect to a spark cluster.
Created 01-30-2017 04:14 PM
To add to the great suggestions already posted...
You might want to check out Rodeo (https://www.yhat.com/products/rodeo). It's open source and can also be found on github: https://github.com/yhat/rodeo
Created 01-30-2017 05:18 PM
+ 1 more ...
i would recommend you to take a look at beaker notebook : http://beakernotebook.com/getting-started?scroll
It is a easy to use polyglot notebook interface..