How to write configuration files in Python

Configuration files are widely used in software projects, as they allow developers to define parameters and settings. Python is a versatile programming language and it offers several approaches for writing configuration files. For this article we are going to use these configuration files to hide … “How to write configuration files in Python”

Read More

How to Connect Python to Snowflake

In this article, we will explore how to connect Python to Snowflake . We will walk you through the necessary steps to set up the connection, Whether you’re a data engineer or data scientist this guide will provide you with the knowledge you need to … “How to Connect Python to Snowflake”

Read More

How to filter rows in Pandas

Python works quite well for data analysis, you have a lot of libraries which make analyzis much simpler, Pandas is one of them which basically consist in managing DataFrames for manipulating data. Filtering data in a pandas dataframe consist in selecting rows based on a … “How to filter rows in Pandas”

Read More