Hi,

    Best thing to learn any new language is not to use IDE initially . Just
plain notepad / Notepad++ (has syntax highlighting) with a console to run
the code. You can also use IDLE which comes with python though it doesn't
give you the IDE feel. gvim will also serve the purpose since it is vim +
gui (don't have to worry about vi's strange keys :-)) .

Hope this helps .

Thanks.


On Thu, Jun 20, 2013 at 12:54 PM, L Radhakrishna Rao <
satishsaga...@gmail.com> wrote:

> Don't start with IDE, rather, take a note pad and compile the python files.
> It will be a good learning.
>
> I use Aptana studio now, though I had started with notepad.
>
>
> On Thu, Jun 20, 2013 at 12:48 PM, Dhruv Baldawa <dhruvbald...@gmail.com
> >wrote:
>
> > --
> > Dhruv Baldawa
> > (http://www.dhruvb.com)
> >
> >
> > On Thu, Jun 20, 2013 at 12:36 PM, Vivek Puri <vpuri.soc...@gmail.com>
> > wrote:
> >
> > > Hi,
> > >
> > >  Please let me know best IDE for python development.. as beginner i am
> > >> writing as Shell scripts.............
> > >>
> > > Best IDE is matter of familiarity and personal preference.
> > >
> > > If you are familiar with Eclipse then you will find pydev to be useful.
> > As
> > > a beginner even if you are not used to Eclipse, pydev with eclipse can
> > > still
> > > be a good tool.
> > >
> > > There are some commercial IDE also available like pycharm and Komodo
> Ide.
> > >
> > > If you can install ipython then a combination of good text editor and
> > > ipython will be sufficient at this time. If you are feeling bit more
> > > adventurous  you can also try emacs :)
> > >
> > >
> > Instead of separate IPython and text editor, you can try
> > Canopy<https://enthought.com/products/canopy/>,
> > (Disclaimer: I work for Enthought)
> >
> >
> > > rgds
> > > vivek
> > >
> > > --
> > > http://www.machint.com
> > >
> > >
> > > ______________________________**_________________
> > > BangPypers mailing list
> > > BangPypers@python.org
> > > http://mail.python.org/**mailman/listinfo/bangpypers<
> > http://mail.python.org/mailman/listinfo/bangpypers>
> > >
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers@python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers@python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>



-- 
             *****HAVE A NICE DAY *****

                         Prashanth
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to