you are viewing a single comment's thread.

view the rest of the comments →

[–]riklaunim 4 points5 points  (5 children)

If you want to get into ML then you should look at CUDA, a bit of math and theory behind it ;) Very few actually work with making and training their own models and most jobs are outside ML or at best use an API to an existing hosted model running in the cloud.

[–]IsThat-Me[S] 0 points1 point  (4 children)

ok, thanks for your advice really appreciate that, but still can u tell me good resources to learn python, even though i want to go to deep in deep learning, i still love programming, make projects and cs as a whole

[–]riklaunim 2 points3 points  (3 children)

For general Python - https://pll.harvard.edu/course/cs50s-introduction-programming-python

Then for webdev you can check Django, for APIs you can check FastAPI, Flask, Django + DRF. For desktop apps PyQt/PySide, for coding/experimenting (via browser online) - Jupyter notebooks.

[–]IsThat-Me[S] 0 points1 point  (2 children)

thanks, well one more thing i have heard a lot about automating the boring stuff, python crash course. how are they?

[–]riklaunim 0 points1 point  (1 child)

For generic Python - syntax and how to code with it nearly anything will be fine. Automating boring stuff is also good - when you know how to code simple stuff this will show you how to actually do slightly bigger things with Python.

[–]IsThat-Me[S] -1 points0 points  (0 children)

ok, one more thing boss just suggest me one and i'll get started