According to the Zen of Python, “There should be one– and preferably only one –obvious way to do it.” It’s a good principle for designing a program: the more ways there are of doing something, the more confusing the software becomes, along with a host of other problems. In reality, though, there almost always is more than one way to accomplish something. The quotation even displays this fact: it places the dash in two different ways, neither of which are the obvious way.
Articles on Bites of Py
Exploring the Mutpy Library and How PyBites Uses it to Verify Test Code
By Harrison Morgan on 9 February 2020
A while back we launched our Test Bites. In this follow up article Harrison explains the MutPy mutation testing tool in depth and how we use it to verify test code on our platform. Enter Harrison.
PyBites Twitter Digest – Issue 01, 2019
By PyBites Team on 17 February 2019
It has been too long but we’re excited to bring you today: PyBites Twitter Digest – Issue 01, 2019
Watch Me Code – Solving Bite 21. Query a Nested Data Structure
By Bob Belderbos on 14 July 2018
I recorded a video solving Bite 21. Query a nested data structure. The exercise presents us with a dictionary of car manufacturers and their corresponding car models. We will extract various bits and pieces from it as well as sort the nested model lists. This is a common type of data structure so specially for a beginner it is important to have this become second nature. Prepare to learn more about looping, some string operations, and list / dict comprehensions.
CodeChalleng.es Platform Update 26-Mar-2018
By PyBites Team on 26 March 2018
Details of the latest CodeChalleng.es Code Platform updates.
Twitter Digest 2018 Week 03
By PyBites Team on 14 January 2018
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
PyBites 1 Year Special – Taking Python Code Challenges to the Next Level …
By PyBites Team on 20 December 2017
A milestone: yesterday, 19th of December 2017, we celebrated our first PyBirthday! That is, PyBites is one year old! We are proud of what we have achieved so far and we are ignited to continue our course of learning and teaching Python with our growing community. A bit of reflection followed by a big announcement! Read on …