<?xml version="1.0"?>
<rss version="2.0">
   <channel>
      <title>Python Study Group  by Computer Instruction Team - Central Library</title>
      <link>https://padlet.com/click1917/2wcwcg0uie5y</link>
      <description>What module are you working on this week?</description>
      <language>en-us</language>
      <pubDate>2018-02-03 15:14:26 UTC</pubDate>
      <lastBuildDate>2019-02-06 21:18:57 UTC</lastBuildDate>
      <webMaster>hello@padlet.com</webMaster>
      <image>
         <url></url>
      </image>
      <item>
         <title>Module 1! </title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227767334</link>
         <description><![CDATA[<div>Launch Course: <a href="https://courses.edx.org/courses/course-v1:Microsoft+DEV236x+1T2018/course/">https://courses.edx.org/courses/course-v1:Microsoft+DEV236x+1T2018/course/</a> <br>Launch Azure.Notebooks: <a href="https://notebooks.azure.com/">https://notebooks.azure.com/</a> <br><br>Module 1 covers</div><ul><li>How to use Azure Notebooks</li><li>Output display with print()</li><li>Comments</li><li>Data Types - String, Numbers</li><li>Variables and type()</li><li>Math Operations</li><li>Tips for error handling</li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-03 16:15:26 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227767334</guid>
      </item>
      <item>
         <title>Getting Started Links</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227767415</link>
         <description><![CDATA[<ol><li>Create an EdX account and enroll in the "Introduction to Python: Absolute Beginner" course: <a href="https://www.edx.org/course/introduction-python-absolute-beginner-microsoft-dev236x-1">https://www.edx.org/course/introduction-python-absolute-beginner-microsoft-dev236x-1</a></li><li>Make sure to choose "Audit Course" on EdX for free access to <strong>all </strong>course materials - you do not need to pay for the certificate for this group.<br>If you do want a certificate, you can  apply for financial assistance towards earning a verified course certificate using these instructions: <a href="https://support.edx.org/hc/en-us/articles/215167857-Does-edX-offer-financial-assistance-How-do-I-apply-">https://support.edx.org/hc/en-us/articles/215167857-Does-edX-offer-financial-assistance-How-do-I-apply-</a> </li><li>Create a Azure Notebook Account OR Login with an existing microsoft account:<br><a href="https://notebooks.azure.com/">https://notebooks.azure.com/</a> </li><li>You're ready to start!</li></ol>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-03 16:16:19 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227767415</guid>
      </item>
      <item>
         <title>Want to try some python before committing to the course? Try these hour long tutorials for a brief introduction</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227767461</link>
         <description><![CDATA[<ul><li>Build a Simple Chatbot with Python: <a href="https://groklearning.com/csedweek/hoc-eliza/">https://groklearning.com/csedweek/hoc-eliza/</a></li><li>Codecademy's Python Syntax lessson:<br><a href="https://www.codecademy.com/courses/learn-python/lessons/python-syntax/exercises/welcome">https://www.codecademy.com/courses/learn-python/lessons/python-syntax/exercises/welcome</a> </li><li>A visual introduction to python with turtle code: <br><a href="https://hourofpython.trinket.io/a-visual-introduction-to-python#/welcome/an-hour-of-code">https://hourofpython.trinket.io/a-visual-introduction-to-python#/welcome/an-hour-of-code</a></li><li>A Python Epidemic Puzzle: <br><a href="https://groklearning.com/learn/hoc-epidemic/intro/0/">https://groklearning.com/learn/hoc-epidemic/intro/0/</a> </li><li>Code Combat - conquer the dungeons by controlling your characters with python code: <a href="https://codecombat.com/">https://codecombat.com/</a> </li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-03 16:16:45 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227767461</guid>
      </item>
      <item>
         <title>Why Learn Python?</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227768648</link>
         <description><![CDATA[]]></description>
         <enclosure url="http://www.bestprogramminglanguagefor.me/why-learn-python" />
         <pubDate>2018-02-03 16:28:32 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227768648</guid>
      </item>
      <item>
         <title>Additional Materials on this modules topics</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227768736</link>
         <description><![CDATA[<ul><li>CodeHS - Printing in Python Lesson (Print(), ASCII Art, Variables): <a href="https://codehs.com/editor/hoc/video/543672/3844/2652?">https://codehs.com/editor/hoc/video/543672/3844/2652?</a></li><li> LearnPython.org<ul><li>Print() - <a href="https://www.learnpython.org/en/Hello%2C_World%21">https://www.learnpython.org/en/Hello%2C_World%21</a></li><li>Data Types and Variables - <a href="https://www.learnpython.org/en/Variables_and_Types">https://www.learnpython.org/en/Variables_and_Types</a></li><li>Mathematical Operations - <a href="https://www.learnpython.org/en/Basic_Operators">https://www.learnpython.org/en/Basic_Operators</a> </li></ul></li><li> CodeCademy - <ul><li>Python Syntax - <a href="https://www.codecademy.com/courses/learn-python/lessons/python-syntax/exercises/welcome">https://www.codecademy.com/courses/learn-python/lessons/python-syntax/exercises/welcome</a></li><li> Strings and Console Output - <a href="https://www.codecademy.com/courses/learn-python/lessons/strings--console-output/exercises/strings">https://www.codecademy.com/courses/learn-python/lessons/strings--console-output/exercises/strings</a> </li></ul></li><li>Think Like a Computer Scientist - Know Your Errors - <a href="http://interactivepython.org/courselib/static/thinkcspy/Debugging/KnowyourerrorMessages.html">http://interactivepython.org/courselib/static/thinkcspy/Debugging/KnowyourerrorMessages.html</a></li><li>SoloLearn - Basic Concepts lesson - <a href="https://www.sololearn.com/Play/Python/hoc">https://www.sololearn.com/Play/Python/hoc</a> </li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-03 16:29:32 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227768736</guid>
      </item>
      <item>
         <title>This Week&#39;s Focus is on Module 1 (Purple Cards) and starting Module 2 (Blue Cards)!</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227768773</link>
         <description><![CDATA[<div>Feel free to work on future lessons if you've already completed these.</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-03 16:29:56 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227768773</guid>
      </item>
      <item>
         <title>Don&#39;t forget to take the Code Cafe Survey to tell us how today&#39;s session went and to track your progress towards a badge.</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227768936</link>
         <description><![CDATA[<div>Session Code: pys5</div>]]></description>
         <enclosure url="https://www.surveymonkey.com/r/codecafe17" />
         <pubDate>2018-02-03 16:31:27 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227768936</guid>
      </item>
      <item>
         <title>Chatter Board! </title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227769149</link>
         <description><![CDATA[<div>Leave a comment by double clicking below! </div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-03 16:33:45 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227769149</guid>
      </item>
      <item>
         <title>Ready for a Challenge?</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227769450</link>
         <description><![CDATA[<div>Some more advanced python resources you might want to tackle once you've mastered your first EdX course.</div><ul><li>More EdX Courses<ul><li>Introduction to Python Fundamentals: <a href="https://www.edx.org/course/introduction-python-fundamentals-microsoft-dev274x-1">https://www.edx.org/course/introduction-python-fundamentals-microsoft-dev274x-1</a> </li><li>CS50x - Introduction to Computer Science from Harvardx <a href="https://www.edx.org/course/cs50s-introduction-computer-science-harvardx-cs50x">https://www.edx.org/course/cs50s-introduction-computer-science-harvardx-cs50x</a> </li></ul></li><li>Free EBooks<ul><li>Automate the Boring Stuff with Python <a href="https://automatetheboringstuff.com/">https://automatetheboringstuff.com/</a></li><li>Learn Python the Hard Way: <a href="https://learnpythonthehardway.org/python3/">https://learnpythonthehardway.org/python3/</a> </li><li>Problem Solving and Data Structures: <a href="http://interactivepython.org/runestone/static/pythonds/index.html">http://interactivepython.org/runestone/static/pythonds/index.html</a> </li><li>Think Python <a href="http://greenteapress.com/wp/think-python-2e/">http://greenteapress.com/wp/think-python-2e/</a></li></ul></li><li>Python Code Challenges:<ul><li><a href="https://www.codewars.com/">https://www.codewars.com/</a> </li><li><a href="http://codingbat.com/python">http://codingbat.com/python</a></li><li><a href="https://codefights.com/">https://codefights.com/</a> </li></ul></li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-03 16:37:13 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227769450</guid>
      </item>
      <item>
         <title>Discover Code Cafe Events and Resources</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227775652</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://sites.google.com/view/codecafe/home" />
         <pubDate>2018-02-03 17:46:30 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227775652</guid>
      </item>
      <item>
         <title>Earn Badges to Display Your Code Accomplishments</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/227776435</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.badgelist.com/Code-Cafe-at-Central-Library" />
         <pubDate>2018-02-03 17:54:35 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/227776435</guid>
      </item>
      <item>
         <title>Module 2</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/229354708</link>
         <description><![CDATA[<div>Launch Course: <a href="https://courses.edx.org/courses/course-v1:Microsoft+DEV236x+1T2018/course/">https://courses.edx.org/courses/course-v1:Microsoft+DEV236x+1T2018/course/</a> <br>Launch Azure.Notebooks: <a href="https://notebooks.azure.com/">https://notebooks.azure.com/</a>&nbsp;<br><br>Module 2 covers Functions Arguments &amp; Parameters</div><ul><li>Creating functions with parameters and return values<ul><li>def&nbsp;</li><li>return</li><li>parameters</li><li>indentation</li></ul></li><li>Sequence in python - writing code in the correct order to ensure proper execution</li></ul>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-07 22:11:57 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/229354708</guid>
      </item>
      <item>
         <title>Additional Materials on this modules topics</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/229355080</link>
         <description><![CDATA[<ul><li> LearnPython.org<ul><li>Functions - <a href="https://www.learnpython.org/en/Functions">https://www.learnpython.org/en/Functions</a> </li></ul></li><li> CodeCademy - <ul><li>Python Functions - <a href="https://www.codecademy.com/courses/learn-python/lessons/functions/exercises/what-good-are-functions">https://www.codecademy.com/courses/learn-python/lessons/functions/exercises/what-good-are-functions</a> </li></ul></li><li>How to Think Like a Computer Scientist - Flow of Execution (sequence) - <a href="http://interactivepython.org/courselib/static/thinkcspy/Functions/FlowofExecutionSummary.html">http://interactivepython.org/courselib/static/thinkcspy/Functions/FlowofExecutionSummary.html</a></li><li>SoloLearn - Functions and Modules lesson - <a href="https://www.sololearn.com/Play/Python/hoc">https://www.sololearn.com/Play/Python/hoc</a> </li><li>Data Camp Function Tutorial - <a href="https://www.datacamp.com/community/tutorials/functions-python-tutorial">https://www.datacamp.com/community/tutorials/functions-python-tutorial</a></li></ul><div><br></div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-07 22:13:25 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/229355080</guid>
      </item>
      <item>
         <title>Can you solve this cipher puzzle? - McKenzie</title>
         <author>click1917</author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/230214612</link>
         <description><![CDATA[<div><a href="https://notebooks.azure.com/mmckenzieIndyPL/libraries/DEV236x/html/ciphersWk1.ipynb">https://notebooks.azure.com/mmckenzieIndyPL/libraries/DEV236x/html/ciphersWk1.ipynb</a> </div>]]></description>
         <enclosure url="https://notebooks.azure.com/mmckenzieIndyPL/libraries/DEV236x/html/ciphersWk1.ipynb" />
         <pubDate>2018-02-09 21:38:38 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/230214612</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/230302803</link>
         <description><![CDATA[<div>Hi Everyone!</div>]]></description>
         <enclosure url="" />
         <pubDate>2018-02-10 20:10:21 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/230302803</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/295033230</link>
         <description><![CDATA[
help_outline
more_horiz
Python Study Group 
What module are you working on this week?
 
Computer Instruction Team - Central Library
 + 1
●
7mo]]></description>
         <enclosure url="" />
         <pubDate>2018-10-20 01:25:33 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/295033230</guid>
      </item>
      <item>
         <title></title>
         <author></author>
         <link>https://padlet.com/click1917/2wcwcg0uie5y/wish/328505202</link>
         <description><![CDATA[]]></description>
         <enclosure url="https://www.codecademy.com/courses/learn-python/lessons/python-syntax/exercises/welcome" />
         <pubDate>2019-02-06 21:18:57 UTC</pubDate>
         <guid>https://padlet.com/click1917/2wcwcg0uie5y/wish/328505202</guid>
      </item>
   </channel>
</rss>
