Android

Here’s how to program in Python – Part 7

In the previous lesson you learned how to use functions and modules to add structure to your Python programs. But structure is not only about what you do, but also about what data you process. In this lesson we therefore learn how to structure data by creating your own data types: classes.

Leave a Reply

Your email address will not be published. Required fields are marked *