r/learnpython 20h ago

Repositories to kickstart Python Automation

Hi. Anyone who can share any repositories online or resources that I can learn python? I have a background on it (predictive analysis in OR) but I'm more interesting on applying in automating my tasks at work.

15 Upvotes

13 comments sorted by

View all comments

2

u/alfonso_texada 20h ago

What exactly you want to automate?

2

u/Low_Junket_6997 20h ago

repetitive tasks that are: extracting data from different sources, quality checking different documents, uploading multiple and different data into specific entries. I'd like insights if it's possible with python

1

u/alfonso_texada 20h ago

Source is a very broad concept, are we talking about documents or websites? Exactly thought about entries

1

u/Low_Junket_6997 20h ago

yes correct websites and a system. but to be more specific an erp system. Do you have experience integrating with these?

2

u/alfonso_texada 20h ago edited 20h ago

I worked as RPA engineer on my previous job.Websites require parsing, which is done using the API and libraries like requests and httpx. If the site does not have an API or is equipped with security systems, than you need to switch for Playwright maybe curl-cffi.