This post explains how to set up VS Code to run Python unit tests Install the Python extension If you have not done so already install the Microsoft Python extension for VS Code Configuration Python unit testing is turned off by default. To turn it on, bring up the VS […]
Estimated reading time: 2 minutes
In this article I will demonstrate how easy it is to perform basic text Web scraping using Python and just a few lines of code. The example have been developed and tested using Python 3.5.2. The first step is to see if you have the following third party libraries already […]
Estimated reading time: 6 minutes