This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Releases: NicolasOmar/python-practice
Releases · NicolasOmar/python-practice
v8.0.0
v7.0.0
7.0.0 (2025-11-07)
Bug Fixes
- Basic understanding of built-in class methods such as dict. How to handle private properties and encapsulation (a921560)
- How to assign object values in creation with class constructor (016e1e9)
- How to implement a better encapsulation using properties for getter and setter methods (09c21e6)
- How to implement and execute classes with class and static methods (ef2c0fa)
- How to work with class inheritance (6d2ccae)
- Learn how to create a class with its properties and its methods and call them from an instance (4cd1e4b)
- Refactoring blockchain exercise to object oriented programming (414be2b)
Features
BREAKING CHANGES
- Exercise added
v6.0.0
v5.0.0
v4.0.0
v3.0.0
3.0.0 (2025-10-10)
Bug Fixes
- How to check value validity (if is true) with methods such as all or any (b1c2622)
- How to handle tuples (a062070)
- How to make copies from another list and understanding the differece between copy by reference and by value (7c1ed9c)
- How to use lists and comprehension lists (5826921)
- How to use set (a64d0d4)
Features
BREAKING CHANGES
- New exercise added
v2.0.0
2.0.0 (2025-10-07)
Bug Fixes
- Understand how to handle list index in a for loop with range function (7a322dd)
- Understanding about for and while loops as well as if/else and elif conditionals (0fa5ec6)
- Understanding of keywords break and continue, as well how to use None value (6e908ae)
- Understanding of the not keyword (bc84308)
Features
BREAKING CHANGES
- New exercise added
v1.0.0
1.0.0 (2025-10-02)
Features
- adding needed semantic release integration for versioning (e93cd8a)
- Exercise #1. Basics (2df54e4)
- Understanding of varaibles, types, numbers, strings and lists (e7c5faf)
- understanding variable scope, local and global variable scopes and doc strings for code documentation (2fa14a3)
- undestanding of functions, how to handle default values and keyword arguments (53dd04e)
BREAKING CHANGES
- New exercise added