Python 3 Rounding Surprise

5 years ago
Ron

I discovered this subtle change when one of my unit tests mysteriously failed once I ported it from Python 2…

Python 3 Exception Chaining

Exception chaining solves two problems in Python 2. 1. Swallowed Exceptions If, while handling exception A, exception B inadvertently occurred,…

5 years ago

Safe Password Storage – How Websites Get It Wrong

Here's the recording of my talk "15 minutes w/ Beeswax: Safe Password Storage - How Websites Get It Wrong." And…

6 years ago

Python at Scale: Concurrency at Beeswax

My presentation from the NYC Python Meetup: Python at Scale; Concurrency at Beeswax. Concurrent Python at Beeswax - Ron Rothman…

6 years ago

Python Dependencies The Right Way

My BazelCon 2019 lightning talk, Python Dependencies The Right Way*, has been posted. Please excuse my raspy voice; I woke…

6 years ago

Python 3 f-strings

One of my favorite features of Python 3 is f-strings (Formatted String Literals). Each of these print statements emits the…

6 years ago

mtwsgi: A Multithreaded Python WSGI Implementation

I wanted to combine the simplicity of Python's built-in WSGI server with the benefits of concurrency, so I wrote this…

12 years ago

Python 2.7.3 (Bug) Broke My Namedtuple Unpickling

I just learned (*ahem* the Hard Way) that CPython 2.7.3 namedtuple is buggy when combined with pickling and older Python…

13 years ago

Cygwin cron: Spurious Messages in Event Viewer

I've been using Cygwin on my Windows partition to run a particular job every minute. Cron (Vixie's cron) works perfectly,…

17 years ago

Fixing minidom.toprettyxml’s Silly Whitespace

Python's xml.dom.minidom.toprettyxml has a feature/flaw that renders it useless for many common applications. (more…)

17 years ago

2 Become 3

"Leo loves you."

18 years ago

It’s Boy!

Please welcome our newest family member, Blake, into the world. (more…)

18 years ago

Is Home Birth Courageous?

It's funny. I've recently been told---by more than one person---that Sara and I are "brave" for planning to deliver our…

18 years ago

Canada Trip: Posted

Finally posted the itinerary and photos from our summer trip to Quebec & Ontario. Activities included: Visiting friends Cycling 100…

18 years ago

CSA Inventory, Week 10

Produce Roundup This week's vegetables. (Click for larger view.) Fresh, organic and local. $12. This week's take: (more…)

18 years ago

Southeast Asia Trip: Epilogue

We're back home. (Boo.) We'll post our photos as soon as we sort through [all 1500 of] them. Update: the…

19 years ago

This website uses cookies.