Skip to content

Commit 2c09691

Browse files
committed
Update documentation
1 parent 0b0c0f9 commit 2c09691

File tree

4 files changed

+24
-0
lines changed

4 files changed

+24
-0
lines changed

2017/05/pythonkc-may-2017-coffee-code/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ <h2>Python News and Resources</h2>
7979
<li><a href="https://www.springboard.com/blog/beginners-guide-neural-network-in-python-scikit-learn-0-18/"> Beginner’s Guide to Neural Networks in Python</a></li>
8080
<li><a href="https://github.com/geophile/osh">osh (Object Shell)</a></li>
8181
<li><a href="https://github.com/fonnesbeck/statistical-analysis-python-tutorial">Statistical Data Analysis in Python (SciPy 2013)</a></li>
82+
</ul>
83+
<h2>Command Line Workshop Resources</h2>
84+
<ul>
85+
<li><a href="https://www.udacity.com/course/linux-command-line-basics--ud595">Udacity Linux Command Line Basics</a> - A free course teaching the Linux command line.</li>
86+
<li><a href="https://docs.python.org/3.6/howto/argparse.html">Argparse Tutorial</a> - How to use Python's built-in <code>argparser</code> module to build command line applications.</li>
87+
<li><a href="https://c9.io/">Cloud9 IDE</a> - An easy, free way to get to a Linux command line if you don't have a Linux machine/VPS or feel like fighting with Virtual Machines.</li>
8288
</ul>
8389

8490
</article>

index.html

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ <h2>Python News and Resources</h2>
6969
<li><a href="https://www.springboard.com/blog/beginners-guide-neural-network-in-python-scikit-learn-0-18/"> Beginner’s Guide to Neural Networks in Python</a></li>
7070
<li><a href="https://github.com/geophile/osh">osh (Object Shell)</a></li>
7171
<li><a href="https://github.com/fonnesbeck/statistical-analysis-python-tutorial">Statistical Data Analysis in Python (SciPy 2013)</a></li>
72+
</ul>
73+
<h2>Command Line Workshop Resources</h2>
74+
<ul>
75+
<li><a href="https://www.udacity.com/course/linux-command-line-basics--ud595">Udacity Linux Command Line Basics</a> - A free course teaching the Linux command line.</li>
76+
<li><a href="https://docs.python.org/3.6/howto/argparse.html">Argparse Tutorial</a> - How to use Python's built-in <code>argparser</code> module to build command line applications.</li>
77+
<li><a href="https://c9.io/">Cloud9 IDE</a> - An easy, free way to get to a Linux command line if you don't have a Linux machine/VPS or feel like fighting with Virtual Machines.</li>
7278
</ul>
7379
</article>
7480

index2.html

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ <h2>Python News and Resources</h2>
6969
<li><a href="https://www.springboard.com/blog/beginners-guide-neural-network-in-python-scikit-learn-0-18/"> Beginner’s Guide to Neural Networks in Python</a></li>
7070
<li><a href="https://github.com/geophile/osh">osh (Object Shell)</a></li>
7171
<li><a href="https://github.com/fonnesbeck/statistical-analysis-python-tutorial">Statistical Data Analysis in Python (SciPy 2013)</a></li>
72+
</ul>
73+
<h2>Command Line Workshop Resources</h2>
74+
<ul>
75+
<li><a href="https://www.udacity.com/course/linux-command-line-basics--ud595">Udacity Linux Command Line Basics</a> - A free course teaching the Linux command line.</li>
76+
<li><a href="https://docs.python.org/3.6/howto/argparse.html">Argparse Tutorial</a> - How to use Python's built-in <code>argparser</code> module to build command line applications.</li>
77+
<li><a href="https://c9.io/">Cloud9 IDE</a> - An easy, free way to get to a Linux command line if you don't have a Linux machine/VPS or feel like fighting with Virtual Machines.</li>
7278
</ul>
7379
</article>
7480

index3.html

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ <h2>Python News and Resources</h2>
6969
<li><a href="https://www.springboard.com/blog/beginners-guide-neural-network-in-python-scikit-learn-0-18/"> Beginner’s Guide to Neural Networks in Python</a></li>
7070
<li><a href="https://github.com/geophile/osh">osh (Object Shell)</a></li>
7171
<li><a href="https://github.com/fonnesbeck/statistical-analysis-python-tutorial">Statistical Data Analysis in Python (SciPy 2013)</a></li>
72+
</ul>
73+
<h2>Command Line Workshop Resources</h2>
74+
<ul>
75+
<li><a href="https://www.udacity.com/course/linux-command-line-basics--ud595">Udacity Linux Command Line Basics</a> - A free course teaching the Linux command line.</li>
76+
<li><a href="https://docs.python.org/3.6/howto/argparse.html">Argparse Tutorial</a> - How to use Python's built-in <code>argparser</code> module to build command line applications.</li>
77+
<li><a href="https://c9.io/">Cloud9 IDE</a> - An easy, free way to get to a Linux command line if you don't have a Linux machine/VPS or feel like fighting with Virtual Machines.</li>
7278
</ul>
7379
</article>
7480

0 commit comments

Comments
 (0)