Mes articles

Are .parquet files better than .csv files?
Whether Parquet files are better than CSV files depends on the specific use case and requirements. And also to who you will send the file! When may .csv files be...
Are .parquet files better than .csv files?
Whether Parquet files are better than CSV files depends on the specific use case and requirements. And also to who you will send the file! When may .csv files be...

Difference between python --version and python -v
Difference between python --version and python -v. These two commands have completely different purposes: python --version Shows the Python interpreter's version number Example output: Python 3.9.7 This is the standard...
Difference between python --version and python -v
Difference between python --version and python -v. These two commands have completely different purposes: python --version Shows the Python interpreter's version number Example output: Python 3.9.7 This is the standard...

When to use !pip, %pip or !uv in Python?
For Jupyter Notebooks, the modern approach is: %pip install such as %pip install ShopifyAPI. %pip is a magic command The `%pip is called a "magic command" and it is preferred...
When to use !pip, %pip or !uv in Python?
For Jupyter Notebooks, the modern approach is: %pip install such as %pip install ShopifyAPI. %pip is a magic command The `%pip is called a "magic command" and it is preferred...

How to fetch & extract XML sitemaps URL in a Go...
There are several solutions to extract the list of URLs from an XML sitemap directly in a Google Spreadsheet. Let's see that together, step-by-step.
How to fetch & extract XML sitemaps URL in a Go...
There are several solutions to extract the list of URLs from an XML sitemap directly in a Google Spreadsheet. Let's see that together, step-by-step.

SEO big dogs: who is an SEO Big Dog? -- Post to...
SEO Big Dogs are the people that matters in SEO, do you matter? Do I matter in SEO? Who Am I to tell?
SEO big dogs: who is an SEO Big Dog? -- Post to...
SEO Big Dogs are the people that matters in SEO, do you matter? Do I matter in SEO? Who Am I to tell?

Leverage the similar web API on R
A few years back I reused some of Vincent Terrasi code on R to look for URL comparison on Similar web. What my first version of the code looked like...
Leverage the similar web API on R
A few years back I reused some of Vincent Terrasi code on R to look for URL comparison on Similar web. What my first version of the code looked like...