Posts tagged with "python"
There are a total of 22 posts.
Creating Your Own Automated Deployment System with GitHub Webhook ④ Deployment Handler Details and Registering as a Systemd Service
Published Jul 22, 2025 by whitedec
Learn how to reliably run a FastAPI-based webhook server as a Systemd service, understand the mechanisms of the deployment handler logic, and track Docker rebu…
#python , #systemd , #fastapi , #github webhook , #automated deployment , #webhook server , #service operation
Is pandas really derived from the panda?
Published Jul 16, 2025 by whitedec
Is the name of pandas really derived from the panda bear? This article interestingly explores the origin of the name pandas, its statistical background, and th…
#python , #pandas , #panel data , #python pandas , #wes mckinney , #data science , #data analysis
Exploring Class-Based Views (CBV) Series ⑧ - Deep Dive into Pagination and Search Functionality – Extending ListView
Published Jun 13, 2025 by whitedec
This post introduces practical strategies for implementing pagination, search, and sorting functionalities by extending Django ListView, enhancing user experie…
#django , #python , #listview , #pagination , #searchview , #sorting , #cbv advanced , #extending generic view