Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Do we have any front-end for Python

avatar

Hi,

quick question -- do we have any front-end for Python (like we have R Studio for R)?

Thanks,

Divakar

1 ACCEPTED SOLUTION

avatar
Master Mentor

Pycharm is a good IDE for Python development https://www.jetbrains.com/pycharm/

View solution in original post

5 REPLIES 5

avatar
Master Mentor

Pycharm is a good IDE for Python development https://www.jetbrains.com/pycharm/

avatar
Master Guru

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

http://www.scintilla.org/

https://github.com/spyder-ide/spyder

http://ninja-ide.org/

Windows Users

http://pytools.codeplex.com/

General text editors like TextWrangle and Sublime Text are good for Python.

Built-in

http://idlex.sourceforge.net/

I like using VI and Zeppelin for PySpark

avatar
Master Guru

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.

avatar

@Divakar Annapureddy

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

avatar
Rising Star

+ 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..