python programming basics

Python

This Is Why Python Data Classes Are Awesome

Data classes in Python are really powerful and not just for representing structured data. In this video I show you what you can do with dataclasses as well as new capabilities that have been added in Python 3.10. Chapters: 0:00 Intro 0:49 What are data classes? 1:37 Explaining the example 4:00 Dataclasses basics 5:45 Assigning […]

Read More
Uncategorized

Beginners Guide To Web Scraping with Python – All You Need To Know

The internet is full of data. Lots and lots of data. But manually going to a website and copying and pasting the data into a spreadsheet or database is tedious and a time consuming. Enter web scraping: a subject near and dear to my heart for a while now.

Read More