You never find out what other people did in their code Especially in big studios It’s a complete chaos :D
But first you should look at the task the code dies, software, tool or plugin as a whole Then you should see which APIs they used And in the main programming language how they have implemented the libraries, classes or functions And how these codes are related to each other Of course if you can find API documentation in any studio for their libraries (if you find any let me know) it would be great to learn functionality of each class and function If not you have to read the code Module by module Function by function Or line by line to be able to use them I’m talking about using APIs (or custom libraries) especially in VFX … Good luck tho --------------------- *--= Reza Aarabi =--* *https://madoodia.com <https://madoodia.com>* On Wed, Feb 28, 2024 at 17:44 Abdelhalim abulmagd < [email protected]> wrote: > I'm still a beginner and the most advice I've received while learning. It > is that I have to read other people's codes. But when I tried, I found it > very difficult. I tried to read the code line by line, but that was very > tiring, especially in the long codes. I also tried other methods and they > did not work and did not lead me to anything. > What is the best way to read other people’s codes and find out how they > work? > > -- > You received this message because you are subscribed to the Google Groups > "Python Programming for Autodesk Maya" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/python_inside_maya/266c36ad-dc3c-4b66-9eb3-dca5799e01a4n%40googlegroups.com > <https://groups.google.com/d/msgid/python_inside_maya/266c36ad-dc3c-4b66-9eb3-dca5799e01a4n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CADvbQwL5oe8xiBWDNJJRNW3km0qcE3EVgscnDdinvuKJUUJORg%40mail.gmail.com.
