<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
  <channel>
    <title>Education for All</title>
    <link>https://schoolvideos.org</link>
    <description>Schoolvideos is the free to use Education website for all</description>
    <item>
      <title>Introduction to Programming and Computer Science - Full Course</title>
      <link>https://schoolvideos.org/watch/introduction-to-programming-and-computer-science-full-course_oDwaxbvTx4kMTzn.html</link>
      <pubDate>Sun, 24 Oct 2021 08:32:20 +0000</pubDate>
      <guid isPermaLink="true">https://schoolvideos.org/watch/introduction-to-programming-and-computer-science-full-course_oDwaxbvTx4kMTzn.html</guid>
      <description>In this course, you will learn basics of computer programming and computer science. The concepts you learn apply to any and all programming languages and will be a good base onto which you can build your skills.  &lt;br&gt; &lt;br&gt;This video is meant for those who are interested in computer science and programming but have no idea where to start and have little to no background information on coding. &lt;br&gt; &lt;br&gt;✏️Course created by Steven and Sean from NullPointer Exception. Check out their channel: &lt;a href="https://www.youtube.com/channel/UCmWDlvMYYEbW42B8JyxFBcA" target="_blank" class="hash" rel="nofollow"&gt;https://www.youtube.com/channe....l/UCmWDlvMYYEbW42B8J&lt;/a&gt; &lt;br&gt; &lt;br&gt;⭐️ Course Contents ⭐️ &lt;br&gt;⌨️ (00:05) Introduction &lt;br&gt;⌨️ (01:37) What is Programming? &lt;br&gt;⌨️ (06:19) How do we write Code? &lt;br&gt;⌨️ (11:44) How do we get Information from Computers? &lt;br&gt;⌨️ (14:46) What can Computers Do? &lt;br&gt;⌨️ (20:43) What are Variables? &lt;br&gt;⌨️ (25:02) How do we Manipulate Variables? &lt;br&gt;⌨️ (31:54) What are Conditional Statements? &lt;br&gt;⌨️ (37:54) What are Array’s? &lt;br&gt;⌨️ (44:26) What are Loops? &lt;br&gt;⌨️ (49:37) What are Errors? &lt;br&gt;⌨️ (55:22) How do we Debug Code? &lt;br&gt;⌨️ (1:00:25) What are Functions? &lt;br&gt;⌨️ (1:09:52) How can we Import Functions? &lt;br&gt;⌨️ (1:13:45) How do we make our own Functions? &lt;br&gt;⌨️ (1:21:56) What are ArrayLists and Dictionaries? &lt;br&gt;⌨️ (1:27:38) How can we use Data Structures? &lt;br&gt;⌨️ (1:36:27) What is Recursion? &lt;br&gt;⌨️ (1:43:42) What is Pseudocode? &lt;br&gt;⌨️ (1:50:40) Choosing the Right Language? &lt;br&gt;⌨️ (1:55:34) Applications of Programming &lt;br&gt; &lt;br&gt;-- &lt;br&gt; &lt;br&gt;Learn to code for free and get a developer job: &lt;a href="https://www.freecodecamp.org" target="_blank" class="hash" rel="nofollow"&gt;https://www.freecodecamp.org&lt;/a&gt; &lt;br&gt; &lt;br&gt;Read hundreds of articles on programming: &lt;a href="https://freecodecamp.org/news" target="_blank" class="hash" rel="nofollow"&gt;https://freecodecamp.org/news&lt;/a&gt; &lt;br&gt; &lt;br&gt;And subscribe for new videos on technology every day: &lt;a href="https://youtube.com/subscription_center?add_user=freecodecamp" target="_blank" class="hash" rel="nofollow"&gt;https://youtube.com/subscripti....on_center?add_user=f&lt;/a&gt;</description>
      <media:thumbnail url="https://i.ytimg.com/vi/zOjov-2OZ0E/hqdefault.jpg"/>
    </item>
    <item>
      <title>APIs for Beginners - How to use an API (Full Course / Tutorial)</title>
      <link>https://schoolvideos.org/watch/apis-for-beginners-how-to-use-a-api-full-course-tutorial_D1M68ZYHadhPxfv.html</link>
      <pubDate>Sun, 24 Oct 2021 07:38:27 +0000</pubDate>
      <guid isPermaLink="true">https://schoolvideos.org/watch/apis-for-beginners-how-to-use-a-api-full-course-tutorial_D1M68ZYHadhPxfv.html</guid>
      <description>What is an API? Learn all about APIs (Application Programming Interfaces) in this full tutorial for beginners. You will learn what APIs do, why APIs exist, and the many benefits of APIs. APIs are used all the time in programming and web development so it is important to understand how to use them. &lt;br&gt; &lt;br&gt;You will also get hands-on experience with a few popular web APIs. As long as you know the absolute basics of coding and the web, you&amp;#039;ll have no problem following along. &lt;br&gt; &lt;br&gt;🔗 Course Notes: &lt;a href="https://github.com/craigsdennis/intro-to-apis-course/blob/master/course-notes.md" target="_blank" class="hash" rel="nofollow"&gt;https://github.com/craigsdenni....s/intro-to-apis-cour&lt;/a&gt; &lt;br&gt; &lt;br&gt;⭐️ Course Contents ⭐️ &lt;br&gt; &lt;br&gt;⭐️ Unit 1 - What is an API &lt;br&gt;⌨️ Video 1 - Welcome (0:00:00) &lt;br&gt;⌨️ Video 2 - Defining Interface (0:03:57) &lt;br&gt;⌨️ Video 3 - Defining API (0:07:51) &lt;br&gt;⌨️ Video 4 - Remote APIs (0:12:55) &lt;br&gt;⌨️ Video 5 - How the web works (0:17:04) &lt;br&gt;⌨️ Video 6 - RESTful API Constraint Scavenger Hunt (0:22:00) &lt;br&gt; &lt;br&gt;⭐️ Unit 2 - Exploring APIs &lt;br&gt;⌨️ Video 1 - Exploring an API online (0:27:36) &lt;br&gt;⌨️ Video 2 - Using an API from the command line  (0:44:30) &lt;br&gt;⌨️ Video 3 - Using Postman to explore APIs (0:53:56) &lt;br&gt;⌨️ Video 4 - Please please Mr. Postman (1:03:33) &lt;br&gt;⌨️ Video 5 - Using Helper Libraries (JavaScript) (1:14:41) &lt;br&gt;⌨️ Video 6 - Using Helper Libraries (Python) (1:24:40) &lt;br&gt; &lt;br&gt;⭐️ Unit 3 - Using APIs &lt;br&gt;⌨️ Video 1 - Introducing the project (1:34:18) &lt;br&gt;⌨️ Video 2 - Flask app  (1:36:07) &lt;br&gt;⌨️ Video 3 - Dealing with API Limits (1:50:00) &lt;br&gt;⌨️ Video 4 - JavaScript Single Page Application (1:54:27) &lt;br&gt;⌨️ Video 5 - Moar JavaScript and Recap (2:07:53) &lt;br&gt;⌨️ Video 6 - Review (2:18:03) &lt;br&gt; &lt;br&gt;🎥 Course created by Craig Dennis, Developer Educator at Twilio &lt;br&gt;🐦 Craig on Twitter: @craigsdennis &lt;br&gt; &lt;br&gt;Check out free Postman programs for students and educators to help you learn more about APIs: &lt;a href="https://www.postman.com/company/student-program/" target="_blank" class="hash" rel="nofollow"&gt;https://www.postman.com/company/student-program/&lt;/a&gt; &lt;br&gt; &lt;br&gt;Learn to code for free and get a developer job: &lt;a href="https://www.freecodecamp.org" target="_blank" class="hash" rel="nofollow"&gt;https://www.freecodecamp.org&lt;/a&gt; &lt;br&gt; &lt;br&gt;Read hundreds of articles on programming: &lt;a href="https://medium.freecodecamp.org" target="_blank" class="hash" rel="nofollow"&gt;https://medium.freecodecamp.org&lt;/a&gt; &lt;br&gt; &lt;br&gt;And subscribe for new videos on technology every day: &lt;a href="https://youtube.com/subscription_center?add_user=freecodecamp" target="_blank" class="hash" rel="nofollow"&gt;https://youtube.com/subscripti....on_center?add_user=f&lt;/a&gt;</description>
      <media:thumbnail url="https://i.ytimg.com/vi/GZvSYJDk-us/hqdefault.jpg"/>
    </item>
    <item>
      <title>Lec 1 | MIT 6.00 Introduction to Computer Science and Programming, Fall 2008</title>
      <link>https://schoolvideos.org/watch/lec-1-mit-6-00-introduction-to-computer-science-and-programming-fall-2008_J5HVywakxemgfx8.html</link>
      <pubDate>Sun, 24 Oct 2021 07:04:02 +0000</pubDate>
      <guid isPermaLink="true">https://schoolvideos.org/watch/lec-1-mit-6-00-introduction-to-computer-science-and-programming-fall-2008_J5HVywakxemgfx8.html</guid>
      <description>Lecture 1: Goals of the course; what is computation; introduction to data types, operators, and variables &lt;br&gt;Instructors: Prof. Eric Grimson, Prof. John Guttag  &lt;br&gt;View the complete course at: &lt;a href="http://ocw.mit.edu/6-00F08" target="_blank" class="hash" rel="nofollow"&gt;http://ocw.mit.edu/6-00F08&lt;/a&gt; &lt;br&gt; &lt;br&gt;License: Creative Commons BY-NC-SA &lt;br&gt;More information at &lt;a href="http://ocw.mit.edu/terms" target="_blank" class="hash" rel="nofollow"&gt;http://ocw.mit.edu/terms&lt;/a&gt; &lt;br&gt;More courses at &lt;a href="http://ocw.mit.edu" target="_blank" class="hash" rel="nofollow"&gt;http://ocw.mit.edu&lt;/a&gt;</description>
      <media:thumbnail url="https://i.ytimg.com/vi/k6U-i4gXkLM/hqdefault.jpg"/>
    </item>
  </channel>
</rss>
