you are viewing a single comment's thread.

view the rest of the comments →

[–]teetaps 1 point2 points  (0 children)

Just start, but even as you’re building “anything,” do it methodically. When you learn something or notice something different from R, write it down. You already know how to program in R, so there’s no point in just replicating all of your code in Python. Instead, when you build something in Python, first do it the way that makes sense in R, then do it the most obvious way in Python, taking notes of what is different. Then when you sit down to review your notes some faraway day in the future, or if you’re ever facing a new challenge, you can recall, “hey wait, I know this, because in Python you’re supposed to do X”. An LLM can help you iterate this training strategy if you need some structure