Entries tagged django, python, programminglanguages
Filters: Type: entry × django × python × programminglanguages ×
2 results
What are some good resources to learn how to cleanse data using Python?
http://gnosis.cx/TPiP/ “Text Processing in Python” is a free online book that covers a bunch of useful topics related to data cleanup. It’s over 10 years old now but is still mostly relevant—the chapter on regular expressions is particularly good.
[... 61 words]What web programming framework best supports ’drag and drop’ actions? Please give examples of sites and/or plug-ins that support the interaction.
Drag and drop is a client-side thing—it has nothing to do with the server-side technology being used.
[... 72 words]