Jump to content

CodeSkulptor: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Added tags to the page using Page Curation (uncategorised, stub, orphan)
add Category:Python (programming language) {{Programming-software-stub}}
Line 1: Line 1:
{{orphan|date=July 2015}}
{{orphan|date=July 2015}}


Codeskulptor is an interactive Python programming environment that allows Python code to be run directly in the browser. This application was developed by Scott Rixner, a professor of computer science at Rice University. <ref>Rixner, Scott. Homepage. . 2015-07-25. URL:http://www.cs.rice.edu/~rixner/. Accessed: 2015-07-25. (Archived by WebCite® at http://www.webcitation.org/6aIBmRdY0)</ref> Codeskulptor is currently used by students at Rice University, as well as Coursera programming courses.
'''Codeskulptor''' is an interactive Python programming environment that allows [[Python (programming language)|Python]] code to be run directly in the browser. This application was developed by [[Scott Rixner]], a professor of computer science at [[Rice University]]. <ref>Rixner, Scott. Homepage. . 2015-07-25. URL:http://www.cs.rice.edu/~rixner/. Accessed: 2015-07-25. (Archived by WebCite® at http://www.webcitation.org/6aIBmRdY0)</ref> Codeskulptor is currently used by students at Rice University, as well as Coursera programming courses.


Currently, Codeskulptor has to be run in Chrome 18+, Firefox 11+, or Safari 6+ for full functionality. Some of the most useful features of Codeskulptor include: (a) a visualization mode for the Python code (c) the ability to conveniently store, edit, and share code online with other users, and (d) cogent error messages that are helpful for debugging code.
Currently, Codeskulptor has to be run in Chrome 18+, Firefox 11+, or Safari 6+ for full functionality. Some of the most useful features of Codeskulptor include: (a) a visualization mode for the Python code (c) the ability to conveniently store, edit, and share code online with other users, and (d) cogent error messages that are helpful for debugging code.


==References==
{{uncategorised|date=July 2015}}{{stub}}
{{Reflist}}

==External links==
*{{Official website|http://www.codeskulptor.org/}}

[[Category:Python (programming language)]]
{{Programming-software-stub}}

Revision as of 00:58, 26 July 2015

Codeskulptor is an interactive Python programming environment that allows Python code to be run directly in the browser. This application was developed by Scott Rixner, a professor of computer science at Rice University. [1] Codeskulptor is currently used by students at Rice University, as well as Coursera programming courses.

Currently, Codeskulptor has to be run in Chrome 18+, Firefox 11+, or Safari 6+ for full functionality. Some of the most useful features of Codeskulptor include: (a) a visualization mode for the Python code (c) the ability to conveniently store, edit, and share code online with other users, and (d) cogent error messages that are helpful for debugging code.

References

  1. ^ Rixner, Scott. Homepage. . 2015-07-25. URL:http://www.cs.rice.edu/~rixner/. Accessed: 2015-07-25. (Archived by WebCite® at http://www.webcitation.org/6aIBmRdY0)