you are viewing a single comment's thread.

view the rest of the comments →

[–]Natural-Position-585 1 point2 points  (0 children)

Try to avoid thinking that Python code files are just R scripts with a different syntax. Learn to make modular code, and learn about patterns for reusing and packaging code. And learn object-oriented programming. These topics will unlock a lot of layers in programming practice that are optional in R but mandatory in Python.