Monday, 28 November 2022

Python

Python is a very popular general-purpose interpreted, interactive, object-oriented, and high-level programming language.


  • Python is Open Source which means its available free of cost. 
  • Python is simple and so easy to learn 
  • Python is versatile and can be used to create many different things. 
  • Python has powerful development libraries include AI, ML etc.

No comments:

Data Sharing

  1. Create Share CREATE SHARE my_share; 2. Grant privileges to share GRANT USAGE ON DATABASE my_db TO SHARE my_share; GRANT USAGE ...