<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nimbios.org/index.php?action=history&amp;feed=atom&amp;title=Rocky_Python_HelloWorld</id>
	<title>Rocky Python HelloWorld - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nimbios.org/index.php?action=history&amp;feed=atom&amp;title=Rocky_Python_HelloWorld"/>
	<link rel="alternate" type="text/html" href="https://wiki.nimbios.org/index.php?title=Rocky_Python_HelloWorld&amp;action=history"/>
	<updated>2026-04-04T19:34:50Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.2</generator>
	<entry>
		<id>https://wiki.nimbios.org/index.php?title=Rocky_Python_HelloWorld&amp;diff=168&amp;oldid=prev</id>
		<title>Jstratt7: Created page with &quot;= Python Code =  '''helloworld.py''' &lt;pre&gt; print(&quot;Hello World!&quot;) &lt;/pre&gt;  = Batch Script =  '''helloworld.run''' &lt;pre&gt; #!/bin/bash #SBATCH --job-name=PYTHON_HELLOWORLD #SBATCH --output=python_hell0_%j.out  module load Python  python3 helloworld.py &lt;/pre&gt;  = Running Job =  &lt;pre&gt; [test_user@rocky7 helloworld]$ pwd /home/test_user/projects/python/helloworld &lt;/pre&gt; &lt;pre&gt; [test_user@rocky7 helloworld]$ ls helloworld.py  helloworld.run &lt;/pre&gt; &lt;pre&gt; [test_user@rocky7 helloworld]...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.nimbios.org/index.php?title=Rocky_Python_HelloWorld&amp;diff=168&amp;oldid=prev"/>
		<updated>2023-04-10T16:59:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;= Python Code =  &amp;#039;&amp;#039;&amp;#039;helloworld.py&amp;#039;&amp;#039;&amp;#039; &amp;lt;pre&amp;gt; print(&amp;quot;Hello World!&amp;quot;) &amp;lt;/pre&amp;gt;  = Batch Script =  &amp;#039;&amp;#039;&amp;#039;helloworld.run&amp;#039;&amp;#039;&amp;#039; &amp;lt;pre&amp;gt; #!/bin/bash #SBATCH --job-name=PYTHON_HELLOWORLD #SBATCH --output=python_hell0_%j.out  module load Python  python3 helloworld.py &amp;lt;/pre&amp;gt;  = Running Job =  &amp;lt;pre&amp;gt; [test_user@rocky7 helloworld]$ pwd /home/test_user/projects/python/helloworld &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt; [test_user@rocky7 helloworld]$ ls helloworld.py  helloworld.run &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt; [test_user@rocky7 helloworld]...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Python Code =&lt;br /&gt;
&lt;br /&gt;
'''helloworld.py'''&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;
= Batch Script =&lt;br /&gt;
&lt;br /&gt;
'''helloworld.run'''&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
#SBATCH --job-name=PYTHON_HELLOWORLD&lt;br /&gt;
#SBATCH --output=python_hell0_%j.out&lt;br /&gt;
&lt;br /&gt;
module load Python&lt;br /&gt;
&lt;br /&gt;
python3 helloworld.py&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Running Job =&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[test_user@rocky7 helloworld]$ pwd&lt;br /&gt;
/home/test_user/projects/python/helloworld&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[test_user@rocky7 helloworld]$ ls&lt;br /&gt;
helloworld.py  helloworld.run&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[test_user@rocky7 helloworld]$ sbatch helloworld.run &lt;br /&gt;
Submitted batch job 3871&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[test_user@rocky7 helloworld]$ ls&lt;br /&gt;
helloworld.py  helloworld.run  python_hell0_3871.out&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[test_user@rocky7 helloworld]$ cat python_hell0_3871.out &lt;br /&gt;
Hello World!&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jstratt7</name></author>
	</entry>
</feed>