We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dbe37d commit 64cb9e6Copy full SHA for 64cb9e6
classes.md
@@ -5,6 +5,10 @@ tkinter GUI's before I understood how they work. Everything I did with
5
classes worked, but I didn't understand how. Hopefully you'll first
6
learn to understand classes, and then learn to use them.
7
8
+This tutorial assumes that you know how functions work and how to
9
+create your own functions with the `def` keyword. If you don't, I
10
+highly recommend learning that first, and then moving to classes.
11
+
12
### Why should I use custom classes in my projects?
13
14
Python comes with a lot of classes that you are already familiar with.
0 commit comments