Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 597 Bytes

Python

A repository for practicing Python that is linked to my Jira 'Education' project. Each branch relates to some increment of learning, and it is not intended for branches to be merged with the main branch.

For example, these branches relate to specific increments of learning and will remain unmerged, even when completed.

ed-28-properties Real Python article 'Python's property(): Add Managed Attributes to Your Classes' https://realpython.com/python-property

ed-29-decorators Real Python article 'Primer on Decorators' https://realpython.com/primer-on-python-decorators