Search Results

14
votes
10answers
1k views

Book and tutorial recommedations for Django 1.0

Please share your book or tutorial recommendations for the latest release (1.0) of Django. …
3
votes
3answers
1k views

How can I compress a folder and email the compressed file in Python?

I would like to compress a folder and all its sub-folders/files, and email the zip file as an attachment. What would be the best way to achieve this with Python? …
6
votes
3answers
348 views

Best way to return the language of a given string

More specifically, I'm trying to check if given string (a sentence) is in Turkish. I can check if the string has Turkish characters such as Ç, Ş, Ü, Ö, Ğ etc. However that's not very relia …
0
votes

What Hosting Service is best for Django applications?

Another vote for webfaction. They seem to be heavily focused on Python and it was their starting point. Admin interface seems to be simple and easy to use. …