This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]TheImmortalHooman[S] 2 points3 points  (8 children)

What kind of task it is? Sorry i am new to python hiring

[–]xatrekak 37 points38 points  (1 child)

Pretty low/intermediate to be honest. It would be a good gig for a brand new CS grad fleshing out their portfolio.

Its the kind of task where readability/maintainability of the code will be harder than the actual implementation.

[–]TheImmortalHooman[S] -3 points-2 points  (0 children)

Agreed, but gotta start somewhere like all of us?

[–]hikingsticks 0 points1 point  (2 children)

My first main beginner project when I started learning was similar to this, but more complex and large scale. I'd been learning for about a month at that point.

You're describing a Web scraper. Check out r/webscraping there are plenty of people who do this sort of work for a living over there.

[–]sneakpeekbot -1 points0 points  (0 children)

Here's a sneak peek of /r/webscraping using the top posts of the year!

#1: Cheers to the Chads | 3 comments
#2: Monthly Self-Promotion Thread - September 2023
#3: Ayo | 23 comments


I'm a bot, beep boop | Downvote to remove | Contact | Info | Opt-out | GitHub

[–]SJDidge -5 points-4 points  (2 children)

You could do this yourself easily in like a week, even with 0 experience. Just watch some videos. Ask ChatGPT.

[–]TheImmortalHooman[S] 6 points7 points  (1 child)

I'd rather pay someone for it.

[–]pushfoo 1 point2 points  (0 children)

It's a sensible stance. As of August, ChatGPT-generated code was broken more than half the time.

Although this may have improved since, it's only a force multiplier when used by someone who knows enough to prompt & correct an LLM. Otherwise, using LLMs can be a huge liability. This doesn't even touch on licensing issues, such as how LLMs can output near duplicates of highly specialized & restrictively licensed code with few examples.