Refactoring the Rock-Paper-Scissors game in Python
Posted on Sat 09 May 2020 in Python • Tagged with refactoring, separation of concerns, function, decomposition
Posted on Sat 09 May 2020 in Python • Tagged with refactoring, separation of concerns, function, decomposition
Posted on Sun 03 May 2020 in Python • Tagged with python, versions, management
Posted on Sat 18 April 2020 in Python • Tagged with decorator, inspect, logging
Posted on Sat 12 October 2019 in Python • Tagged with variable, value, name
Posted on Sun 29 September 2019 in Python • Tagged with variable, value, name
Posted on Sun 22 September 2019 in Python • Tagged with iterable, iterator, islice, itertools
Posted on Sun 15 September 2019 in Python • Tagged with for-loop, iterable, iterator, iterator-protocol
Posted on Sat 07 September 2019 in Python • Tagged with iterable, iterator, iter(), getitem, Iterable
Posted on Sat 24 August 2019 in Python • Tagged with special-methods, python, class, instance, object
Posted on Sun 18 August 2019 in Python • Tagged with itertools, dropwhile, lstrip, iterable, iterator