r/learnpython 1d 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 1d ago

What exactly you want to automate?

2

u/[deleted] 1d ago

[removed] — view removed comment

1

u/Low_Junket_6997 1d ago

Nice! I'll definitely start thus. Thank you so much! Would you be able to share learning sources?

2

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

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

1

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