<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://www.opencircuits.com/index.php?action=history&amp;feed=atom&amp;title=Hello_World_in_Spyder</id>
	<title>Hello World in Spyder - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://www.opencircuits.com/index.php?action=history&amp;feed=atom&amp;title=Hello_World_in_Spyder"/>
	<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Hello_World_in_Spyder&amp;action=history"/>
	<updated>2026-04-22T07:03:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.2</generator>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Hello_World_in_Spyder&amp;diff=78747&amp;oldid=prev</id>
		<title>Russ hensel: 1 revision</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Hello_World_in_Spyder&amp;diff=78747&amp;oldid=prev"/>
		<updated>2017-01-06T17:18:41Z</updated>

		<summary type="html">&lt;p&gt;1 revision&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 17:18, 6 January 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Russ hensel</name></author>
		
	</entry>
	<entry>
		<id>http://www.opencircuits.com/index.php?title=Hello_World_in_Spyder&amp;diff=78746&amp;oldid=prev</id>
		<title>Russ hensel: Created page with &quot;= Overview =  It is a tradition that your first program simply print &quot;Hello World&quot; or in Python perhaps &quot;Hello Universe&quot; or &quot;Hello Monty&quot;.  In Python this is really easy:  &lt;pr...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.opencircuits.com/index.php?title=Hello_World_in_Spyder&amp;diff=78746&amp;oldid=prev"/>
		<updated>2016-10-15T14:35:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Overview =  It is a tradition that your first program simply print &amp;quot;Hello World&amp;quot; or in Python perhaps &amp;quot;Hello Universe&amp;quot; or &amp;quot;Hello Monty&amp;quot;.  In Python this is really easy:  &amp;lt;pr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Overview =&lt;br /&gt;
&lt;br /&gt;
It is a tradition that your first program simply print &amp;quot;Hello World&amp;quot; or in Python perhaps &amp;quot;Hello Universe&amp;quot; or &amp;quot;Hello Monty&amp;quot;.  In Python this is really easy:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
print &amp;quot;Hello World&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
So in this task you just want to get the above into a file and run it.  Simple but how?&lt;br /&gt;
&lt;br /&gt;
*Open Spyder&lt;br /&gt;
*Create a Project&lt;br /&gt;
*Create a file, perhaps called hw.py&lt;br /&gt;
*Run the file&lt;br /&gt;
&lt;br /&gt;
Of course I have left out some details.  Is there help out there on the web ( but like the Spyder install, this may be a good in person, in class activity )&lt;br /&gt;
&lt;br /&gt;
= Update =&lt;br /&gt;
&lt;br /&gt;
In Python 3 there has been a small update to print, it has been made a function.  This just adds a pair of parenthesis to hello world.  And it works fine in Python 2.7.  So it is good to code this way, your code will be ready for the Python 3 upgrade.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
print( &amp;quot;Hello World&amp;quot; )&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is also good to get acquainted with functions early in you programming life, they are meat and potatoes in the world of programming.  More at '''[[Python Functions]]'''&lt;br /&gt;
&lt;br /&gt;
= Links =&lt;br /&gt;
&lt;br /&gt;
*'''[http://datasciencesource.com/python-with-spyder-1-first-steps/ Python with Spyder 1: First Steps – DataScienceSource.com ]'''  Video =&amp;gt; a very complete discussion.  Includes discussion of conda which help you update Spyder ( and Anaconda ) which is nice, but probably not a bit deal, you could skip till later.  This is a page early in another course on Python.&lt;br /&gt;
&lt;br /&gt;
*'''[https://www.youtube.com/watch?v=cwCDaq_6fsM 04 Python Programming , Write your first python script with Best Python IDE's | by Chitrank Dixit - YouTube ]''' =&amp;gt; Video How to write your first program in a bunch of different IDE's.  May be more than you want to know.&lt;br /&gt;
&lt;br /&gt;
*'''[https://elementaryeng.blogspot.com/2014/03/class-3-installing-spyder-and-first.html Class 3 - Installing Spyder and first program. | Elementary Engineering]''' Text =&amp;gt; Install on Linux ( mostly useful if you have Linux ) and Run of hello world, good for any system. &lt;br /&gt;
&lt;br /&gt;
*'''[https://www.southampton.ac.uk/~fangohr/blog/spyder-the-python-ide.html Spyder - the Python IDE — Computational Modelling Blog]'''  Text =&amp;gt; covers the material seems overly complicated.  But who knows may suit you.&lt;br /&gt;
&lt;br /&gt;
*'''[https://www.google.com/search?client=opera&amp;amp;q=a+first+Python+program+in+Spyder&amp;amp;sourceid=opera&amp;amp;ie=UTF-8&amp;amp;oe=UTF-8 a first Python program in Spyder - Google Search ]''' Text =&amp;gt; Google it for lots more links.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[category:Draft]][[category:Python]][[category:Python Course]]&lt;/div&gt;</summary>
		<author><name>Russ hensel</name></author>
		
	</entry>
</feed>