There are these times that you really have to use Windows and in those cases some issues like the 255 path limit tend to occur with network mounts. Luckily, this is fairly easy to solve with a small Python snippet: [python]import os UNUSED_DRIVE_LETTER = ‘x:’ def windows_walk(top, topdown=True, onerror=None, followlinks=False): for path, dirs, files in […]
About Rick van Hattem (Wolph)
Entrepreneur and programmer interested in scaling large systems. For the last couple of years I have been working on a couple of startups, more recently I have decided to take a step back and do some consultancy to do research for my next startup. My main areas of expertise are currently:
- Scaling systems with large amounts of data and/or users
- PostgreSQL
- Python
- Django
Recent Comments