Python 3.9 – The Shape of Things to Come

Python 3.9 – The Shape of Things to Come

Python 3.9 is scheduled for 5th October 2020. There is still a long way to go until then, however, with the latest alpha 3.9.0a6 released last week and the beta version is just around the corner, we can already discuss new features. In this article, we explore some...
Detection of  COVID-19 in chest X-Rays with Deep Learning

Detection of COVID-19 in chest X-Rays with Deep Learning

The code presented in this article can be found here. COVID-19 virus hit us hard. Warnings from Nicolas Taleb that our interconnectedness could cause wide pandemic were true. Schools are closed and most of us are working from home, spending time in isolation and...
Creating Custom TensorFlow Dataset

Creating Custom TensorFlow Dataset

In the previous article, we had a chance to see how one can scrape images from the web using Python. Apart from that, in one of the articles before that we could see how we can perform transfer learning with TensorFlow. In that article, we used famous Convolution...
5 Awesome New Features – Python 3.8

5 Awesome New Features – Python 3.8

It has been interesting couple of moths in Python community. Beta version of Python 3.8 was around since summer and everyone was waiting when the official version is going to be released. At various PyCon conferences people shared their excitement about new changes....