# Python

Posts by Kristian Øllegaard in the category "Python".

Source: https://www.kristian.io/blog/category/python/

- [Python coverage very slow in side docker - and the possible solution](/blog/2025/01/slipcover.md) (2024-01-22): Python's coverage.py adds heavy overhead in Docker, pushing our test runs from 50 minutes to 1h20. Switching to Slipcover got most of that time back.
- [Installing and setting up OS X Mavericks for python development (WIP)](/django/2013/10/23/setting-up-os-x-mavericks-for-python-development.html.md) (2013-10-23): A clean OS X Mavericks install for Python and Django development — case-sensitive filesystem, ZSH, Homebrew, PostgreSQL, virtualenv, PyCharm, and the rest of the stack.
- [SockJS and Tornado for Python real-time web projects](/post/47460001334/sockjs-and-tornado-for-python-real-time-web-projects.md) (2013-04-08): Building real-time web applications in Python with SockJS and Tornado — including a Django auth handshake, a Redis pub/sub bridge, and the gotchas on Heroku.
- [How I develop django projects](/post/46338461184/how-i-develop-django-projects.md) (2013-03-26): The shortcuts, ZSH aliases, virtualenv setup, and tooling I use day-to-day when developing Django projects on macOS — written for someone just getting started.
