Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
I made a shitty, low quality Python Fibonacci sequencer with a semi-awful tkinter GUI that I truly believe made Satan turn over in his lava bed. I deleted it immediately and have decided Javascript is the way for me. :P
You won't get any better at it if you delete it immediately. If you're just beginning to learn programming, Python is a much better choice than javascript. It's simpler, more elegant, and has less oddities, is more extensible, and is often (the exception being web front ends) more applicable to your problem. Don't give up. Javascript is not the answer to the problem you face. I'm a little biased, but I've written a fair amount of both.