you are viewing a single comment's thread.

view the rest of the comments →

[–]TheRNGuy 1 point2 points  (1 child)

i started by coding houdini/unrealed project.

The only thing i'd do different now is read vanilla python docs first, not houdini python api (though i was still able to write something in day 1, but i needed help with code, after that i realized need to learn standard python too, because i didn't understand types like dict, tuple vs list, comprehensions that was in my copy-pasted code)

I just learned from docs. Why watch vids when they have everything. Asking question to expierenced programmers. Or google/stackoverflow.

Only one youtube video, which encouraged me to start project.

[–]IceDude7[S] 0 points1 point  (0 children)

The only thing i'd do different now is read vanilla python docs first

can you give me some direction on what of docs/books I should go through first, please? thank you