Month: December 2022

Setup Of Snowsql And Connecting Snowsql Using Command Line Interface | How To Connect To Snowflake Using Snowsql

Snowflake is a cloud-based data-warehouse solution. Snowflake works with all major cloud services provider like AWS, Azure, and Google cloud. Snowflake web interface provides a similar query environment as Oracle, and SQL Server to query the data. What is snowsql? Installation and configuration of snowsql. How to get the version of installed snowsql? Connecting with …

Setup Of Snowsql And Connecting Snowsql Using Command Line Interface | How To Connect To Snowflake Using Snowsql Read More »

Python obfuscation | Great technique to hide python code | Perfect use of pyarmor

What is python obfuscation? Library to obfuscate python code CLI commands to obfuscate python code. Advantages and disadvantages of code obfuscation. Example: pyarmor practical examples to obfuscate the python script. 1. What is python obfuscation? In simple words, obfuscation is the process of hiding the source code from a human being. Since the source code …

Python obfuscation | Great technique to hide python code | Perfect use of pyarmor Read More »