a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by ad
ad  ·  4076 days ago  ·  link  ·    ·  parent  ·  post: Ask Hubski: What's the last thing you've made?

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





rozap  ·  4075 days ago  ·  link  ·  

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.