<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Lecture: Scientific Programming in Python on cstenkamp.de</title>
    <link>https://cstenkamp.de/page/scipy/</link>
    <description>Recent content in Lecture: Scientific Programming in Python on cstenkamp.de</description>
    <generator>Hugo</generator>
    <language>en</language>
    <managingEditor>cstenkamp@gmail.com (Chris Stenkamp)</managingEditor>
    <webMaster>cstenkamp@gmail.com (Chris Stenkamp)</webMaster>
    <lastBuildDate>Mon, 01 Jan 0001 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://cstenkamp.de/page/scipy/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Scipy Course Material</title>
      <link>https://cstenkamp.de/page/scipy/course_material/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>cstenkamp@gmail.com (Chris Stenkamp)</author>
      <guid>https://cstenkamp.de/page/scipy/course_material/</guid>
      <description>&lt;h1 id=&#34;2020&#34;&gt;2020&lt;/h1&gt;&#xA;&lt;h4 id=&#34;lecture-1-introduction&#34;&gt;Lecture 1: Introduction&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;div class=&#34;hover-container&#34;&gt;&lt;div class=&#34;hover-target&#34; tabindex=&#34;0&#34;&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=Qe6Jt7l1HAc&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=3&#34;&gt;Recordings&lt;/a&gt;&lt;/div&gt;&lt;aside class=&#34;hover-popup&#34; style=&#34;width: 800px&#34;&gt;&lt;div class=&#34;inside-hover&#34;&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=Qe6Jt7l1HAc&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=3&#34;&gt;Organisation&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=bJsAt1BIPIU&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=4&#34;&gt;Why Scientific Programming?&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=VEit30-GHFk&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=5&#34;&gt;Our Path&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=gvC_Y_JZwPM&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=6&#34;&gt;Whirlwind Tour&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=x3zYGZLgosQ&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=7&#34;&gt;Course Infrastructure&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=kNjskVIveTA&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=8&#34;&gt;Setup: IDEs&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=Y3O2TVVGLy8&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=9&#34;&gt;Setup: Install locally&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=SIBRqH96tYs&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=10&#34;&gt;Setup: Jupyterlab&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=0YaZICoQxWI&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=11&#34;&gt;git intro&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=8vnnnxjKtUc&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=12&#34;&gt;The shell&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=osuweNt-ylA&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=13&#34;&gt;git practice&lt;/a&gt;, &lt;a href=&#34;https://www.youtube.com/watch?v=RaHw3jQ9kOU&amp;amp;list=PL7Rs54JKuEjHvYa_MdMbNrELvEiNxrOI8&amp;amp;index=14&#34;&gt;Howto Homework&lt;/a&gt;&lt;/div&gt;&lt;/aside&gt;&lt;/div&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/scientificprogrammingUOS/lectures/blob/master/week01-Introduction/Introduction_2020.pdf&#34;&gt;Introduction Slides&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/scientificprogrammingUOS/lectures/blob/master/week01-Introduction/whirlwind_tour.ipynb&#34;&gt;Whirlwind Tour (static)&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://github.com/scientificprogrammingUOS/2020-homework01&#34;&gt;Homework sheet&lt;/a&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;</description>
    </item>
    <item>
      <title>Scipy Course: All Recordings</title>
      <link>https://cstenkamp.de/page/scipy/recordings_list/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><author>cstenkamp@gmail.com (Chris Stenkamp)</author>
      <guid>https://cstenkamp.de/page/scipy/recordings_list/</guid>
      <description>All Scientific Programming in Python lecture recordings from 2018  &amp;ndash; 2020 can be viewed on &lt;a href=&#34;https://www.youtube.com/channel/UC_FUSDNAoX8woYbGXaFdtvw&#34;&gt;Youtube&lt;/a&gt;. &lt;br&gt;Open this page to view the table with all recordings per year and lecture.</description>
    </item>
  </channel>
</rss>
