Today on Python Lab, we have a quick and easy way to print out all the items of an iterable (list, set, dict etc) one below the other. I find this a great way to clearly read items in a list when debugging....
Mindstorms is a book by Seymour Papert that was first published in 1980. Seymour Papert is the inventor of the LOGO programming language, and the book lays down the motivation for creating LOGO as a teaching aid for children....
Wow, is it the end of July already? The month flew by with some of the things that we have been working at here at Playful Python. We've got some great updates for you this month. Lets take a look...
Today, we ask: How do you flatten a list in Python?...
This week was EuroPython, the biggest Python conference in Europe and probably the biggest global conference after PyCon US. Big conferences like these are a great way to get a quick understanding of...
We bring this series on environment tools to a close by looking at two older tools - PDM and Poetry - and one new entrant, Rye....