pageIndex = 1 outOfVisibleViewPort = false
A real python

Caveat with Scoop, Python and PyCharm Used Together

Scoop is awesome to install portable software. Python is a nice programming language to learn. PyCharm provides all you need for Python programming. However, I have to share something when you use the three together.

pageIndex = 5 outOfVisibleViewPort = true
A real python

Sort() Equivalent With Python

Python isn’t JavaScript. I’ll show you an example of the equivalent in Python of Sort JavaScript's function.

pageIndex = 6 outOfVisibleViewPort = true
A real python

Reduce() Equivalent With Python

Python isn’t JavaScript. This time, I’ll show you an example of the equivalent in Python of Reduce JavaScript's function.