Tagged articles
4 articles
Page 1 of 1
Python Programming Learning Circle
Python Programming Learning Circle
Dec 11, 2021 · Backend Development

Batch Generating Word Documents from Excel Using Python: Two Solutions with python-docx and zipfile

This article demonstrates how to automate the replacement of placeholders in Word (.doc/.docx) files with data from an Excel sheet using Python, presenting two approaches—one based on python-docx and win32com, and another that manipulates the underlying zip archive with the zipfile module—while addressing common pitfalls and preserving document formatting.

Exceldocxword processing
0 likes · 11 min read
Batch Generating Word Documents from Excel Using Python: Two Solutions with python-docx and zipfile
Programmer DD
Programmer DD
Dec 22, 2018 · Fundamentals

The Untold Story of Evelyn Berezin: The Woman Who Invented Copy‑Paste

This article recounts the life and legacy of Evelyn Berezin, the pioneering engineer who created the first computer word‑processor with copy‑and‑paste functionality, and explores how her invention reshaped programming culture, gender roles in tech, and the ethical debates surrounding code reuse.

Evelyn BerezinWomen in Techcomputer history
0 likes · 12 min read
The Untold Story of Evelyn Berezin: The Woman Who Invented Copy‑Paste