Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
python documentation
#10
(Jul-05-2018, 09:37 AM)j4py Wrote: Say type string, and all i want is methods i can apply to strings, but i get all kinds of results that i have to go through which is why i said it is a disaster.
Then you may using the wrong tool there a a lot of tools that will show method and help automatic.
REPL like IPython(or browser Jupyter notebook) | ptpython and editors to mention eg VS Code,PyCharm...ect.
The will show string method automatically when type . or for any other type used list,dict,int...ect.

What do i mean?
Here a collection as this can be useful for other to that may not know this.
VS Code:
[Image: PS6pe9.jpg]
Mouse over any code count() in this case,then IntelliSense step in.
[Image: prUCR0.jpg]
Cmder with ptpython:
[Image: oi6wqC.jpg]
Jupter Notebook:
[Image: RuThtG.jpg]
Cmder IPython:
[Image: AA12FQ.jpg]
Reply


Messages In This Thread
python documentation - by j4py - Jun-11-2018, 11:55 AM
RE: python documentation - by metulburr - Jun-11-2018, 12:04 PM
RE: python documentation - by Larz60+ - Jun-11-2018, 02:26 PM
RE: python documentation - by Nwb - Jun-12-2018, 05:07 PM
RE: python documentation - by killerrex - Jun-12-2018, 05:34 PM
RE: python documentation - by Skaperen - Jun-13-2018, 03:25 AM
RE: python documentation - by j4py - Jul-05-2018, 09:37 AM
RE: python documentation - by buran - Jul-05-2018, 10:01 AM
RE: python documentation - by gruntfutuk - Jul-05-2018, 10:26 AM
RE: python documentation - by snippsat - Jul-05-2018, 12:18 PM
RE: python documentation - by ichabod801 - Jul-05-2018, 06:01 PM
RE: python documentation - by Skaperen - Jul-06-2018, 02:12 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Documentation Question Python 3.8 OldSubSailor 0 1,275 May-10-2020, 01:45 PM
Last Post: OldSubSailor

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020