Webdev/Side Projects: Difference between revisions

m
Line 81: Line 81:
: '''python-bcrypt''' is a pure Python implementation of bcrypt. It works, but is ridiculously slow in CPython (factor 300 slower than C), in PyPy a not-as-painful 10x slower than C. While it might never become a viable alternative to py-bcrypt (the wrapped C library), it could use some optimization love (make sure it never exceeds 32bit ints?) if you're into this kind of thing.
: '''python-bcrypt''' is a pure Python implementation of bcrypt. It works, but is ridiculously slow in CPython (factor 300 slower than C), in PyPy a not-as-painful 10x slower than C. While it might never become a viable alternative to py-bcrypt (the wrapped C library), it could use some optimization love (make sure it never exceeds 32bit ints?) if you're into this kind of thing.
; [https://github.com/fwenzel/stapler Stapler]
; [https://github.com/fwenzel/stapler Stapler]
: A small PDF manipulation tool written in Python. It makes use of the PyPDF library to act as a somewhat more lightweight alternative to [pdftk http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/]
: A small PDF manipulation tool written in Python. It makes use of the PyPDF library to act as a somewhat more lightweight alternative to [http://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/ pdftk]
; [https://github.com/fwenzel/millimeter Millimeter]
; [https://github.com/fwenzel/millimeter Millimeter]
: A simple Django-based, private (i.e., login-only) URL shortener. If you want to play with django-piston (or so), it should be really easy to add an API.
: A simple Django-based, private (i.e., login-only) URL shortener. If you want to play with django-piston (or so), it should be really easy to add an API.
Confirmed users
1,209

edits