Python

Move items up and down in a QListView

I have been trying to develop a GUI application which can be used for batch run this week. One expected feature is to extract name of all SAS program files
Python

Common Manipulation of QTreeview using PyQT5

When developing a GUI (graphical user interface) application, I found that lot of people posted questions in Stack Overflow to seek help on how to manipulate QTreeview Widget. However, few
SAS

Generate Special Excel File Using ODS EXCEL

Besides RTF file, SAS programmer also need to produce excel file. Today’s post will present several special examples including how to create empty worksheet, how to highlight worksheet cells or
SAS

Examples using Perl Regular Expression in DATA Step

Perl regular expressions (PRX) consists of metacharacters which are characters and special characters in essence. SAS searches a source string for substring that matches the Perl regular expression. For example,
Python

Python Installation by using Anaconda

Machine learning becomes more and more popular in Pharmaceutical industry to fulfill task like ADaM development or CSR translation. Python is used widely in machine learning area. One way to
top