
Welcome to My Learning Journal
It’s time to sharpen my writing, return to coding, and document the journey—one lesson at a time. This blog was made as an extension to my portfolio where I can demonstrate my learning. No download links will be used.

It’s time to sharpen my writing, return to coding, and document the journey—one lesson at a time. This blog was made as an extension to my portfolio where I can demonstrate my learning. No download links will be used.

I sat down to teach myself to code again, after 12 months of endeavour, this is what I can tell you...

Developing Python programs can be tricky, and managing packages and versions adds extra complexity. Using a virtual environment isolates your project’s dependencies, keeping everything organized and stable. Today, I’m revisiting how to use Python virtual environments for development.
Web Scraping proves to be a vital tool when it comes to extracting information from the web. Think of automated lead generators that scour Google Maps to find businesses, which you can then forward over to your sales team. These tools help with collecting and collating information. Today, we'll learn how to use the requests and BeautifulSoup modules in Python.