📝 Research :https://ojitha.blogspot.com.au for my lengthy articles.
Selection sort in Python
October 31, 2020
Selection sort runining time is very high as \(O(N^2)\).

Binary search in Python
October 29, 2020
Binary Search is one of the most fundamental algorithm.

I explain the procedural and functional way of binary search algorithm.
Python run on containers
October 20, 2020
We have alrady explain Website hosted as a container. In this post explained how to host flask web application.
Apache Spark begins with PySpark
October 3, 2020
PySpark is one of the most popular ways of using Spark. This blog considers the use of the basic of Spark SQL with data frames.
Website hosted as a container
October 3, 2020
This is very short tutorial to show how to quickly create a web server using Docker container. The Docker should be installed in your machine as a prerequesit.