Skip to content

Commit 31325d9

Browse files
committed
Added titles
1 parent d346991 commit 31325d9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

01-OOP-Basics.ipynb

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"source": [
6+
"<div class=\"alert alert-info\">\n",
7+
" <h1 align=\"center\">Basic Concepts: Classes and Objects</h1>\n",
8+
" <h3 align=\"center\"> Object-Oriented Programming in Python</h3>\n",
9+
" <h5 align=\"center\">Seyed Naser Razavi (http://www.snrazavi.ir/)</h5>\n",
10+
"</div>"
11+
],
12+
"metadata": {}
13+
},
314
{
415
"cell_type": "markdown",
516
"source": [

02-OOP-instance_variables_vs_class_variables.ipynb

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"source": [
6+
"<div class=\"alert alert-info\">\n",
7+
" <h1 align=\"center\">Instance Variables and Class Variables</h1>\n",
8+
" <h3 align=\"center\"> Object-Oriented Programming in Python</h3>\n",
9+
" <h5 align=\"center\">Seyed Naser Razavi (http://www.snrazavi.ir/)</h5>\n",
10+
"</div>"
11+
],
12+
"metadata": {}
13+
},
314
{
415
"cell_type": "markdown",
516
"source": [

0 commit comments

Comments
 (0)