Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Filter by Categories
About Article
AI Tools
Analyze Data
Archive
Best Practices
Better Outputs
Blog
Code Optimization
Code Quality
Command Line
Course
Daily tips
Dashboard
Data Analysis & Manipulation
Data Engineer
Data Visualization
DataFrame
Delta Lake
DevOps
DuckDB
Environment Management
Feature Engineer
Git
Jupyter Notebook
LLM
LLM Tools
Machine Learning
Machine Learning & AI
Machine Learning Tools
Manage Data
MLOps
Natural Language Processing
Newsletter Archive
NumPy
Pandas
Polars
PySpark
Python Helpers
Python Tips
Python Utilities
Scrape Data
SQL
Testing
Time Series
Tools
Visualization
Visualization & Reporting
Workflow & Automation
Workflow Automation

CloakBrowser – Make Browser Automation Look Real

CloakBrowser – Make Browser Automation Look Real

Grab your coffee. Here are this week’s highlights.


📅 Today’s Picks

CloakBrowser – Make Browser Automation Look Real

Code example: CloakBrowser - Make Browser Automation Look Real

Problem

Playwright is a browser automation framework that lets you control Chrome, Firefox, and Safari-like browsers with code.

But the browser Playwright launches does not always look like a normal user’s browser. Sites can detect those differences and respond with CAPTCHAs, blocked access, broken login flows, or misleading test results.

Solution

CloakBrowser replaces the default browser used by Playwright or Puppeteer with a more realistic Chrome-like browser.

It helps the browser behave more like a real user session, reducing CAPTCHAs, blocked pages, and broken login flows in automated workflows.


uv – Apply Dependency Overrides Without Side Effects

Code example: uv - Apply Dependency Overrides Without Side Effects

Problem

A global override can affect every package that uses the same dependency, creating new conflicts in parts of the project that were already working.

Solution

uv 0.11.25 introduced scoped dependency overrides.

You can apply the override only to the package that needs it instead of changing dependency resolution for the whole project.

This keeps temporary compatibility fixes from affecting unrelated packages.


Stay Current with CodeCut

Actionable Python tips, curated for busy data pros. Skim in under 2 minutes, three times a week.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top

Work with Khuyen Tran

Work with Khuyen Tran