How to verify that a snippet of Python code doesn’t access protected members

Description
Matching a regex in a code snippet isn't ideal anyway. If the code snippet contains comments / strings that happen to contain a method name that starts with an underscore (or two, f… Read more

Similar

How to package a Python app (pip) for PyPi

In this tutorial, we will create a Python application that can be installed directly from pip that will show the 10 latest blog posts from this website (the one you are reading this on!). If you just want to avoid all of this hard work and publish a pytho... (more…)

Read more »