Help option in Python is basically the guide to using Python, it can help you explore the world of Python. Learning to access help option in Python can be really beneficial for you because you can only learn so much using the articles on the internet or by watching YouTube videos. Sometimes, you don’t even know what to learn/what to search for when learning Python. The help option can really help you learn anything you want in Python.
The best part about help option is that you can use it
anywhere at any time. Let’s say you are coding and you don’t have access to
Internet. You encounter an error which you are not familiar with.......
.......So what do you do now?? You have no internet access,
thus you cannot use the internet to search for solution. The best way to deal
with this is to use the HELP option in Python.
Python’s help option will allow you to learn anything about
Python without even moving from your computer desk. All you need to do is the
to start you computer and follow the steps given below:
HOW TO ACCESS THE HELP
OPTION IN PYTHON?
1. Open Python IDLE
2. Type ‘help()’ (without the quotes)
and press Enter
Then, follow the instructions that appear on your screen and
select the topic you want help on.
If you know the topic you want help on, you can directly open
the help for that topic by typing ‘help(<topic name>)’ (without the
quotes).
CONGRATULATIONS !!! You have now learnt to use the help option in Python. This is going to expand your limits in learning Python. If you wish to learn Python and have no sources at the moment, simply open Python’s help using the above mentioned steps and start reading. This will make you a MASTER OF PYTHON.






0 Comments
Welcome to the comments section, this is where you can contact me personally for any doubts or feedback