Aman Raj

Aman Raj

2

wxPython: Creating GUIs with Python

wxPython is a cross-platform GUI toolkit for Python programming language. It was developed by Robin Dunn along with Harri Pasanen and Edward Zimmerman in 1995. wxPython helps to create robust graphical user interfaces which can be customized depending upon the…

How To Use Reduce Function In Python 1

The reduce() function in Python

In this article, we are going to look at a very important function in python called reduce(). When we write some kind of program, we come across various scenarios when we need to get some kind of mathematical total or…

Data Structures in Python

In any programming language, we need to deal with data.  Now, one of the most fundamental things that we need to work with the data is to store, manage, and access it efficiently in an organized way so it can…

Filter Pandas Dataframes

14 Ways to Filter Pandas Dataframes

Whenever we work with data of any sort, we need a clear picture of the kind of data that we are dealing with. For most of the data out there, which may contain thousands or even millions of entries with…