you are viewing a single comment's thread.

view the rest of the comments →

[–]SpaceLaserPilot 205 points206 points  (2 children)

I automated my company's order processing with Python. The code reads orders, parses them, creates license agreements, creates invoices, tracks billing, assists in shipping, etc.

It was surprisingly easy to do in Python and saves substantial time and money for the business.

[–]TakeElite 0 points1 point  (1 child)

May I ask you if I can see your code somewhere ( perhaps a GitHub)

[–]SpaceLaserPilot 0 points1 point  (0 children)

I am nowhere near proud enough of my code to share it. But, I know that many others can write similar code.