How to build and visualise a Monte Carlo simulation with Python and Plotly
Learn how to construct a Monte Carlo simulation with Python and plot the results using Plotly.
Building an AutoTrader scraper with Python to search for multiple makes and models
Develop your Python skills by building an AutoTrader scraper that can search for and filter multiple makes and models.
Creating a screen and mouse jiggler with Python
Discover how to build your own screen and mouse jiggler to prevent your computer screen from turning off and keeping your status as online.
Concepts of Artificial Intelligence with Python - a review of CS50 AI
This article covers the concepts of AI in Harvard's CS50 Introduction to Artificial Intelligence with Python course, along with a review of the course itself, what I learned from it, and helpful advice if you're looking to start it yourself.
How to upload PDF files to Azure Blob Storage with Vue and Python Flask
In this article we'll be building a simple application to upload, view and download PDF files using Azure Blob Storage, Python Flask and Vue.