[IPL] CSK Team Squad, Match Schedule

Chennai Super Kings or CSK is one of the most consistent performing teams in IPL. Along with Captain Dhoni & few unchanged players right from the start of IPL, the teams performance has never degraded. The fans have so much love for this team. Not only Dhoni, there are other […]

Python Sort List Function – Ascending or Descending

Sort Function in Python Code In Python, You can sort a list or array of numbers & strings using the built in function. The code below creates a numeric & string array. Then sorts is ascending & descending. The default is ascending. Lets see how do this with a Python […]