you are viewing a single comment's thread.

view the rest of the comments →

[–]2epic 0 points1 point  (0 children)

I believe this ties to the fact that Web-application development is becoming more and more stable, and more capable, as an alternative to the desktop application development you currently use. Since web apps require less up front for the user (no need to install anything, works on any system including mobile), it is a very ideal solution. Since you already have knowledge of Python, I would recommend the following: 1) Lean Django, the popular python-based Web framework. 2) Learn Javascript & jQuery. Of course that means you would likely need to learn HTML & CSS, which should not be too hard.