Python Project Ideas

Python Project Ideas
In this article I collected a few interesting project ideas for you to improve your Python coding skills. All ideas come with a follow-along video and the full source code that you can copy.VIEW POST

Properties in Python

Properties in Python
Properties are one of the more advanced OOP techniques in Python. They can be used to encapsulate properties using object methods - the most common use cases include data sanitization and validation and dynamically generating values using different formatting.VIEW POST