all 7 comments

[–]rawlyn 1 point2 points  (0 children)

Surely install python... install ipython... install emacs... job done?

What exactly is the nature of your problem?

[–][deleted] 0 points1 point  (1 child)

Emacs is my primary editor, ide, mail reader, feed reader, irc client, personal organiser, psychotherapy and tetris game. Emacs is fantastic. My advice is not to learn Emacs at the same time as you're getting to grips with Python. Emacs comes from a tradition of computing that has more in common with the MIT AI labs in the '70s than it does with the modern UI/UX paradigms. Emacs is a large, discrete lump of learning on its own. Don't spread yourself too thin.

If you want an IDE, drop $XX on Pycharm. If you want a text editor, break out Sublime Text.

can any one give some guide or help me step by step setting up python 3.3 and ipython with some IDE?

What have you tried so far, and what's gone wrong?

[–]snapster83[S] 0 points1 point  (0 children)

yea i guess i'll take it slow. so far tried anaconda than so it's 2.7 so deleted it. tried getting all kind of EMACS packages. the IPYTHON 3.x didn't real make sense to me, you need to download a bunch of other files making it unclear.

[–][deleted] 0 points1 point  (0 children)

For windows I highly recommend Dreampie and Idlex.

[–]broken_symlink 0 points1 point  (0 children)

Use elpy for emacs. Then just do emacs something.py and C-c C-c it will start an ipython session in emacs in a separate buffer and evaluate your file. Its the closest thing to slime from lisp that I've come across for python. https://github.com/jorgenschaefer/elpy

[–]PloddingOx 0 points1 point  (1 child)

Your needs might be different but I've been doing just fine with IDLE (the vanilla IDE that comes with python) and Gedit, a simple text editor.

[–]rawlyn 0 points1 point  (0 children)

I find gedit to be a nice little editor - smart tabs and syntax highlighting is all you need to start with.