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.

DBT - Models

Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...