Valentina Skakun
Valentina Skakun
Technical Writer

About Valentina Skakun

I'm a technical writer and Python programmer with a passion for automation and web scraping. I love to simplify complex technical concepts and share my knowledge with others through clear and concise articles. I'm always looking for innovative ways to make everyday tasks more efficient and streamlined with code and automation.

One of my most exciting projects involved creating a web scraping add-on and developing rank tracking solutions using Google Apps Script. I love exploring new technologies and staying up-to-date on emerging programming languages.

Outside of work, I'm always exploring new challenges in the tech world. Whether it's unraveling data or optimizing processes, I'm always eager to learn and apply my skills to create meaningful solutions.

Valentina's recent articles

How to Use cURL in Python
How to Use cURL in Python
Jun 22, 2022

cURL is a handy query utility that supports most transfer protocols. The LibcURL API was created for its use in one's own programs. And for use in Python was created a thin wrapper above libcURL which is called PycURL.

Learn More
Web Scraping with Python: from Fundamentals to Practice
Web Scraping with Python: from Fundamentals to Practice
Jun 16, 2022

Web scraping with Python is a great way to gather data from the internet. It is a powerful, easy-to-learn programming language that makes web scraping more straightforward than other methods.

Learn More
The Ultimate CSS Selectors Cheat Sheet for Web Scraping
The Ultimate CSS Selectors Cheat Sheet for Web Scraping
Jun 10, 2022

Each site has its own structure, which contains elements of the same type. For their web scraping, CSS selectors are useful. They are used for selecting elements of the same type on all pages of the website.

Learn More