Search Results

4
votes

What are some useful TextMate features?

I like the integrated HTML/XML Tidy. Cmd-shift-H is your friend. Also, nice integration with a variety of scp/sftp clients. …
2
votes

How do I deploy a Python desktop application?

Wow, there are a lot of questions in there: It is possible to run the bytecode (.pyc) file directly from the Python interpreter, but I haven't seen any bytecode obfuscation tools a …
1
vote

Interfacing web crawler with Django front end

If you insert your django project's app directories into sys.path, you can write standard Python scripts that utilize the Django ORM functionality. We have an /admin/ directory that contains scrip …