a thoughtful web.
Good ideas and conversation. No ads, no tracking.   Login or Take a Tour!
comment by user-inactivated
user-inactivated  ·  4023 days ago  ·  link  ·    ·  parent  ·  post: Who are you, Hubski?

Python is a good place to start. The Django framework is pretty good for web development, I hear. I've played around with Python's syntax a bit, and it seems pretty high level. Not necessarily Ruby high level, but more along the lines of a higher-level Javascript.

Java is a good place to start. Take a look at Processing, a language that is based on Java with higher-level syntax. There's a JavaScript port for web development, too.

Don't burn yourself out on programming before you ever make something. Always work on a small project on the side so that you can apply what you're learning in a real-world scenario. Web development is a good idea because it allows for you to share your projects easily with friends/other developers.





SwampFever  ·  4023 days ago  ·  link  ·  

Thanks, that's very helpful. I'll stick to that more or less. Which IDE would you recommend for python + java?

tairar  ·  4020 days ago  ·  link  ·  

Been a little while since your post, but I highly recommend Sublime Text 2 for python work. A full IDE really isn't necessary if you're just starting out, but when you do get more proficient, sublime's quite extensible and can add lots of great python-specific features.

Plus, editing text on 30 lines simultaneously is just awesome.

user-inactivated  ·  4023 days ago  ·  link  ·  

NetBeans for Java, PyScripter for Python.

user-inactivated  ·  4023 days ago  ·  link  ·  
This comment has been deleted.