This HTML5 document contains 5 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
dctermshttp://purl.org/dc/terms/
n5http://dbkwik.webdatacommons.org/ontology/
n3http://dbkwik.webdatacommons.org/how-to/property/
rdfshttp://www.w3.org/2000/01/rdf-schema#
n8http://dbkwik.webdatacommons.org/resource/s_jQc4Mzqjn5EkWZ9fzCmA==
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n2http://dbkwik.webdatacommons.org/resource/Vhbsx97lDFKTOKb5PwiFpw==
n4http://dbkwik.webdatacommons.org/resource/7WD7gR_0xRiwxmtcKHioDQ==
xsdhhttp://www.w3.org/2001/XMLSchema#
Subject Item
n2:
rdfs:label
How to automaticaly check python source code for errors
rdfs:comment
from graphics import * def main(): win = GraphWin("Line", 150, 100) line= Line(Point(150,100)) line.draw(win) win.getMouse() # pause for click in window win.close() main() This article is a stub. You can help HowTo Wiki by [ expanding it]. For more information, see Help:Contents How can i automatically check my Python code for errors. Utilities for checking the code and finding bugs, including information about debuggers, etc... * pychecker From HowTo Wiki, a Wikia wiki.
dcterms:subject
n8:
n3:wikiPageUsesTemplate
n4:
n5:abstract
from graphics import * def main(): win = GraphWin("Line", 150, 100) line= Line(Point(150,100)) line.draw(win) win.getMouse() # pause for click in window win.close() main() This article is a stub. You can help HowTo Wiki by [ expanding it]. For more information, see Help:Contents How can i automatically check my Python code for errors. Utilities for checking the code and finding bugs, including information about debuggers, etc... * pychecker From HowTo Wiki, a Wikia wiki.