{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Python Basics: Object Oriented Programming\n", "\n", "[Video: Python Review with CLasses and OOP](https://www.youtube.com/watch?v=EOLPQdVj5Ac)\n", "If you haven't had Python in a while (or at all) the first half of this video covers the basics. The second half covers classes and object-oriented programming, which will be particularly important for this class. " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Exercises\n", "\n", "#### A. Python Classes Exercises\n", "1. **[Complete the classes and objects tutorials](https://www.w3schools.com/python/python_classes.asp)**" ] }, { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.3" } }, "nbformat": 4, "nbformat_minor": 1 }