Tech Tutorial Archives

RECENT

Selenium web scraping with Python

Selenium is a package available for Python that allows Python to directly interact with a web browser....

Swift Closures

This post on Swift Closures is a continuation of our previous post on Swift functions where we...

Go (Golang) Structs

In Go (Golang), a struct is a composite data type that allows you to group together related...

Functions in Go (Golang)

A function in Go (Golang) is a reusable block of code that performs a specific task. Functions are...

Using Pyautogui to automate web interactions

Working as a data scientist, I often find myself having to gather data from certain websites. Some...