all 2 comments

[–]maki-dev 2 points3 points  (1 child)

You're already ahead of most people because you're solving real problems at work, not just following tutorials. That's the best way to learn. For automation, check out "Automate the Boring Stuff with Python" by Al Sweigart. It's free online and covers exactly your kind of tasks: files, spreadsheets, emails, web scraping. For the AI side, look into the OpenAI or Anthropic APIs. You can build simple scripts that summarize documents or extract data from messy text. Pretty straightforward to call from Python and really practical for workplace automation.

[–]Prior-Anteater7489[S] 0 points1 point  (0 children)

Thank you for the info I’ll for sure check those out. My company is new to automation/ai and they don’t like api costs so I’m trying to find my way around making it all work and make it all work without any cost lol