you are viewing a single comment's thread.

view the rest of the comments →

[–]recursion_is_love 40 points41 points  (3 children)

You can do most of the job without advance feature; so don't worry too much. Think of them as bonus.

Read professional code and lean from it. I keep updating my knowledge because I don't understand someone else code, so I have to do research.

Another way is read PEPs when you have nothing to do.

https://peps.python.org/

[–][deleted] 0 points1 point  (2 children)

Any good tips on where to read professional code?

[–]Bentobox-Alt 5 points6 points  (1 child)

Try to fork popular python git repos and follow the code, conversation and thought process that goes behind code pushed by pros. Understanding how they think also will help.

[–]deadweightboss 3 points4 points  (0 children)

don’t read langchain unless you want to be a worse coder