May 7, 2019 | Data Analytics, Python, XlsxWriter
XlsxWriter is a Python module for creating Excel XLSX files. That means, the module will work with Excel 2007 and later. And unlike some other Python libraries and modules such as xlwings and win32com that only work on Windows, XlsxWriter is compatible with Mac OS and...
May 7, 2019 | Data Analytics, Python, XlsxWriter
XlsxWriter is a Python module for creating Excel XLSX files. That means, the module will work with Excel 2007 and later. And unlike some other Python libraries and modules such as xlwings and win32com that only work on Windows, XlsxWriter is compatible with both Mac...
May 2, 2019 | PyQt5, Python
PyQt5 is a Python library lets you build different types of graphical user interface (GUI) based on the Qt GUI framework written in C++.Recently I got an email from a subscriber asking how do you automatically resize the buttons when a user change the window size.In...
Apr 25, 2019 | Automation Scripts, Python
QR Code (Quick Response code), is a two-dimensional version of the vertical line stripe bar code that you see from retail packaging. QR Code provides quick access to access different type of information in the code QR Code is pretty widely use in almost all industries...
Apr 17, 2019 | Python, xlwings
xlwings is an open-source library created by Zoomer Analytics to manipulate Microsoft Excel with Python. In my opinion, xlwings is probably one of the best libraries out there to interact with Excel application beside win32com.There are some Excel methods and...
Apr 17, 2019 | PyQt5, Python
PyQt5 is a powerful python library lets you use the Qt framework (based on C++) to build different type of interactive GUI application on different systems (such as Windows, Mac, or Linux).In this tutorial I will quickly show you an example how to display a pandas...