|
|
|
|
|
by lincolnq
5535 days ago
|
|
Learning to hack is not too hard. PG says 6 months to a year. (http://www.paulgraham.com/raq.html) I tend to agree. A friend is working through "How to Think like a Computer Scientist" -- http://openbookproject.net/thinkCSpy/ -- which happens to teach Python, and then he will learn Django (http://www.djangoproject.com/) and build Web applications and be most of the way to the level of technical skill it takes to build a prototype Web app and attempt to get funding. In addition, I would suggest that it's a good idea to get your feet wet in actually building stuff quickly, rather than reading and designing all the time. Your designs are probably going out the window rather quickly once you start showing people a working prototype. |
|