Your ultimate guide

About Python

Introduction:
    Python is a general purpose high-level programming language.
    Python was developed by Guido Van Rossam in 1989 while working at National Research Institute in the Netherlands.

Features of Python:
    High Level Programming Langauge.
    It is Open Source and Free software.
    Platform Independent
    Portability
    Both Procedure Oriented and Object Oriented
    Interpreted Language

Limitations of Python:
    Performance wise not up to the mark because it is interpreted language.
    Not used for Mobile Applications.

Application using Python:
    Artificial Inteligence.
    Software Development (Django, Flask)
    Automation Testing (Robot Framework, Pytest)
    GUI Application (Tkinter)

Python IDE (Integrated Development Environment):
    Anaconda, Jupyter (used for AI)
    Spyder, IntelliJ IDEA (used for Web development)
    PyCharm (used for all-purpose applications)

No comments:

Post a Comment