Sorry, your browser cannot access this site
This page requires browser support (enable) JavaScript
Learn more >

Recently, while helping a colleague create plots, I uncovered some new issues and solutions related to ggpubr and survival analysis packages. Here are the records.

A while ago, I implemented an interesting interactive data processing case using Dash. Here, I’ll record it.

I previously tried to use Scrapy to crawl information from a drug website, but I didn’t make any records at the time. This time, I helped a classmate crawl some data, so I decided to record it this time.

Since I learned Graphviz, I often use it to create flowcharts or simple diagrams. Most of the time, using it is quite convenient because the flowcharts are small and only used for illustration, not...

Due to project requirements, I finally took the time to actually look into how to use Flask. Here’s a record of what I learned.

Today I encountered a plotting problem and learned a new small trick, so I’ll record it here.

I have not systematically studied web scraping before, so I am making notes while watching this video.

I previously used __enter__ and __exit__, which I had heard of before. This time, my program development is mainly object-oriented, so I needed to use more methods to achieve some useful features i...

Damn, I finally successfully used this feature… I’m really stupid…