I just recently got my Raspberry Pi - like a lot of those posting here recently - and am starting fresh with Python. I'm having a java background and I'm looking for something similar to javadocs for API's/modules. I have had a quick look at http://pypi.python.org/pypi/RPi.GPIO for example, but couldn't find a description of the exposed API.
So I'd thought I quickly ask here if someone could point me to a place where the API is documented and how documentation is handled overall in Python.
The second point is IDE's for Python:
I use IntelliJ IDEA for Java and I'm now a spoiled kid when it comes to IDEs. So far I used IDLE for a starter, but I'd like a bit more comfort.
Stuff I'd like to have:
- Free IDE
- Codecompletition
- if possible API documentation for objects/methods
Thanks in advance