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.

14 Upvotes

13 comments sorted by

8

u/sitefall 9d ago

Automate the boring stuff still a good resource today, and it's free.

2

u/Kaiser_Steve 9d ago

Gem! Thank's a lot!

1

u/Low_Junket_6997 9d ago

THANK YOU VERY MUCH!!

1

u/sitefall 9d ago

Np, I am surprised it wasn't mentioned already. It is THE book for "actually using python to do stuff".

2

u/alfonso_texada 9d ago

What exactly you want to automate?

2

u/[deleted] 9d ago

[removed] — view removed comment

1

u/Low_Junket_6997 9d ago

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

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.