Posts

Showing posts with the label keywords

Python3

Image
WHY PYTHON?      *Basically python is general purpose ,high level,interpreted language .         *Very simple language to learn.      *It has best packages for AI,deep learning,machine learning etc...      *It also has very interactive frame work that is ipython notebook .      *Extensively used in industry  Features OF PYTHON:-                   *simplicity                    *open source language- free for everyone 👯👫                    *portability-code sharing much easier   💯                                     *Embeddable and extensible                   *interpreted line by line (CPU and Memory Management)                   *huge libraries (Numpy , Matplotlib , Scikit-learn)                   *object oriented PYTHON  KEYWORDS(🔑) :                               keywords are reserved words.                              In python, there are 35 keywords.                      # get all keywords in python                  >>> import keyword             >>> print(