Tuesday, 7 January 2020

Python Clear the Interpreter Console

import os
clear = lambda: os.system('cls')
clear()


No comments:

Connect PowerBI to SQL Server - TrustServerCertificate

Under the server that Power BI installed,  Go to System Properties -> Advanced -> Environment Variables  Add this Variable Name PBI_S...