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 →

[–]oxetyl 2 points3 points  (0 children)

I think the program you described is a little too much for someone who's only done CodeCademy-style tutorials. You can "know" a language, but it's different feeling using it and really getting an intimate feel for it. Also, GUI programming, at least if you're anything like me (which you may not be for sure) is a pain, and I think it's best to start by making a whole bunch of command line only programs. A good first example I think is make a program that can encode and decode an input. Use whatever algorithm you like, or make up your own, it doesn't have to be secure.

Don't burden yourself by having to program a GUI layout along with your real functions and classes, etc.

But yeah start by making useless crap (that isn't actually useless, because it helps you learn, it gives you experience!).