Download DB Browser to view the earning table Create earning table Insert very first data In this chapter, we will start a project which will […]
Small python application which will remove duplicate files from the windows 10 os
I am glad to inform you all that the remove duplicate file project written with python has finally completed and now it will be uploaded […]
Create a simple python project on Google Colaboratory
Hello and happy 2020 to you all, in this year I will continue to write more python related articles and continue to build up this […]
Return an even number based on the Nth even number with python
In this example, we will create a python function that will return an even number based on the Nth even number given. Let say when […]
Create a python function which will merge, sort and remove duplicate values from lists
In this example, we will create a single python function that will accept unlimited lists of numbers and merges them into a single list that […]
Python Positional-only parameters
I have downloaded Python 3.8 and start to play around with those latest python functions. In this article, we will look at the Positional-only parameter […]
Python if else demo
A simple kata from codewars will show us how to use the if-else statement in python. The wide mouth frog is particularly interested in the […]
Sort list alphabetically with python
You will be given a vector of string(s). You must sort it alphabetically (case-sensitive!!) and then return the first value. The returned value must be […]
Summation of alphabet position with python
In this article, we will create a python function that will turn a string into a list, then return the sum of all the positions […]
Python array list’s count method
In this example, we will use the count method from the Python array list to decide which phrase to return from a function that will […]