figure out the errors in running cx_freeze
fuzzy string match in python
fuzzy match example in python
Introduction to Tkinter 01: frame and page
Introduction to Tkinter 02: get variable value from another class
changes of tkinter are implemented through the change of difference pages(frames). here is to show how to transfer the variable values between different page.
Tkinter read data, dropdown menu, select data and print dataframe
use python tkinter to read excel file, create dropdown menu based on the readin data, select subset data and finally print out the selected subset data
Tkinter to exe file with cx_freeze
use cx_freeze to build exe file in windows so that it can run on the other windows without installing python
install pelican in ubuntu again
install pelican again today. write down the notes
linux tips and resources
this page is some linux tips
regression with forward variable selection
in SAS proc reg, there is selection=forward to select variables forward: select the most important one, then the second most important one, and so on. Here is to mimic this in python.