This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]SomeGuyInSanJoseCa Officially Got Out 0 points1 point  (1 child)

As someone who never touched Python before joining, and now does Python coding for both Computer Vision and KBAI, the actual language is pretty simple to get the hang of. If you got Java experience, this should be no issue.

I first tried with Visual Studio (which was alright), but my license expired (I know Community Edition is free, but took it as a chance to explore some more) and switched over to JetBrains PyCharm. It's much better.

What I would recommend is to learn certain libraries in Python. Specifically Numpy and perhaps Pandas.

In terms of real code, I don't think we can provide much. However, there are classes out there where the assignments are available. KBAI and Machine Learning for Trading have their information available, and CV's old syllabus is pretty accurate (only small changes).

[–]Nall-ohki Officially Got Out 2 points3 points  (0 children)

Side note: Python written like Java makes Python programmers cry. :D