Show HN: Codecademy Labs, the easiest way to write, run, and share code online
1–10 of 23 posts
Re: Show HN: Codecademy Labs, the easiest way to write, run, and share code online
#2Re: Show HN: Codecademy Labs, the easiest way to write, run, and share code online
#3Re: Show HN: Codecademy Labs, the easiest way to write, run, and share code online
#4For Python, my code tends to rely heavily on modules that aren't found in the Python standard library, which is limited when you're using a REPL that only has vanilla Python.
For JavaScript, code that I show tends to be more oriented to DOM manipulation rather than the console, so maybe that could be something that could be implemented?
That said, this is probably best for teaching novice programmers, which seems to be the goal anyway with Codecademy. :)
Keep up the great work, I really find what you guys are doing to be a huge contribution to education.
Re: Show HN: Codecademy Labs, the easiest way to write, run, and share code online
#5Edit: Apparently, it's not actually connected to Codecademy that way, as far as I can see. Why not?
Re: Show HN: Codecademy Labs, the easiest way to write, run, and share code online
#6It would be nice if you had a link to sign in on the page. You have 3 links to register on the page, but not one to sign in if you already have an account. Edit: Apparently, it's not actually connected to Codecademy that way, as far as I can see. Why not?
Re: Show HN: Codecademy Labs, the easiest way to write, run, and share code online
#7It's definitely a neat idea, but as a Python and JavaScript coder, I don't know how much I would actually use it. For Python, my code tends to rely heavily on modules that aren't found in the Python standard library, which is limited when you're using a REPL that only has vanilla Python. For JavaScript, code that I show tends to be more oriented to DOM manipulation rather than the console, so maybe that could be some…
Re: Show HN: Codecademy Labs, the easiest way to write, run, and share code online
#8Really cool, although the line "You're running Ruby version 1.8.7" right after it was deprecated in the latest rails beta is a bit of a downer.. but still really cool!
Re: Show HN: Codecademy Labs, the easiest way to write, run, and share code online
#9Re: Show HN: Codecademy Labs, the easiest way to write, run, and share code online
#10I like this a lot. I would love to be able to code in the same online terminal with someone (I'm teaching someone Python right now and she's overseas), but I know collaborative editing is a whole different beast. I may even shoot it over to some professors in case they want to use it. It's better than taking a few minutes to boot up IDLE and can get people coding on the first day without having to teach them about th…