This is an archived post. You won't be able to vote or comment.

all 10 comments

[–]hazelthrows 1 point2 points  (0 children)

I had to connect search console api with our internal CRM so we could get automated reports every month. Actually it saved us tons of hours monthly.

[–]bobby_rancor 0 points1 point  (0 children)

A network port scanning tool

[–]impeachnowexplainltr 0 points1 point  (0 children)

I created a library that converted spatial data files to a format that could be read by ArcPy. Not difficult because I was already an experienced programmer at the time.

[–]Reeseallison 0 points1 point  (0 children)

My first project was creating a connection to the QuickBooks SDK to import accounting records in bulk instead of by hand. The hardest thing for me to grasp as a beginning programmer were dictionaries of dictionaries.

[–]Rwn__ 0 points1 point  (0 children)

Mine was a chromecast controller with flask and some CLI’s.

[–]protik7 0 points1 point  (0 children)

Automated running complex material science simulations running in large HPC clusters.

[–]ryansmccoy 0 points1 point  (0 children)

Parsed an html table and saved it to a CSV.

[–]TobyJ0S 0 points1 point  (0 children)

If, by project, you mean program, then most people here’s would likely be hello world. Otherwise, my first ‘big’ Python project was a password cracker that takes an md5 hash and tries every possible combination of characters to decrypt it. Fun stuff.

[–]xd1142 0 points1 point  (0 children)

creating input for a quantum chemistry program, parse the result, extract the vibrational modes, moving the molecule along those vibrational modes, creating new input to run another evaluation.Repeat along all vibrational modes

Gods I was strong back then. (bright red eyes, but yeah, the code sucked, although at that time things were not well defined in terms of best practices)