In this tutorial, we'll learn how to test complex data structures in Python. Examples of such data include images, nested dictionaries, dictionaries of numpy arrays and even file contents. Learning how to test complex data is a very helpful skill, es... (more…)
Read more »
This is an introduction to data scraping using Python. In a live-coding session, I'll scrape data from this website: https://www.premiumbeautynews.com/ I'll ... (more…)
Read more »
Enjoy the videos and music you love, upload original content, and share it all with friends, family, and the world on YouTube. (more…)
Read more »
This post discusses the use of the _ character in Python. Like with many things in Python, we’ll see that different usages of _ are mostly… (more…)
Read more »