Text Post: What do you do? posted by folkrav
parent
  • monkeytherat
    +1

    I used to make games in Pythonista (app for iOS), but nowadays I only use it when I need a script to automate something. Real Life Example: I had an html file with a select for each country such that the value of each option was a number but what was displayed was the country's name. I needed to store country names in my database, not arbitrary ID numbers, so I wrote a small Python script to rewrite the file.