Overview of Python

  • Strongest asset of python is having a greater number of libraries
  •  

    Data Structures:

     

  • Python defined Data Structures in 4 ways
  •  

    Operators:

  • Operators are very useful to concatenate variables with program
  •  

    Regular Expressions:

  • Regular Expressions are useful to retrieve required portion from the available data
  •  

     

    Loops and If Conditions:

  • Like other programs Loops and If conditions play vital role to manipulate the data\ retrieve required data from different data structures
  •  

    OOPS:

  • OOPSconcept is very much useful to crate classes… if user is familiar with classes and retrieve the data from method to method, it is possible to create the program/algorithm in beautiful manner.
  •  

     

  • Some of Liabarires and its work environment:
  •  

    What is meant by PIP?

     

     

    What is meant by Dir()?