Topics to Cover In This Blog
● What is Python, Its History and Features
● How to Install and Run Python
● Python Documentation
● First Program
What Is Python?
Python is an uncomplicated and robust programming language that delivers both the power and
complexity of traditional compiled languages along with the ease of use (and then some) of simpler
scripting and interpreted languages. You'll be amazed at how quickly you'll pick up the language as
well as what kind of things you can do with Python, not to mention the things that have already
been done. Your imagination will be the only limit.
How to Install and Run Python?
Follow up this link to install the method of python
Python Documentation
Most of the documentation that you need with Python can be found on the CD-ROM or the main
website. Documentation is available for download in printable format or as hypertext HTML files
for online (or offline) viewing. If you download the Windows version of Python, the HTML documentation comes with the distribution as an install option. Be sure to leave the "Help Files" box checked if you would like to install the HTML files in your Python directory. Once the installation is complete, you may then access the Python documentation through your web browser by pointing to the link below or wherever your interpreter is installed:
file://C:/Program Files/Python/Doc/index.html
Also, see the Appendix for an exhaustive list of both printed and online documentation for Python.

0 Comments