Python Forum
Thread Rating:
  • 1 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Programs made with Python
#2
Things I have used Python for:

  • Professionally:
    • Web server log analysis: typically, read tens of megabytes (sometimes gigabytes) of server logs, identify specific lines, check that states change in the order given in specs, check delays between state changes. In some cases, correlate with the log contents of another server.
    • Build/install/deploy applications on these same servers.
    • Issue REST calls to servers to obtain data or provision data (once, due to bad management, duplication of effort: them: 2 people, three days, over a thousand lines of Java, me, a couple of hours, 200 lines of Python).
    • Various little functions for computations I do often.
  • Hobby:
    • Enhance my PC.
    • Scripts for Gimp, the image editor.
    • Various scripts to automate operations on web sites (for instance, Reddit statistics).
Unless noted otherwise, code in my posts should be understood as "coding suggestions", and its use may require more neurones than the two necessary for Ctrl-C/Ctrl-V.
Your one-stop place for all your GIMP needs: gimp-forum.net
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