How to read source code of python?

pradeepbpin pradeepbpin at gmail.com
Thu Jun 10 07:18:54 EDT 2010


On Jun 10, 1:15 pm, News123 <news1... at free.fr> wrote:
> Leon wrote:
> > Hi, there,
> > I'm trying to read the source code of python.dd
> > I read around, and am kind of lost, so where to start?
>
> > Any comments are welcomed, thanks in advance.
>
> I use my favourite text editor with syntax highlighting.
>
> Next to it I use a web browser with pydoc and google.
>
> If uou're looking for an IDE that will help you a little more navigating
> in python code, then you could look at
>
> Eclipse
> or
> Netbeans
> both support python
>
> both are rather heavy weapons though.


In my opinion, pydoc would be a good choice. I am a fan of it.



More information about the Python-list mailing list