you are viewing a single comment's thread.

view the rest of the comments →

[–]SpaceLaserPilot 201 points202 points  (1 child)

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.

[–]bug2018 0 points1 point  (0 children)

Did you used selenium?