Interesting Stuff
Saturday, 26 December 2020
Part Four: Conclusion to Object Oriented Programming (OOP)
›
Congratulations on completing Part Four, it is a bit more of an advanced topic and it is the final part of our course. You have learned a lo...
Wednesday, 9 December 2020
Part Four: Example 4: Employee Payment Platform System (EPPS)
›
In this example, we are going to create a very basic template of a government employee payment system that would be used to pay three diff...
Monday, 7 December 2020
Part Four: Example 3: class Inheritance
›
We can create a class that would have all the common attributes then create subclasses that would have peculiar attributes in addition to ...
Part Four: Example 2: class Person
›
In this example, we would add some more methods (functions) to our person class. We would add the methods to walk and speak such that it c...
Wednesday, 11 November 2020
Part Four: Introduction to Object Oriented Programming (OOP)
›
So far in this course, we have learned a lot of concepts about programming in Python. We have learned about various data types such as str...
Saturday, 31 October 2020
Part Three: Conclusion
›
Congratulations on completing Part 3. You have learned a lot and on your way to becoming a programmer with Python 3. Here is a summary of ...
Monday, 12 October 2020
Part Three: Functions: Exercise 1: A Better Calculator App
›
In this exercise, we would put to use all the knowledge gained from the beginning to build a calculator app using functions. The calculator ...
›
Home
View web version