<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Python Instantiation :: CC 210 Textbook</title>
    <link>https://textbooks.cs.ksu.edu/cc210/12-classes/05-python/06-instantiation/video/index.html</link>
    <description>Resources Slides Video Script Now that we’ve added attributes and methods to our classes, we can explore how to use them in our programs.&#xA;In this example, we’re assuming that we are writing code in a separate Python file from the one that contains our class. While this isn’t required, it is a very good practice to get into, since most other programming languages follow the same structure. However, we are assuming that those files are contained in the same directory on the filesystem in this case.</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 27 Jun 2024 15:52:41 -0500</lastBuildDate>
    <atom:link href="https://textbooks.cs.ksu.edu/cc210/12-classes/05-python/06-instantiation/video/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>