Endigest logo
Endigest
All Tech BlogsExplore TagsSend Feedback
Newsletter
Endigest logo
Endigest

© 2026 Endigest. All rights reserved.

  • About
  • Privacy
  • Terms
  • Contact
  • RSS

python Articles

3 articles

Related Tags

Uncategorized(1)
build-performance(1)
caching(1)
ci-cd(1)
developer-experience(1)
devops(1)
data-science(1)
jupyter-notebook
(1)
pandas(1)
kaggle(1)
memory-leak(1)
Lyft logoLyft
01 min read
Backend•2025-12-15

From Python3.8 to Python3.10: Our Journey Through a Memory Leak

This post details Lyft's investigation into a memory leak and latency regression discovered while upgrading a Python service from 3.8 to 3.10.

memory-leak
python
Slack logoSlack
11 min read
DevOps•2025-11-06

Build better software to build software better

This post explains how the Slack/Quip build team reduced 60-minute build times by applying software engineering principles (caching and parallelization) to their Bazel-based build pipeline.

Uncategorized
build-performance
caching
ci-cd
developer-experience
devops
python
BBC logoBBC
31 min read
Data Engineering•2022-09-21

UK Bank Holidays with Pandas on Jupyter

This post explains how to fetch and manipulate UK Bank Holidays JSON data using Pandas on a Jupyter Notebook to produce a queryable DataFrame.

data-science
jupyter-notebook
python
pandas
kaggle