Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Programs made with Python
#4
The biggest use of Python I've made at work was a survey some idiots in another division did. They sent out the survey questions as an email, and collected the email responses. But since the responses were emails, none of them were in the same format. In order to do any analysis on the answers, I had to write a Python program to go through each email, try and determine the format it was in, and then try and extract the answers. I also use it to run my SAS programs. I run the SAS programs through a Python script that captures the results, parses the output, and highlights any problems in the log. It's a huge help with debugging SAS programs.

At home I've written a solitaire program that I've played thousands of games on. I also extracted a collection of 1,200 poker variants stored in separate old school HTML files, convert them to MediaWiki format, and upload them to my new web site. The next step is to put all the variants in a MySQL database. Currently I'm working on a program to read all my poetry so I can track it better, and output it in a more consistent format.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
Programs made with Python - by ATXpython - Oct-01-2016, 03:53 AM
RE: Programs made with Python - by Ofnuts - Oct-01-2016, 10:43 AM
RE: Programs made with Python - by snippsat - Oct-01-2016, 11:30 AM
RE: Programs made with Python - by ichabod801 - Oct-01-2016, 01:39 PM
RE: Programs made with Python - by snippsat - Oct-01-2016, 02:51 PM
RE: Programs made with Python - by ATXpython - Oct-01-2016, 04:45 PM
RE: Programs made with Python - by Skaperen - Oct-02-2016, 01:17 AM
RE: Programs made with Python - by metulburr - Oct-02-2016, 01:48 AM
RE: Programs made with Python - by ATXpython - Oct-09-2016, 01:15 AM
RE: Programs made with Python - by Larz60+ - Oct-09-2016, 01:46 AM
RE: Programs made with Python - by Skaperen - Oct-09-2016, 02:43 AM
RE: Programs made with Python - by j.crater - Oct-09-2016, 09:00 AM
RE: Programs made with Python - by ATXpython - Oct-09-2016, 01:27 PM
RE: Programs made with Python - by metulburr - Oct-09-2016, 02:36 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020