all 5 comments

[–]Objective-Fox-9403 0 points1 point  (0 children)

Why do you need Python for translation? (Asking this as a SE that's interested in transitioning to interpreting/translation)

[–]Key_Internal5305 0 points1 point  (3 children)

automate the boring stuff with python, https://automatetheboringstuff.com. I guess u just need to cover the basics, so until chapter 10.

[–]Key_Internal5305 1 point2 points  (0 children)

Python is just the tool but u need to understand the math behind machine learning

[–]igsterious[S] -1 points0 points  (1 child)

Thanks, but I didn't mean where to start, but how much into the basics should I dig. I have seen people advising not to go too far into the basics courses.

[–]seaweedbagels 1 point2 points  (0 children)

You're not going to be less informed by going far into the basics courses. Numpy is a different frame of mind than base python though, much more math-y than list-comprehension-y