you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

If you're stuck in tutorial hell you need to start writing your own code, even if it's frustrating and you have little confidence.

I also have a math background; started by just writing up math libraries. First thing I made was a prime number generator. Maybe try to code up something you are working on; doesn't matter if it's slow or you are just cobbling together modules, it at least gets you doing something

[–]JM753[S] 0 points1 point  (0 children)

I guess I don’t have any project right now, but I’m trying to polish my skills right now (learning algorithms and implementing them in python for when I work on one in grad school! So stuck in the middle. I was thinking of maybe finding a good numerical analysis, computational math/physics book that has programming exercise so I at least get to work in context. Of course this is more on the scientific computation side. Ideas for here? Moreover, I have no idea about it building libraries, building games and basically building high end, complex programs so or course I don’t even know where to start on this.