Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Python Basics (Retired) Say Hello to Python Help!

Does Python have intellisense or something similar?

Accessing help via the command prompt is convenient but not very easy. Plus the output, as exemplified by help(str.rjust) can be really messy.

2 Answers

Kenneth Love
STAFF
Kenneth Love
Treehouse Guest Teacher

The Python shell will give options when you press tab twice. Most editors have some sort of suggestion engine built in that'll offer you options for autocompletion.

Thomas Ton
Thomas Ton
9,836 Points

You should check out this autocompletion library for Python. Install it and use it with your favorite editor. http://jedi.jedidjah.ch/en/latest/