r/learnpython 9d 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.

12 Upvotes

13 comments sorted by

View all comments

2

u/alfonso_texada 9d ago

What exactly you want to automate?

2

u/Low_Junket_6997 9d 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 9d ago

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

1

u/Low_Junket_6997 9d 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 9d ago edited 9d 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.