Wrap up
Topics: Wrap up
During the past 50 days we studied several highly useful Python concepts using a Magical Universe. Overall, we looked at the following concepts:
General Python concepts: Object oriented programming, how to use classes, how inheritance works, etc. The differences between class, instance and static methods How to convert objects to strings How to properly name variables and functions The ‘It’s easier to ask for forgiveness than permission’ EAFP principle The functioning of if __name__ == '__name__' Testing code with pytest Advanced Python concepts: How to use function annotations What decorators are and how we can use them, e.