Port scanning is commonly known for its use by hackers and network security testers to determine which services are running…
Continue ReadingPython code snippets for working with files
We all have those annoying and tedious little tasks in our everyday workflows that seem to crop up over and…
Continue ReadingScanning HTTP headers for vulnerabilities with Python
In this blog post we look at how we can use Python to scan the HTTP response headers for some…
Continue ReadingPredicting house prices with an Artificial Neural Network and Python
In the previous post, we used machine learning and regression to create a model to predict house prices using data for…
Continue ReadingPredicting house prices using Machine Learning and Python
image:paomedia One of the biggest areas for potential growth in the future of small businesses is the use of artificial…
Continue ReadingAnalysing COVID-19 data with Benford’s Law
With the current season that we find ourselves in, it is difficult not to get sucked into the daily numbers…
Continue ReadingInteracting with Excel using Python
Images: Flatart Excel is one of the most common productivity tools used in any business or personal computing environment.…
Continue ReadingBlockchain explained using Python
Blockchain is a growing technology, expected to be of increasing significance in the future. Although it came into the limelight…
Continue ReadingWorking with stock market data using Python: Part 3
In this series, we have been covering how to interact with market trading data from Yahoo Finance using Python. In the…
Continue ReadingWorking with stock market data using Python: Part 2
In the previous post, we covered how to connect to daily market trading data from Yahoo Finance, using the pandas-datareader module to load…
Continue Reading