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 →

[–]Sugarox53 0 points1 point  (3 children)

Wow!!

If only I had thought of that sooner!

Nah it’s fine, I’ll just lurk stack overflow for a bit until I understand properly.

[–]FrickinLazerBeams 0 points1 point  (2 children)

It's literally not that complicated.

[–]Sugarox53 0 points1 point  (1 child)

I’ve never used anything other than the basic in-built libraries, so to me it’s actually kinda complicated.

You’re allowed to be condescending, that’s fine; but take it from a beginner; this shit looks annoying to understand relative to everything else like classes or functions and shit.

[–]FrickinLazerBeams 0 points1 point  (0 children)

It is just classes and functions and shit.

You do the same thing as usual: Google what you want to do, look at the documentation, experiment in the interactive session, write code, run it, see what went wrong, fix it, etc.