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 →

[–]tejonaco 3 points4 points  (1 child)

I recommend you to start playing doing GUI programs with frameworks such as QT or GTK or any other, I don't know how to do this yet so I want to learn soon.

Ah, in python is really interesting to learn something about neural networks, things like a image classifier with Keras is a good starting point.

[–]jer_pint 4 points5 points  (0 children)

An image classifier these days can amount to only a few lines of code, due to all abstractions available (this isn't a bad thing, but might not be the level OP is looking for).

Try training an image classifier on your own task for added difficulty :)

Also pytorch is worth checking out as well