Earlier quoted context omitted.
Thanks for the advice. Right now, I would like to continue in my hunt for a co-founder but do plan on trying to pick up some knowledge of programming even if I do find someone to work with.
regardless of whether you have previous knowledge or not, if you're willing to program (whether it's front end or back) and you do learn, even if it is on the fly, for this project... then maybe a 50 50 split does make sense...
Seeking Technology Co-Founder (NYC)
21–30 of 50 posts
Re: Seeking Technology Co-Founder (NYC)
#22Earlier quoted context omitted.
regardless of whether you have previous knowledge or not, if you're willing to program (whether it's front end or back) and you do learn, even if it is on the fly, for this project... then maybe a 50 50 split does make sense...
Any suggestions on things to read so I can start to learn. I am going to buy a book on rails (agile web development). Know of joel on software. Programming.reddit.com. Anything else?
An oldie but goodie:
http://webmonkey.com/webmonkey/programming/php/tutorials/tut...
You can't get wet from the word "water".
Re: Seeking Technology Co-Founder (NYC)
#23Earlier quoted context omitted.
regardless of whether you have previous knowledge or not, if you're willing to program (whether it's front end or back) and you do learn, even if it is on the fly, for this project... then maybe a 50 50 split does make sense...
Any suggestions on things to read so I can start to learn. I am going to buy a book on rails (agile web development). Know of joel on software. Programming.reddit.com. Anything else?
The point of this little story - get help, ask questions (hacker personalities are problem solvers and love to solve problems), but get started. Training and mentoring can help bootstrap it. Ask a friend who is a programmer to help get you started.
You seem like a good writer - why not write a blog about learning enough about programming to build your own web application?
Re: Seeking Technology Co-Founder (NYC)
#24Re: Seeking Technology Co-Founder (NYC)
#25Earlier quoted context omitted.
regardless of whether you have previous knowledge or not, if you're willing to program (whether it's front end or back) and you do learn, even if it is on the fly, for this project... then maybe a 50 50 split does make sense...
Any suggestions on things to read so I can start to learn. I am going to buy a book on rails (agile web development). Know of joel on software. Programming.reddit.com. Anything else?
I know there are a number of Python tutorials that were written specifically for scientists that are new to programming. I would think that a few tutorials that use practical examples from your own field would make the wall a bit easier to scale than a tutorial that just addresses complete noobs? I don't know of any similar "Programming for Scientists"-type tutorials for Ruby... (?)
There is also a good intro to programming book that uses Python (Zelle is the author) that was recently adopted by MIT. If you want a stronger foundation - but with a potentially slower payoff - you should look at htdp.org and SICP, both of which use Scheme.
Re: Seeking Technology Co-Founder (NYC)
#26Earlier quoted context omitted.
Any suggestions on things to read so I can start to learn. I am going to buy a book on rails (agile web development). Know of joel on software. Programming.reddit.com. Anything else?
I prefer Python to Ruby, but language choice is another topic entirely. There are a number of web frameworks for Python that are AT LEAST as useful as Rails, including Django and Pylons. In some ways, I think Django might be better for the type of site you seem to be interested in. Of course, I'm going mostly on assumptions... I know there are a number of Python tutorials that were written specifically for scientists…
Rails on the other hand has tons and tons of books. I just started a little less than a year ago and I've caught up fast because of the plethora of books and communities for Rails.
in the end, if you happen to find your partner quick - they may help you choose (that's probably the best route)
Forgot to mention - check out some video tutorials of Rails programming:
http://rubyonrails.com/screencasts
http://peepcode.com (not free but really really good - they actually have 2 vids that covers all of the basics of Rails - in I think about 3-5 hours; you're not goign to remember all of it in the 1st run but it gets u comfy)
a decent list of resources
http://poignantguide.net/ruby/ -funny and useful intro into ruby itself
Re: Seeking Technology Co-Founder (NYC)
#27Earlier quoted context omitted.
I prefer Python to Ruby, but language choice is another topic entirely. There are a number of web frameworks for Python that are AT LEAST as useful as Rails, including Django and Pylons. In some ways, I think Django might be better for the type of site you seem to be interested in. Of course, I'm going mostly on assumptions... I know there are a number of Python tutorials that were written specifically for scientists…
I do agree with shooter that python is good technologically... but the problem with Python web frameworks is that there's no one official framework yet for python that's overwhelmingly popular in the python world (though someone can prove me wrong). The end result is that there aren't that many books on stuff like Django (compared to other technologies), which really sucks when you're just starting out. Rails on the…
Django is pretty simple. There's already the official book in print. Not to mention one of the reasons Rails has so many books to begin with was due to really poor online documentation. Django doesn't have that problem.
Usually I think havings lots of printed documentation is very important, but in Django's case, due to its simplicity and quality of existing docs, I don't think it is an issue.
Re: Seeking Technology Co-Founder (NYC)
#28Earlier quoted context omitted.
I prefer Python to Ruby, but language choice is another topic entirely. There are a number of web frameworks for Python that are AT LEAST as useful as Rails, including Django and Pylons. In some ways, I think Django might be better for the type of site you seem to be interested in. Of course, I'm going mostly on assumptions... I know there are a number of Python tutorials that were written specifically for scientists…
I do agree with shooter that python is good technologically... but the problem with Python web frameworks is that there's no one official framework yet for python that's overwhelmingly popular in the python world (though someone can prove me wrong). The end result is that there aren't that many books on stuff like Django (compared to other technologies), which really sucks when you're just starting out. Rails on the…
Maybe I should start offering some Pylons lessons online (for free, just to spread the love).
Re: Seeking Technology Co-Founder (NYC)
#29Earlier quoted context omitted.
I do agree with shooter that python is good technologically... but the problem with Python web frameworks is that there's no one official framework yet for python that's overwhelmingly popular in the python world (though someone can prove me wrong). The end result is that there aren't that many books on stuff like Django (compared to other technologies), which really sucks when you're just starting out. Rails on the…
There's even more books on Java. Maybe you should pick that up :) take a look at some tutorials if you want to learn python web programming. It doesn't take a book to START making useful sites with something like Pylons. Maybe I should start offering some Pylons lessons online (for free, just to spread the love).
Great sites are nice but you shouldn't discount the power of books in the very very beginning of learning when you're not on your Nth programming language. I think u and I are so far off now that we forgot what it was like starting out...
Re: Seeking Technology Co-Founder (NYC)
#30Earlier quoted context omitted.
I do agree with shooter that python is good technologically... but the problem with Python web frameworks is that there's no one official framework yet for python that's overwhelmingly popular in the python world (though someone can prove me wrong). The end result is that there aren't that many books on stuff like Django (compared to other technologies), which really sucks when you're just starting out. Rails on the…
How many books do you need for a web framework? Django is pretty simple. There's already the official book in print. Not to mention one of the reasons Rails has so many books to begin with was due to really poor online documentation. Django doesn't have that problem. Usually I think havings lots of printed documentation is very important, but in Django's case, due to its simplicity and quality of existing docs, I don…
Techwise - Rails and Django are more or less the same (compared to the other stuff out there). Rails just has a bigger community than Django. I think that really helps for someone just starting out (with a deadline to boot)