<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Development_Tools</id>
	<title>Development Tools - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://training-course-material.com/index.php?action=history&amp;feed=atom&amp;title=Development_Tools"/>
	<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Development_Tools&amp;action=history"/>
	<updated>2026-05-14T01:02:47Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://training-course-material.com/index.php?title=Development_Tools&amp;diff=9259&amp;oldid=prev</id>
		<title>Kristian Rother at 23:44, 7 February 2013</title>
		<link rel="alternate" type="text/html" href="https://training-course-material.com/index.php?title=Development_Tools&amp;diff=9259&amp;oldid=prev"/>
		<updated>2013-02-07T23:44:02Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Cat|Python Reference}}&lt;br /&gt;
{{Python Links}}&lt;br /&gt;
&lt;br /&gt;
== IDEs ==&lt;br /&gt;
==== IDLE ====&lt;br /&gt;
Standard Python editor that comes with Python.&lt;br /&gt;
Good for most small programs.&lt;br /&gt;
&lt;br /&gt;
==== SPE ====&lt;br /&gt;
 To date, the most advanced non-commercial&lt;br /&gt;
development environment&lt;br /&gt;
&lt;br /&gt;
==== Erik ====&lt;br /&gt;
 Powerful development environment that helps&lt;br /&gt;
managing big projects with many files, as well as&lt;br /&gt;
testing and debugging them.&lt;br /&gt;
&lt;br /&gt;
==== Eclipse ====&lt;br /&gt;
 A Python plug-in for Eclipse exists as well.&lt;br /&gt;
&lt;br /&gt;
==== PyDoc ====&lt;br /&gt;
Creates HTML pages from the comments&lt;br /&gt;
in a bunch of Python modules.&lt;br /&gt;
&lt;br /&gt;
==== PyChecker ====&lt;br /&gt;
 Checks Python source code for common&lt;br /&gt;
errors.&lt;br /&gt;
&lt;br /&gt;
==== Rlcompleter ====&lt;br /&gt;
Tool for the Python command line&lt;br /&gt;
that supports Tab-expansion.&lt;br /&gt;
&lt;br /&gt;
==== Jython ====&lt;br /&gt;
A Python compiler that creates Java code.&lt;br /&gt;
Useful to make Java and Python programs work&lt;br /&gt;
together, and to run Python programs from a web&lt;br /&gt;
browser.&lt;br /&gt;
&lt;br /&gt;
== Keyboard shortcuts in IDLE: ==&lt;br /&gt;
&lt;br /&gt;
* Ctrl+] – indent a block of code.&lt;br /&gt;
* Ctrl+[ – dedent a block of code.&lt;br /&gt;
* Alt+3 – comment out a block of code.&lt;br /&gt;
* Alt+4 – uncomment a block of code.&lt;br /&gt;
* F5 – run a script.&lt;br /&gt;
* Alt+X – check a script for syntax errors.&lt;/div&gt;</summary>
		<author><name>Kristian Rother</name></author>
	</entry>
</feed>