Python Exercises

Most python exercises I found online were either too easy or tested things that were not directly related to python (mostly data structures or algorithms). Neither is a good choice when you’re teaching Python courses. This following list has helped me lea… Read more

Similar

Nice JSON pretty printing with Python

If you work with JSON regularly (90% of Python developers I suspect) you might appreciate the print_json function just landed in Rich v10.9.0 If you call this function with a string, Rich will decode the string, reformat it, and print it to the console wi... (more…)

Read more »